1 | # Makefile.in generated automatically by automake 1.3 from Makefile.am |
---|
2 | |
---|
3 | # Copyright (C) 1994, 1995, 1996, 1997, 1998 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 | |
---|
13 | # This is just here so that all automake targets will be supported |
---|
14 | # properly at the top-level. |
---|
15 | |
---|
16 | |
---|
17 | SHELL = /bin/sh |
---|
18 | |
---|
19 | srcdir = @srcdir@ |
---|
20 | top_srcdir = @top_srcdir@ |
---|
21 | VPATH = @srcdir@ |
---|
22 | prefix = @prefix@ |
---|
23 | exec_prefix = @exec_prefix@ |
---|
24 | |
---|
25 | bindir = @bindir@ |
---|
26 | sbindir = @sbindir@ |
---|
27 | libexecdir = @libexecdir@ |
---|
28 | datadir = @datadir@ |
---|
29 | sysconfdir = @sysconfdir@ |
---|
30 | sharedstatedir = @sharedstatedir@ |
---|
31 | localstatedir = @localstatedir@ |
---|
32 | libdir = @libdir@ |
---|
33 | infodir = @infodir@ |
---|
34 | mandir = @mandir@ |
---|
35 | includedir = @includedir@ |
---|
36 | oldincludedir = /usr/include |
---|
37 | |
---|
38 | DISTDIR = |
---|
39 | |
---|
40 | pkgdatadir = $(datadir)/@PACKAGE@ |
---|
41 | pkglibdir = $(libdir)/@PACKAGE@ |
---|
42 | pkgincludedir = $(includedir)/@PACKAGE@ |
---|
43 | |
---|
44 | top_builddir = .. |
---|
45 | |
---|
46 | ACLOCAL = @ACLOCAL@ |
---|
47 | AUTOCONF = @AUTOCONF@ |
---|
48 | AUTOMAKE = @AUTOMAKE@ |
---|
49 | AUTOHEADER = @AUTOHEADER@ |
---|
50 | |
---|
51 | INSTALL = @INSTALL@ |
---|
52 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ |
---|
53 | INSTALL_DATA = @INSTALL_DATA@ |
---|
54 | INSTALL_SCRIPT = @INSTALL_SCRIPT@ |
---|
55 | transform = @program_transform_name@ |
---|
56 | |
---|
57 | NORMAL_INSTALL = : |
---|
58 | PRE_INSTALL = : |
---|
59 | POST_INSTALL = : |
---|
60 | NORMAL_UNINSTALL = : |
---|
61 | PRE_UNINSTALL = : |
---|
62 | POST_UNINSTALL = : |
---|
63 | CC = @CC@ |
---|
64 | MAKEINFO = @MAKEINFO@ |
---|
65 | PACKAGE = @PACKAGE@ |
---|
66 | RANLIB = @RANLIB@ |
---|
67 | VERSION = @VERSION@ |
---|
68 | |
---|
69 | EXTRA_DIST = README bootstrap.bat getconf \ |
---|
70 | config.bat config.btm config.sed config.site |
---|
71 | mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |
---|
72 | CONFIG_HEADER = ../config.h |
---|
73 | CONFIG_CLEAN_FILES = |
---|
74 | DIST_COMMON = README Makefile.am Makefile.in |
---|
75 | |
---|
76 | |
---|
77 | DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) |
---|
78 | |
---|
79 | TAR = tar |
---|
80 | GZIP = --best |
---|
81 | all: Makefile |
---|
82 | |
---|
83 | .SUFFIXES: |
---|
84 | $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) |
---|
85 | cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps djgpp/Makefile |
---|
86 | |
---|
87 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
---|
88 | cd $(top_builddir) \ |
---|
89 | && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status |
---|
90 | |
---|
91 | tags: TAGS |
---|
92 | TAGS: |
---|
93 | |
---|
94 | |
---|
95 | distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) |
---|
96 | |
---|
97 | subdir = djgpp |
---|
98 | |
---|
99 | distdir: $(DISTFILES) |
---|
100 | @for file in $(DISTFILES); do \ |
---|
101 | d=$(srcdir); \ |
---|
102 | test -f $(distdir)/$$file \ |
---|
103 | || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ |
---|
104 | || cp -p $$d/$$file $(distdir)/$$file; \ |
---|
105 | done |
---|
106 | info: |
---|
107 | dvi: |
---|
108 | check: all |
---|
109 | $(MAKE) |
---|
110 | installcheck: |
---|
111 | install-exec: |
---|
112 | @$(NORMAL_INSTALL) |
---|
113 | |
---|
114 | install-data: |
---|
115 | @$(NORMAL_INSTALL) |
---|
116 | |
---|
117 | install: install-exec install-data all |
---|
118 | @: |
---|
119 | |
---|
120 | uninstall: |
---|
121 | |
---|
122 | install-strip: |
---|
123 | $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install |
---|
124 | installdirs: |
---|
125 | |
---|
126 | |
---|
127 | mostlyclean-generic: |
---|
128 | -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES) |
---|
129 | |
---|
130 | clean-generic: |
---|
131 | -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) |
---|
132 | |
---|
133 | distclean-generic: |
---|
134 | -rm -f Makefile $(DISTCLEANFILES) |
---|
135 | -rm -f config.cache config.log stamp-h stamp-h[0-9]* |
---|
136 | -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) |
---|
137 | |
---|
138 | maintainer-clean-generic: |
---|
139 | -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) |
---|
140 | -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) |
---|
141 | mostlyclean: mostlyclean-generic |
---|
142 | |
---|
143 | clean: clean-generic mostlyclean |
---|
144 | |
---|
145 | distclean: distclean-generic clean |
---|
146 | -rm -f config.status |
---|
147 | |
---|
148 | maintainer-clean: maintainer-clean-generic distclean |
---|
149 | @echo "This command is intended for maintainers to use;" |
---|
150 | @echo "it deletes files that may require special tools to rebuild." |
---|
151 | |
---|
152 | .PHONY: tags distdir info dvi installcheck install-exec install-data \ |
---|
153 | install uninstall all installdirs mostlyclean-generic distclean-generic \ |
---|
154 | clean-generic maintainer-clean-generic clean mostlyclean distclean \ |
---|
155 | maintainer-clean |
---|
156 | |
---|
157 | |
---|
158 | # Tell versions [3.59,3.63) of GNU make to not export all variables. |
---|
159 | # Otherwise a system limit (for SysV at least) may be exceeded. |
---|
160 | .NOEXPORT: |
---|