Changeset 39560f1 in rtems
- Timestamp:
- 03/29/99 17:47:24 (24 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 2ada69a
- Parents:
- 23291e99
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/score/tools/generic/Makefile.am
r23291e99 r39560f1 6 6 ACLOCAL = @ACLOCAL@ -I $(RTEMS_TOPdir)/aclocal 7 7 8 # FIXME: This script doesn't make sense to be installed9 8 noinst_SCRIPTS=size_rtems 10 11 # HACK: install into build-tree12 preinstall: install-exec-local13 14 install-exec-local: size_rtems15 $(mkinstalldirs) $(PROJECT_ROOT)/${RTEMS_BSP}/bin16 $(INSTALL_SCRIPT) size_rtems $(PROJECT_ROOT)/${RTEMS_BSP}/bin17 18 include $(top_srcdir)/../../../../../../automake/local.am -
c/src/exec/score/tools/generic/Makefile.in
r23291e99 r39560f1 14 14 # $Id$ 15 15 # 16 17 18 # $Id$19 20 # NOTE: This is a temporary work-around to keep21 # "make debug" and "make debug_install" working.22 # Once automake is fully integrated these make targets23 # and this file will probably be removed24 16 25 17 … … 89 81 ACLOCAL = @ACLOCAL@ -I $(RTEMS_TOPdir)/aclocal 90 82 91 # FIXME: This script doesn't make sense to be installed92 83 noinst_SCRIPTS = size_rtems 93 84 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 … … 106 97 all: all-redirect 107 98 .SUFFIXES: 108 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) $(top_srcdir)/../../../../../../automake/local.am99 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 109 100 cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile 110 101 … … 187 178 installcheck-am: 188 179 installcheck: installcheck-am 189 install-exec-am: install-exec-local180 install-exec-am: 190 181 install-exec: install-exec-am 191 182 … … 235 226 236 227 .PHONY: tags distdir info-am info dvi-am dvi check check-am \ 237 installcheck-am installcheck install-exec-local install-exec-am \ 238 install-exec install-data-am install-data install-am install \ 239 uninstall-am uninstall all-redirect all-am all installdirs \ 240 mostlyclean-generic distclean-generic clean-generic \ 241 maintainer-clean-generic clean mostlyclean distclean maintainer-clean 242 243 244 # HACK: install into build-tree 245 preinstall: install-exec-local 246 247 install-exec-local: size_rtems 248 $(mkinstalldirs) $(PROJECT_ROOT)/${RTEMS_BSP}/bin 249 $(INSTALL_SCRIPT) size_rtems $(PROJECT_ROOT)/${RTEMS_BSP}/bin 250 251 debug-am: 252 253 debug: debug-am 254 255 debug_install-am: 256 257 debug_install: debug_install-am 258 259 profile-am: 260 261 profile: profile-am 262 263 profile_install-am: 264 265 profile_install: profile_install-am 266 267 .PHONY: debug debug_install profile profile_install 228 installcheck-am installcheck install-exec-am install-exec \ 229 install-data-am install-data install-am install uninstall-am uninstall \ 230 all-redirect all-am all installdirs mostlyclean-generic \ 231 distclean-generic clean-generic maintainer-clean-generic clean \ 232 mostlyclean distclean maintainer-clean 233 268 234 269 235 # Tell versions [3.59,3.63) of GNU make to not export all variables. -
c/src/exec/wrapup/rtems/Makefile.in
r23291e99 r39560f1 52 52 $(make-library) 53 53 cd $(PROJECT_ROOT) ; \ 54 $(PROJECT_RELEASE)/../c/src/exec/score/tools/generic/size_rtems $(RTEMS_BSP) $(ARCH) \55 54 $(SHELL) $(PROJECT_ROOT)/c/src/exec/score/tools/generic/size_rtems $(RTEMS_BSP) $(ARCH) \ 55 >$(PROJECT_RELEASE)/lib/sizeinfo$(LIB_VARIANT).txt 56 56 57 57 all: ${ARCH} $(SRCS) $(LIB) -
tools/cpu/generic/Makefile.am
r23291e99 r39560f1 6 6 ACLOCAL = @ACLOCAL@ -I $(RTEMS_TOPdir)/aclocal 7 7 8 # FIXME: This script doesn't make sense to be installed9 8 noinst_SCRIPTS=size_rtems 10 11 # HACK: install into build-tree12 preinstall: install-exec-local13 14 install-exec-local: size_rtems15 $(mkinstalldirs) $(PROJECT_ROOT)/${RTEMS_BSP}/bin16 $(INSTALL_SCRIPT) size_rtems $(PROJECT_ROOT)/${RTEMS_BSP}/bin17 18 include $(top_srcdir)/../../../../../../automake/local.am -
tools/cpu/generic/Makefile.in
r23291e99 r39560f1 14 14 # $Id$ 15 15 # 16 17 18 # $Id$19 20 # NOTE: This is a temporary work-around to keep21 # "make debug" and "make debug_install" working.22 # Once automake is fully integrated these make targets23 # and this file will probably be removed24 16 25 17 … … 89 81 ACLOCAL = @ACLOCAL@ -I $(RTEMS_TOPdir)/aclocal 90 82 91 # FIXME: This script doesn't make sense to be installed92 83 noinst_SCRIPTS = size_rtems 93 84 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 … … 106 97 all: all-redirect 107 98 .SUFFIXES: 108 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) $(top_srcdir)/../../../../../../automake/local.am99 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 109 100 cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile 110 101 … … 187 178 installcheck-am: 188 179 installcheck: installcheck-am 189 install-exec-am: install-exec-local180 install-exec-am: 190 181 install-exec: install-exec-am 191 182 … … 235 226 236 227 .PHONY: tags distdir info-am info dvi-am dvi check check-am \ 237 installcheck-am installcheck install-exec-local install-exec-am \ 238 install-exec install-data-am install-data install-am install \ 239 uninstall-am uninstall all-redirect all-am all installdirs \ 240 mostlyclean-generic distclean-generic clean-generic \ 241 maintainer-clean-generic clean mostlyclean distclean maintainer-clean 242 243 244 # HACK: install into build-tree 245 preinstall: install-exec-local 246 247 install-exec-local: size_rtems 248 $(mkinstalldirs) $(PROJECT_ROOT)/${RTEMS_BSP}/bin 249 $(INSTALL_SCRIPT) size_rtems $(PROJECT_ROOT)/${RTEMS_BSP}/bin 250 251 debug-am: 252 253 debug: debug-am 254 255 debug_install-am: 256 257 debug_install: debug_install-am 258 259 profile-am: 260 261 profile: profile-am 262 263 profile_install-am: 264 265 profile_install: profile_install-am 266 267 .PHONY: debug debug_install profile profile_install 228 installcheck-am installcheck install-exec-am install-exec \ 229 install-data-am install-data install-am install uninstall-am uninstall \ 230 all-redirect all-am all installdirs mostlyclean-generic \ 231 distclean-generic clean-generic maintainer-clean-generic clean \ 232 mostlyclean distclean maintainer-clean 233 268 234 269 235 # Tell versions [3.59,3.63) of GNU make to not export all variables.
Note: See TracChangeset
for help on using the changeset viewer.