Changeset 9b8baa1 in rtems for c/src/lib/libbsp/hppa1.1/simhppa/tools/Makefile.in
- Timestamp:
- 03/23/99 18:02:17 (25 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- ca3fec49
- Parents:
- c69856c3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/hppa1.1/simhppa/tools/Makefile.in
rc69856c3 r9b8baa1 1 # Makefile.in generated automatically by automake 1.4 from Makefile.am 2 3 # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. 4 # This Makefile.in is free software; the Free Software Foundation 5 # gives unlimited permission to copy and/or distribute it, 6 # with or without modifications, as long as this notice is preserved. 7 8 # This program is distributed in the hope that it will be useful, 9 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without 10 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A 11 # PARTICULAR PURPOSE. 12 1 13 # 2 14 # $Id$ 3 15 # 4 16 5 @SET_MAKE@ 17 18 # $Id$ 19 20 # NOTE: This is a temporary work-around to keep 21 # "make debug" and "make debug_install" working. 22 # Once automake is fully integrated these make targets 23 # and this file will probably be removed 24 25 26 SHELL = @SHELL@ 27 6 28 srcdir = @srcdir@ 7 29 top_srcdir = @top_srcdir@ 8 top_builddir = ../../../../../../.. 9 subdir = c/src/lib/libbsp/hppa1.1/simhppa/tools 30 VPATH = @srcdir@ 31 prefix = @prefix@ 32 exec_prefix = @exec_prefix@ 33 34 bindir = @bindir@ 35 sbindir = @sbindir@ 36 libexecdir = @libexecdir@ 37 datadir = @datadir@ 38 sysconfdir = @sysconfdir@ 39 sharedstatedir = @sharedstatedir@ 40 localstatedir = @localstatedir@ 41 libdir = @libdir@ 42 infodir = @infodir@ 43 mandir = @mandir@ 44 includedir = @includedir@ 45 oldincludedir = /usr/include 46 47 DESTDIR = 48 49 pkgdatadir = $(datadir)/@PACKAGE@ 50 pkglibdir = $(libdir)/@PACKAGE@ 51 pkgincludedir = $(includedir)/@PACKAGE@ 52 53 top_builddir = . 54 AUTOCONF = @AUTOCONF@ 55 AUTOMAKE = @AUTOMAKE@ 56 AUTOHEADER = @AUTOHEADER@ 10 57 11 58 INSTALL = @INSTALL@ 12 13 RTEMS_ROOT = $(top_srcdir)/@RTEMS_TOPdir@ 59 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS) 60 INSTALL_DATA = @INSTALL_DATA@ 61 INSTALL_SCRIPT = @INSTALL_SCRIPT@ 62 transform = @program_transform_name@ 63 64 NORMAL_INSTALL = : 65 PRE_INSTALL = : 66 POST_INSTALL = : 67 NORMAL_UNINSTALL = : 68 PRE_UNINSTALL = : 69 POST_UNINSTALL = : 70 build_alias = @build_alias@ 71 build_triplet = @build@ 72 host_alias = @host_alias@ 73 host_triplet = @host@ 74 target_alias = @target_alias@ 75 target_triplet = @target@ 76 CC = @CC@ 77 MAKEINFO = @MAKEINFO@ 78 PACKAGE = @PACKAGE@ 14 79 PROJECT_ROOT = @PROJECT_ROOT@ 15 16 VPATH = @srcdir@ 17 18 # we use host compiler here for genoffsets. Hopefully it has same alignment!! 19 USE_HOST_COMPILER=yes 20 21 # C source names, if any, go here -- minus the .c 22 C_PIECES=print_dump 23 C_FILES=$(C_PIECES:%=%.c) 24 C_O_FILES=$(C_PIECES:%=${ARCH}/%.o) 25 26 H_FILES= 27 28 SRCS=$(C_FILES) $(H_FILES) 29 OBJS=$(C_O_FILES) 30 31 PGMS=${ARCH}/print_dump 32 33 include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg 34 include $(RTEMS_ROOT)/make/leaf.cfg 35 36 # 37 # (OPTIONAL) Add local stuff here using += 38 # 39 40 DEFINES += 41 CPPFLAGS += -I. 42 CFLAGS += 43 44 LD_PATHS += 45 LD_LIBS += 46 LDFLAGS += 47 48 # 49 # Add your list of files to delete here. 50 # 51 52 CLEAN_ADDITIONS += 53 CLOBBER_ADDITIONS += 54 55 all: ${ARCH} $(SRCS) $(PGMS) 56 $(INSTALL_CHANGE) -m 555 ${PGMS} ${PROJECT_RELEASE}/bin 57 58 # Install the program(s), appending _g or _p as appropriate. 59 # for include files, just use $(INSTALL_CHANGE) 60 61 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 80 RTEMS_TOPdir = @RTEMS_TOPdir@ 81 VERSION = @VERSION@ 82 83 AUTOMAKE_OPTIONS = foreign 84 ACLOCAL = @ACLOCAL@ -I $(RTEMS_TOPdir)/aclocal 85 86 noinst_PROGRAMS = print_dump 87 88 89 print_dump_SOURCES = print_dump.c 90 91 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 92 mkinstalldirs = $(SHELL) $(top_srcdir)/../../../../../../../mkinstalldirs 93 CONFIG_HEADER = config.h 94 CONFIG_CLEAN_FILES = 95 PROGRAMS = $(noinst_PROGRAMS) 96 97 98 DEFS = @DEFS@ -I. -I$(srcdir) -I. 99 CPPFLAGS = @CPPFLAGS@ 100 LDFLAGS = @LDFLAGS@ 101 LIBS = @LIBS@ 102 print_dump_OBJECTS = print_dump.o 103 print_dump_LDADD = $(LDADD) 104 print_dump_DEPENDENCIES = 105 print_dump_LDFLAGS = 106 CFLAGS = @CFLAGS@ 107 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 108 CCLD = $(CC) 109 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ 110 DIST_COMMON = ./stamp-h.in Makefile.am Makefile.in aclocal.m4 \ 111 config.h.in configure configure.in 112 113 114 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) 115 116 TAR = tar 117 GZIP_ENV = --best 118 DEP_FILES = .deps/print_dump.P 119 SOURCES = $(print_dump_SOURCES) 120 OBJECTS = $(print_dump_OBJECTS) 121 122 all: all-redirect 123 .SUFFIXES: 124 .SUFFIXES: .S .c .o .s 125 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) $(top_srcdir)/../../../../../../../automake/local.am 126 cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile 127 128 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) 62 129 cd $(top_builddir) \ 63 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status 130 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status 131 132 $(ACLOCAL_M4): configure.in 133 cd $(srcdir) && $(ACLOCAL) 134 135 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 136 $(SHELL) ./config.status --recheck 137 $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) 138 cd $(srcdir) && $(AUTOCONF) 139 140 config.h: stamp-h 141 @if test ! -f $@; then \ 142 rm -f stamp-h; \ 143 $(MAKE) stamp-h; \ 144 else :; fi 145 stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status 146 cd $(top_builddir) \ 147 && CONFIG_FILES= CONFIG_HEADERS=config.h \ 148 $(SHELL) ./config.status 149 @echo timestamp > stamp-h 2> /dev/null 150 $(srcdir)/config.h.in: $(srcdir)/stamp-h.in 151 @if test ! -f $@; then \ 152 rm -f $(srcdir)/stamp-h.in; \ 153 $(MAKE) $(srcdir)/stamp-h.in; \ 154 else :; fi 155 $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) 156 cd $(top_srcdir) && $(AUTOHEADER) 157 @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null 158 159 mostlyclean-hdr: 160 161 clean-hdr: 162 163 distclean-hdr: 164 -rm -f config.h 165 166 maintainer-clean-hdr: 167 168 mostlyclean-noinstPROGRAMS: 169 170 clean-noinstPROGRAMS: 171 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS) 172 173 distclean-noinstPROGRAMS: 174 175 maintainer-clean-noinstPROGRAMS: 176 177 .s.o: 178 $(COMPILE) -c $< 179 180 .S.o: 181 $(COMPILE) -c $< 182 183 mostlyclean-compile: 184 -rm -f *.o core *.core 185 186 clean-compile: 187 188 distclean-compile: 189 -rm -f *.tab.c 190 191 maintainer-clean-compile: 192 193 print_dump: $(print_dump_OBJECTS) $(print_dump_DEPENDENCIES) 194 @rm -f print_dump 195 $(LINK) $(print_dump_LDFLAGS) $(print_dump_OBJECTS) $(print_dump_LDADD) $(LIBS) 196 197 tags: TAGS 198 199 ID: $(HEADERS) $(SOURCES) $(LISP) 200 list='$(SOURCES) $(HEADERS)'; \ 201 unique=`for i in $$list; do echo $$i; done | \ 202 awk ' { files[$$0] = 1; } \ 203 END { for (i in files) print i; }'`; \ 204 here=`pwd` && cd $(srcdir) \ 205 && mkid -f$$here/ID $$unique $(LISP) 206 207 TAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP) 208 tags=; \ 209 here=`pwd`; \ 210 list='$(SOURCES) $(HEADERS)'; \ 211 unique=`for i in $$list; do echo $$i; done | \ 212 awk ' { files[$$0] = 1; } \ 213 END { for (i in files) print i; }'`; \ 214 test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \ 215 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS) 216 217 mostlyclean-tags: 218 219 clean-tags: 220 221 distclean-tags: 222 -rm -f TAGS ID 223 224 maintainer-clean-tags: 225 226 distdir = $(PACKAGE)-$(VERSION) 227 top_distdir = $(distdir) 228 229 # This target untars the dist file and tries a VPATH configuration. Then 230 # it guarantees that the distribution is self-contained by making another 231 # tarfile. 232 distcheck: dist 233 -rm -rf $(distdir) 234 GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz 235 mkdir $(distdir)/=build 236 mkdir $(distdir)/=inst 237 dc_install_base=`cd $(distdir)/=inst && pwd`; \ 238 cd $(distdir)/=build \ 239 && ../configure --srcdir=.. --prefix=$$dc_install_base \ 240 && $(MAKE) $(AM_MAKEFLAGS) \ 241 && $(MAKE) $(AM_MAKEFLAGS) dvi \ 242 && $(MAKE) $(AM_MAKEFLAGS) check \ 243 && $(MAKE) $(AM_MAKEFLAGS) install \ 244 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 245 && $(MAKE) $(AM_MAKEFLAGS) dist 246 -rm -rf $(distdir) 247 @banner="$(distdir).tar.gz is ready for distribution"; \ 248 dashes=`echo "$$banner" | sed s/./=/g`; \ 249 echo "$$dashes"; \ 250 echo "$$banner"; \ 251 echo "$$dashes" 252 dist: distdir 253 -chmod -R a+r $(distdir) 254 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir) 255 -rm -rf $(distdir) 256 dist-all: distdir 257 -chmod -R a+r $(distdir) 258 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir) 259 -rm -rf $(distdir) 260 distdir: $(DISTFILES) 261 -rm -rf $(distdir) 262 mkdir $(distdir) 263 -chmod 777 $(distdir) 264 here=`cd $(top_builddir) && pwd`; \ 265 top_distdir=`cd $(distdir) && pwd`; \ 266 distdir=`cd $(distdir) && pwd`; \ 267 cd $(top_srcdir) \ 268 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign Makefile 269 @for file in $(DISTFILES); do \ 270 d=$(srcdir); \ 271 if test -d $$d/$$file; then \ 272 cp -pr $$/$$file $(distdir)/$$file; \ 273 else \ 274 test -f $(distdir)/$$file \ 275 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ 276 || cp -p $$d/$$file $(distdir)/$$file || :; \ 277 fi; \ 278 done 279 280 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :) 281 282 -include $(DEP_FILES) 283 284 mostlyclean-depend: 285 286 clean-depend: 287 288 distclean-depend: 289 -rm -rf .deps 290 291 maintainer-clean-depend: 292 293 %.o: %.c 294 @echo '$(COMPILE) -c $<'; \ 295 $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $< 296 @-cp .deps/$(*F).pp .deps/$(*F).P; \ 297 tr ' ' '\012' < .deps/$(*F).pp \ 298 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ 299 >> .deps/$(*F).P; \ 300 rm .deps/$(*F).pp 301 302 %.lo: %.c 303 @echo '$(LTCOMPILE) -c $<'; \ 304 $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $< 305 @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \ 306 < .deps/$(*F).pp > .deps/$(*F).P; \ 307 tr ' ' '\012' < .deps/$(*F).pp \ 308 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ 309 >> .deps/$(*F).P; \ 310 rm -f .deps/$(*F).pp 311 info-am: 312 info: info-am 313 dvi-am: 314 dvi: dvi-am 315 check-am: all-am 316 check: check-am 317 installcheck-am: 318 installcheck: installcheck-am 319 all-recursive-am: config.h 320 $(MAKE) $(AM_MAKEFLAGS) all-recursive 321 322 install-exec-am: install-exec-local 323 install-exec: install-exec-am 324 325 install-data-am: 326 install-data: install-data-am 327 328 install-am: all-am 329 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 330 install: install-am 331 uninstall-am: 332 uninstall: uninstall-am 333 all-am: Makefile $(PROGRAMS) config.h 334 all-redirect: all-am 335 install-strip: 336 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install 337 installdirs: 338 339 340 mostlyclean-generic: 341 342 clean-generic: 343 344 distclean-generic: 345 -rm -f Makefile $(CONFIG_CLEAN_FILES) 346 -rm -f config.cache config.log stamp-h stamp-h[0-9]* 347 348 maintainer-clean-generic: 349 mostlyclean-am: mostlyclean-hdr mostlyclean-noinstPROGRAMS \ 350 mostlyclean-compile mostlyclean-tags mostlyclean-depend \ 351 mostlyclean-generic 352 353 mostlyclean: mostlyclean-am 354 355 clean-am: clean-hdr clean-noinstPROGRAMS clean-compile clean-tags \ 356 clean-depend clean-generic mostlyclean-am 357 358 clean: clean-am 359 360 distclean-am: distclean-hdr distclean-noinstPROGRAMS distclean-compile \ 361 distclean-tags distclean-depend distclean-generic \ 362 clean-am 363 364 distclean: distclean-am 365 -rm -f config.status 366 367 maintainer-clean-am: maintainer-clean-hdr \ 368 maintainer-clean-noinstPROGRAMS \ 369 maintainer-clean-compile maintainer-clean-tags \ 370 maintainer-clean-depend maintainer-clean-generic \ 371 distclean-am 372 @echo "This command is intended for maintainers to use;" 373 @echo "it deletes files that may require special tools to rebuild." 374 375 maintainer-clean: maintainer-clean-am 376 -rm -f config.status 377 378 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \ 379 mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \ 380 clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \ 381 mostlyclean-compile distclean-compile clean-compile \ 382 maintainer-clean-compile tags mostlyclean-tags distclean-tags \ 383 clean-tags maintainer-clean-tags distdir mostlyclean-depend \ 384 distclean-depend clean-depend maintainer-clean-depend info-am info \ 385 dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \ 386 install-exec-local install-exec-am install-exec install-data-am \ 387 install-data install-am install uninstall-am uninstall all-redirect \ 388 all-am all installdirs mostlyclean-generic distclean-generic \ 389 clean-generic maintainer-clean-generic clean mostlyclean distclean \ 390 maintainer-clean 391 392 393 # HACK: install to build-tree 394 install-exec-local: print_dump 395 $(mkinstalldirs) $(PROJECT_ROOT)/${RTEMS_BSP}/bin 396 $(INSTALL_PROGRAM) print_dump $(PROJECT_ROOT)/${RTEMS_BSP}/bin 397 398 debug-am: 399 400 debug: debug-am 401 402 debug_install-am: 403 404 debug_install: debug_install-am 405 406 profile-am: 407 408 profile: profile-am 409 410 profile_install-am: 411 412 profile_install: profile_install-am 413 414 .PHONY: debug debug_install profile profile_install 415 416 # Tell versions [3.59,3.63) of GNU make to not export all variables. 417 # Otherwise a system limit (for SysV at least) may be exceeded. 418 .NOEXPORT:
Note: See TracChangeset
for help on using the changeset viewer.