1 # -*-Makefile-*- template for DJGPP
2 # Makefile.in generated automatically by automake 1.2 from Makefile.am
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
5 # 2004, 2005, 2006 Free Software Foundation, Inc.
6 # This file is part of GNU Make.
8 # GNU Make is free software; you can redistribute it and/or modify it under the
9 # terms of the GNU General Public License as published by the Free Software
10 # Foundation; either version 2, or (at your option) any later version.
12 # GNU Make is distributed in the hope that it will be useful, but WITHOUT ANY
13 # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14 # A PARTICULAR PURPOSE. See the GNU General Public License for more details.
16 # You should have received a copy of the GNU General Public License along with
17 # GNU Make; see the file COPYING. If not, write to the Free Software
18 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
24 # $DJDIR is defined automatically by DJGPP to point
25 # to the root of the DJGPP installation tree.
26 prefix = /dev/env/DJDIR
27 exec_prefix = ${prefix}
35 oldincludedir = c:/djgpp/include
37 DESTDIR = /dev/env/DJDIR
39 pkgdatadir = $(datadir)/make
40 pkglibdir = $(libdir)/make
41 pkgincludedir = $(includedir)/make
42 localedir = $(datadir)/locale
44 INSTALL = ${exec_prefix}/bin/ginstall -c
45 INSTALL_PROGRAM = ${exec_prefix}/bin/ginstall -c
46 INSTALL_DATA = ${exec_prefix}/bin/ginstall -c -m 644
47 INSTALL_SCRIPT = ${exec_prefix}/bin/ginstall -c
50 # This will fail even if they don't have a Unix-like shell (stock DOS
51 # shell doesn't know about `false'). The only difference is that they
52 # get "Error -1" instead of "Error 1".
69 MAKEINFO = ${exec_prefix}/bin/makeinfo
76 AUTOMAKE_OPTIONS = 1.2
78 bin_PROGRAMS = %PROGRAMS%$(EXEEXT)
80 make_SOURCES = %SOURCES%
81 # This should include the glob/ prefix
82 libglob_a_SOURCES = %GLOB_SOURCES%
83 make_LDADD = glob/libglob.a
85 info_TEXINFOS = make.texinfo
88 INCLUDES = -I$(srcdir)/glob -DLIBDIR=\"c:/djgpp/lib\" -DINCLUDEDIR=\"c:/djgpp/include\" -DLOCALEDIR=\"$(localedir)\"
90 BUILT_SOURCES = README build.sh-in
92 EXTRA_DIST = $(BUILT_SOURCES) $(man_MANS) README.customs remote-cstms.c make-stds.texi texinfo.tex SCOPTIONS SMakefile Makefile.ami README.Amiga config.ami amiga.c amiga.h NMakefile README.DOS configh.dos configure.bat makefile.com README.W32 build_w32.bat config.h-W32 subproc.bat make.lnk config.h-vms makefile.vms readme.vms vmsdir.h vmsfunctions.c vmsify.c
95 mkinstalldirs = ${exec_prefix}/bin/gmkdir -p
96 CONFIG_HEADER = config.h
97 CONFIG_CLEAN_FILES = build.sh
98 PROGRAMS = $(bin_PROGRAMS)
100 MAKE_HOST = i386-pc-msdosdjgpp
103 DEFS = -I. -I$(srcdir) -I.
104 CPPFLAGS = -DHAVE_CONFIG_H
107 make_OBJECTS = %OBJECTS%
108 make_DEPENDENCIES = glob/libglob.a
111 libglob_a_OBJECTS = %GLOB_OBJECTS%
112 noinst_LIBRARIES = glob/libglob.a
114 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
115 LINK = $(CC) $(CFLAGS) $(LDFLAGS) -o $@
117 TEXINFO_TEX = $(srcdir)/config/texinfo.tex
118 INFO_DEPS = make.info
120 TEXINFOS = make.texinfo
121 man1dir = $(mandir)/man1
125 DIST_COMMON = README ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL Makefile.am Makefile.in NEWS acconfig.h aclocal.m4 alloca.c build.sh-in config.h-in configure configure.in getloadavg.c
127 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
131 SOURCES = $(make_SOURCES)
132 OBJECTS = $(make_OBJECTS)
133 HEADERS = $(wildcard $(srcdir)/*.h)
138 .SUFFIXES: .c .dvi .info .o .obj .ps .texinfo .tex
147 maintainer-clean-hdr:
149 mostlyclean-binPROGRAMS:
152 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
154 distclean-binPROGRAMS:
156 maintainer-clean-binPROGRAMS:
158 install-binPROGRAMS: $(bin_PROGRAMS)
160 $(mkinstalldirs) $(DESTDIR)$(bindir)
161 @list='$(bin_PROGRAMS)'; for p in $$list; do if test -f $$p; then echo " $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p | sed '$(transform)'`"; $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p | sed '$(transform)'`; else :; fi; done
163 uninstall-binPROGRAMS:
165 list='$(bin_PROGRAMS)'; for p in $$list; do rm -f $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`.exe; done
170 clean-noinstLIBRARIES:
171 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
174 -rm -f *.$(OBJEXT) *$(EXEEXT) make.new core
179 -rm -f *.tab.c *_tab.c
181 maintainer-clean-compile:
183 make$(EXEEXT): $(make_OBJECTS) $(make_DEPENDENCIES)
184 @command.com /c if exist make del make
185 @command.com /c if exist make.exe del make.exe
186 $(LINK) $(make_LDFLAGS) $(make_OBJECTS) $(make_LDADD) $(LIBS)
188 make.info: make.texinfo
189 make.dvi: make.texinfo
195 @command.com /c if exist make.info* del make.info*
196 @command.com /c if exist make.i* del make.i*
197 $(MAKEINFO) -I$(srcdir) $< -o ./$@
200 @command.com /c if exist make.info* del make.info*
201 @command.com /c if exist make.i* del make.i*
202 $(MAKEINFO) -I$(srcdir) $< -o ./$@
205 TEXINPUTS="$(srcdir);$$TEXINPUTS" MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
211 install-info-am: $(INFO_DEPS)
213 $(mkinstalldirs) $(DESTDIR)$(infodir)
214 @for file in $(INFO_DEPS) make.i; do d=$(srcdir); for ifile in `cd $$d && echo $$file $$file-[0-9] $$file-[0-9][0-9] $$file[0-9] $$file[0-9][0-9]`; do if test -f $$d/$$ifile; then echo " $(INSTALL_DATA) $$d/$$ifile $(DESTDIR)$(infodir)/$$ifile"; $(INSTALL_DATA) $$d/$$ifile $(DESTDIR)$(infodir)/$$ifile; else : ; fi; done; done
216 @if $(SHELL) -c 'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev/null 2>&1; then for file in $(INFO_DEPS); do echo " install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file"; install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file || :; done; else : ; fi
220 @if $(SHELL) -c 'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev/null 2>&1; then ii=yes; else ii=; fi; for file in $(INFO_DEPS); do test -z $ii || install-info --info-dir=$(DESTDIR)$(infodir) --remove $$file; done
222 for file in $(INFO_DEPS) make.i; do (cd $(DESTDIR)$(infodir) && rm -f $$file $$file-[0-9] $$file-[0-9][0-9] $$file[0-9] $$file[0-9][0-9]); done
224 dist-info: $(INFO_DEPS)
225 for base in $(INFO_DEPS); do d=$(srcdir); for file in `cd $$d && eval echo $$base*`; do test -f $(distdir)/$$file || ln $$d/$$file $(distdir)/$$file 2> /dev/null || cp -p $$d/$$file $(distdir)/$$file; done; done
228 -rm -f make.aux make.cp make.cps make.dvi make.fn make.fns make.ky \
229 make.kys make.ps make.log make.pg make.toc make.tp make.tps \
230 make.vr make.vrs make.op make.tr make.cv make.cn
236 maintainer-clean-aminfo:
237 for i in $(INFO_DEPS) make.i; do rm -f `eval echo $$i*`; done
240 $(mkinstalldirs) $(DESTDIR)$(man1dir)
241 @list='$(man1_MANS)'; \
242 l2='$(man_MANS)'; for i in $$l2; do \
244 *.1*) list="$$list $$i" ;; \
247 for i in $$list; do \
248 if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
250 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
251 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
252 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
253 echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
254 $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \
258 @list='$(man1_MANS)'; \
259 l2='$(man_MANS)'; for i in $$l2; do \
261 *.1*) list="$$list $$i" ;; \
264 for i in $$list; do \
265 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
266 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
267 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
268 echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
269 rm -f $(DESTDIR)$(man1dir)/$$inst; \
276 $(MAKE) uninstall-man1
278 # Assume that the only thing to do in glob is to build libglob.a,
279 # but do a sanity check: if $SUBDIRS will ever have more than
280 # a single directory, yell bloody murder.
282 ifeq ($(words $(SUBDIRS)), 1)
283 @command.com /c if not exist glob\\nul md glob
284 @echo Making all in $(SUBDIRS)
285 $(MAKE) -C $(SUBDIRS) -f ../Makefile INCLUDES='-I$(srcdir) -I$(srcdir)/glob' DEFS='-I.. -I$(srcdir)' VPATH=$(srcdir)/glob libglob.a
287 @echo FATAL: There is more than one directory in "($(SUBDIRS))"
294 libglob.a: $(libglob_a_OBJECTS)
295 command.com /c if exist libglob.a del libglob.a
296 $(AR) cru libglob.a $(libglob_a_OBJECTS) $(libglob_a_LIBADD)
299 mostlyclean-recursive clean-recursive distclean-recursive \
300 maintainer-clean-recursive check-recursive:
301 ifeq ($(words $(SUBDIRS)), 1)
302 @echo Making $(shell echo $@ | sed s/-recursive//) in $(SUBDIRS)
303 $(MAKE) -C $(SUBDIRS) -f ../Makefile $(shell echo $@ | sed s/-recursive//)-am
305 @echo FATAL: There is more than one directory in "($(SUBDIRS))"
309 tags-in-glob: $(libglob_a_SOURCES)
310 etags $(addprefix $(srcdir)/,$^) -o ./glob/TAGS
313 ifeq ($(words $(SUBDIRS)), 1)
316 @echo FATAL: There is more than one directory in "($(SUBDIRS))"
322 ID: $(HEADERS) $(SOURCES)
323 mkid $(srcdir)/$(SOURCES) $(srcdir)/$(libglob_a_SOURCES) ./config.h $(HEADERS)
325 TAGS: tags-recursive $(HEADERS) $(srcdir)/$(SOURCES) config.h $(TAGS_DEPENDENCIES)
326 etags -i ./glob/TAGS $(ETAGS_ARGS) $(srcdir)/$(SOURCES) ./config.h $(HEADERS)
335 maintainer-clean-tags:
337 distdir = $(PACKAGE)-$(VERSION)
338 top_distdir = $(distdir)
340 # This target untars the dist file and tries a VPATH configuration. Then
341 # it guarantees that the distribution is self-contained by making another
345 GZIP=$(GZIP) $(TAR) zxf $(distdir).tar.gz
346 mkdir $(distdir)/=build
347 mkdir $(distdir)/=inst
348 dc_install_base=`cd $(distdir)/=inst && pwd`; cd $(distdir)/=build && ../configure --srcdir=.. --prefix=$$dc_install_base && $(MAKE) && $(MAKE) dvi && $(MAKE) check && $(MAKE) install && $(MAKE) installcheck && $(MAKE) dist
350 @echo "========================"; echo "$(distdir).tar.gz is ready for distribution"; echo "========================"
352 -chmod -R a+r $(distdir)
353 GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
356 -chmod -R a+r $(distdir)
357 GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
359 distdir: $(DISTFILES)
362 -chmod 777 $(distdir)
363 @for file in $(DISTFILES); do d=$(srcdir); test -f $(distdir)/$$file || ln $$d/$$file $(distdir)/$$file 2> /dev/null || cp -p $$d/$$file $(distdir)/$$file; done; for subdir in $(SUBDIRS); do test -d $(distdir)/$$subdir || mkdir $(distdir)/$$subdir || exit 1; chmod 777 $(distdir)/$$subdir; (cd $$subdir && $(MAKE) top_distdir=../$(top_distdir)/$$subdir distdir=../$(distdir)/$$subdir distdir) || exit 1; done
364 $(MAKE) top_distdir="$(top_distdir)" distdir="$(distdir)" dist-info
365 $(MAKE) top_distdir="$(top_distdir)" distdir="$(distdir)" dist-hook
367 info: $(INFO_DEPS) info-recursive
368 dvi: $(DVIS) dvi-recursive
369 check: all-am check-recursive check-local
371 installcheck: installcheck-recursive
372 all-recursive-am: config.h
373 $(MAKE) all-recursive
375 all-am: Makefile $(INFO_DEPS) $(PROGRAMS) config.h
377 install-exec-am: install-binPROGRAMS
379 install-data-am: install-info-am
381 uninstall-am: uninstall-binPROGRAMS uninstall-info
383 install-exec: install-exec-recursive install-exec-am
386 install-data: install-data-recursive install-data-am
389 install-recursive uninstall-recursive:
392 install: install-recursive install-exec-am install-data-am
395 uninstall: uninstall-recursive uninstall-am
397 all: all-recursive-am all-am
400 $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
401 installdirs: installdirs-recursive
402 $(mkinstalldirs) $(bindir) $(infodir)
406 -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
409 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
412 -rm -f Makefile $(DISTCLEANFILES)
413 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
414 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
416 maintainer-clean-generic:
417 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
418 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
419 mostlyclean-am: mostlyclean-hdr mostlyclean-binPROGRAMS mostlyclean-compile mostlyclean-aminfo mostlyclean-tags mostlyclean-generic
421 clean-am: clean-hdr clean-binPROGRAMS clean-compile clean-aminfo clean-tags clean-generic mostlyclean-am
423 distclean-am: distclean-hdr distclean-binPROGRAMS distclean-compile distclean-aminfo distclean-tags distclean-generic clean-am
425 maintainer-clean-am: maintainer-clean-hdr maintainer-clean-binPROGRAMS maintainer-clean-compile maintainer-clean-aminfo maintainer-clean-tags maintainer-clean-generic distclean-am
427 mostlyclean: mostlyclean-recursive mostlyclean-am
429 clean: clean-noinstLIBRARIES clean-recursive clean-am
431 distclean: distclean-recursive distclean-am
434 maintainer-clean: maintainer-clean-recursive maintainer-clean-am
435 @echo "This command is intended for maintainers to use;"
436 @echo "it deletes files that may require special tools to rebuild."
439 .PHONY: default mostlyclean-hdr distclean-hdr clean-hdr \
440 maintainer-clean-hdr mostlyclean-binPROGRAMS distclean-binPROGRAMS \
441 clean-binPROGRAMS maintainer-clean-binPROGRAMS uninstall-binPROGRAMS \
442 install-binPROGRAMS mostlyclean-compile distclean-compile clean-compile \
443 maintainer-clean-compile install-info-am uninstall-info \
444 mostlyclean-aminfo distclean-aminfo clean-aminfo \
445 maintainer-clean-aminfo install-data-recursive uninstall-data-recursive \
446 install-exec-recursive uninstall-exec-recursive installdirs-recursive \
447 uninstalldirs-recursive all-recursive check-recursive check-am \
448 installcheck-recursive info-recursive dvi-recursive \
449 mostlyclean-recursive distclean-recursive clean-recursive \
450 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
451 distclean-tags clean-tags maintainer-clean-tags distdir \
452 mostlyclean-depend distclean-depend clean-depend \
453 maintainer-clean-depend info dvi check-local installcheck \
454 all-recursive-am all-am install-exec-am install-data-am uninstall-am \
455 install-exec install-data install uninstall all installdirs \
456 mostlyclean-generic distclean-generic clean-generic \
457 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
460 # --------------- Local DIST Section
462 # Install the w32 subdirectory
466 w32=`find w32 -follow \( -name CVS -prune \) -o -type f -print`; \
468 | (cd $(distdir); tar xfBp -)
470 # --------------- Local CHECK Section
472 # Note: check-loadavg is NOT a prerequisite of check-local, since
473 # there's no uptime utility, and the test it does doesn't make sense
475 check-local: check-shell check-regression
476 @banner=" Regression PASSED: GNU Make $(VERSION) ($(MAKE_HOST)) built with $(CC) "; \
477 dashes=`echo "$$banner" | sed s/./=/g`; \
484 .PHONY: check-loadavg check-shell check-regression
488 # check-shell is designed to fail if they don't have a Unixy shell
489 # installed. The test suite requires such a shell.
491 @echo If Make says Error -1, you do not have Unix-style shell installed
496 loadavg: loadavg.c config.h
498 $(LINK) -DTEST $(make_LDFLAGS) loadavg.c $(LIBS)
499 # We copy getloadavg.c into a different file rather than compiling it
500 # directly because some compilers clobber getloadavg.o in the process.
501 loadavg.c: getloadavg.c
502 ln $(srcdir)/getloadavg.c loadavg.c || \
503 cp $(srcdir)/getloadavg.c loadavg.c
504 check-loadavg: loadavg
505 @echo The system uptime program believes the load average to be:
507 @echo The GNU load average checking code believes:
512 # Look for the make test suite, and run it if found. Look in MAKE_TEST if
513 # specified, or else in the srcdir or the distdir, their parents, and _their_
517 @if test -f "$(srcdir)/tests/run_make_tests"; then \
518 if $(PERL) -v >/dev/null 2>&1; then \
519 case `cd $(srcdir); pwd` in `pwd`) : ;; \
520 *) test -d tests || mkdir tests; \
521 for f in run_make_tests run_make_tests.pl test_driver.pl scripts; do \
522 rm -rf tests/$$f; cp -pr $(srcdir)/tests/$$f tests; \
525 echo "cd tests && $(PERL) ./run_make_tests.pl -make ../make.exe $(MAKETESTFLAGS)"; \
526 cd tests && $(PERL) ./run_make_tests.pl -make ../make.exe $(MAKETESTFLAGS); \
528 echo "Can't find a working Perl ($(PERL)); the test suite requires Perl."; \
531 echo "Can't find the GNU Make test suite ($(srcdir)/tests)."; \
534 # --------------- Maintainer's Section
536 # Note this requires GNU make. Not to worry, since it will only be included
537 # in the Makefile if we're in the maintainer's environment.
538 #include $(srcdir)/maintMakefile
540 # Tell versions [3.59,3.63) of GNU make to not export all variables.
541 # Otherwise a system limit (for SysV at least) may be exceeded.
544 # --------------- DEPENDENCIES