/[public]/psiconv/trunk/compat/Makefile.in
ViewVC logotype

Contents of /psiconv/trunk/compat/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 21 - (show annotations)
Wed Oct 27 15:30:34 1999 UTC (24 years, 5 months ago) by frodo
File size: 8641 byte(s)
(Frodo) Added getopt_long support for systems without it, as well as a minor
        typo.

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
13
14 SHELL = @SHELL@
15
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 prefix = @prefix@
20 exec_prefix = @exec_prefix@
21
22 bindir = @bindir@
23 sbindir = @sbindir@
24 libexecdir = @libexecdir@
25 datadir = @datadir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
29 libdir = @libdir@
30 infodir = @infodir@
31 mandir = @mandir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
34
35 DESTDIR =
36
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
40
41 top_builddir = ..
42
43 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
47
48 INSTALL = @INSTALL@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
53
54 NORMAL_INSTALL = :
55 PRE_INSTALL = :
56 POST_INSTALL = :
57 NORMAL_UNINSTALL = :
58 PRE_UNINSTALL = :
59 POST_UNINSTALL = :
60 host_alias = @host_alias@
61 host_triplet = @host@
62 AS = @AS@
63 CC = @CC@
64 DLLTOOL = @DLLTOOL@
65 INT_16_BIT = @INT_16_BIT@
66 INT_32_BIT = @INT_32_BIT@
67 INT_8_BIT = @INT_8_BIT@
68 LD = @LD@
69 LIBTOOL = @LIBTOOL@
70 LIB_MAGICK = @LIB_MAGICK@
71 LN_S = @LN_S@
72 MAKEINFO = @MAKEINFO@
73 NM = @NM@
74 OBJDUMP = @OBJDUMP@
75 PACKAGE = @PACKAGE@
76 RANLIB = @RANLIB@
77 VERSION = @VERSION@
78 cflags_set = @cflags_set@
79
80 noinst_LTLIBRARIES = libcompat.la
81
82 libcompat_la_LIBADD = @LIBOBJS@
83 libcompat_la_SOURCES =
84 libcompat_la_LDFLAGS = -static
85 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
86 CONFIG_HEADER = ../config.h
87 CONFIG_CLEAN_FILES =
88 LTLIBRARIES = $(noinst_LTLIBRARIES)
89
90
91 DEFS = @DEFS@ -I. -I$(srcdir) -I..
92 CPPFLAGS = @CPPFLAGS@
93 LDFLAGS = @LDFLAGS@
94 LIBS = @LIBS@
95 libcompat_la_DEPENDENCIES = @LIBOBJS@
96 libcompat_la_OBJECTS =
97 CFLAGS = @CFLAGS@
98 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
99 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
100 CCLD = $(CC)
101 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
102 DIST_COMMON = Makefile.am Makefile.in getopt.c getopt1.c strdup.c
103
104
105 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
106
107 TAR = tar
108 GZIP_ENV = --best
109 DEP_FILES = .deps/getopt.P .deps/getopt1.P .deps/strdup.P
110 SOURCES = $(libcompat_la_SOURCES)
111 OBJECTS = $(libcompat_la_OBJECTS)
112
113 all: all-redirect
114 .SUFFIXES:
115 .SUFFIXES: .S .c .lo .o .s
116 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
117 cd $(top_srcdir) && $(AUTOMAKE) --gnu compat/Makefile
118
119 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
120 cd $(top_builddir) \
121 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
122
123
124 mostlyclean-noinstLTLIBRARIES:
125
126 clean-noinstLTLIBRARIES:
127 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
128
129 distclean-noinstLTLIBRARIES:
130
131 maintainer-clean-noinstLTLIBRARIES:
132
133 .s.o:
134 $(COMPILE) -c $<
135
136 .S.o:
137 $(COMPILE) -c $<
138
139 mostlyclean-compile:
140 -rm -f *.o core *.core
141
142 clean-compile:
143
144 distclean-compile:
145 -rm -f *.tab.c
146
147 maintainer-clean-compile:
148
149 .s.lo:
150 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
151
152 .S.lo:
153 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
154
155 mostlyclean-libtool:
156 -rm -f *.lo
157
158 clean-libtool:
159 -rm -rf .libs _libs
160
161 distclean-libtool:
162
163 maintainer-clean-libtool:
164
165 libcompat.la: $(libcompat_la_OBJECTS) $(libcompat_la_DEPENDENCIES)
166 $(LINK) $(libcompat_la_LDFLAGS) $(libcompat_la_OBJECTS) $(libcompat_la_LIBADD) $(LIBS)
167
168 tags: TAGS
169
170 ID: $(HEADERS) $(SOURCES) $(LISP)
171 list='$(SOURCES) $(HEADERS)'; \
172 unique=`for i in $$list; do echo $$i; done | \
173 awk ' { files[$$0] = 1; } \
174 END { for (i in files) print i; }'`; \
175 here=`pwd` && cd $(srcdir) \
176 && mkid -f$$here/ID $$unique $(LISP)
177
178 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
179 tags=; \
180 here=`pwd`; \
181 list='$(SOURCES) $(HEADERS)'; \
182 unique=`for i in $$list; do echo $$i; done | \
183 awk ' { files[$$0] = 1; } \
184 END { for (i in files) print i; }'`; \
185 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
186 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
187
188 mostlyclean-tags:
189
190 clean-tags:
191
192 distclean-tags:
193 -rm -f TAGS ID
194
195 maintainer-clean-tags:
196
197 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
198
199 subdir = compat
200
201 distdir: $(DISTFILES)
202 here=`cd $(top_builddir) && pwd`; \
203 top_distdir=`cd $(top_distdir) && pwd`; \
204 distdir=`cd $(distdir) && pwd`; \
205 cd $(top_srcdir) \
206 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu compat/Makefile
207 @for file in $(DISTFILES); do \
208 d=$(srcdir); \
209 if test -d $$d/$$file; then \
210 cp -pr $$/$$file $(distdir)/$$file; \
211 else \
212 test -f $(distdir)/$$file \
213 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
214 || cp -p $$d/$$file $(distdir)/$$file || :; \
215 fi; \
216 done
217
218 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
219
220 -include $(DEP_FILES)
221
222 mostlyclean-depend:
223
224 clean-depend:
225
226 distclean-depend:
227 -rm -rf .deps
228
229 maintainer-clean-depend:
230
231 %.o: %.c
232 @echo '$(COMPILE) -c $<'; \
233 $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
234 @-cp .deps/$(*F).pp .deps/$(*F).P; \
235 tr ' ' '\012' < .deps/$(*F).pp \
236 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
237 >> .deps/$(*F).P; \
238 rm .deps/$(*F).pp
239
240 %.lo: %.c
241 @echo '$(LTCOMPILE) -c $<'; \
242 $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
243 @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
244 < .deps/$(*F).pp > .deps/$(*F).P; \
245 tr ' ' '\012' < .deps/$(*F).pp \
246 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
247 >> .deps/$(*F).P; \
248 rm -f .deps/$(*F).pp
249 info-am:
250 info: info-am
251 dvi-am:
252 dvi: dvi-am
253 check-am: all-am
254 check: check-am
255 installcheck-am:
256 installcheck: installcheck-am
257 install-exec-am:
258 install-exec: install-exec-am
259
260 install-data-am:
261 install-data: install-data-am
262
263 install-am: all-am
264 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
265 install: install-am
266 uninstall-am:
267 uninstall: uninstall-am
268 all-am: Makefile $(LTLIBRARIES)
269 all-redirect: all-am
270 install-strip:
271 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
272 installdirs:
273
274
275 mostlyclean-generic:
276
277 clean-generic:
278
279 distclean-generic:
280 -rm -f Makefile $(CONFIG_CLEAN_FILES)
281 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
282
283 maintainer-clean-generic:
284 mostlyclean-am: mostlyclean-noinstLTLIBRARIES mostlyclean-compile \
285 mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
286 mostlyclean-generic
287
288 mostlyclean: mostlyclean-am
289
290 clean-am: clean-noinstLTLIBRARIES clean-compile clean-libtool \
291 clean-tags clean-depend clean-generic mostlyclean-am
292
293 clean: clean-am
294
295 distclean-am: distclean-noinstLTLIBRARIES distclean-compile \
296 distclean-libtool distclean-tags distclean-depend \
297 distclean-generic clean-am
298 -rm -f libtool
299
300 distclean: distclean-am
301
302 maintainer-clean-am: maintainer-clean-noinstLTLIBRARIES \
303 maintainer-clean-compile maintainer-clean-libtool \
304 maintainer-clean-tags maintainer-clean-depend \
305 maintainer-clean-generic distclean-am
306 @echo "This command is intended for maintainers to use;"
307 @echo "it deletes files that may require special tools to rebuild."
308
309 maintainer-clean: maintainer-clean-am
310
311 .PHONY: mostlyclean-noinstLTLIBRARIES distclean-noinstLTLIBRARIES \
312 clean-noinstLTLIBRARIES maintainer-clean-noinstLTLIBRARIES \
313 mostlyclean-compile distclean-compile clean-compile \
314 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
315 clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
316 distclean-tags clean-tags maintainer-clean-tags distdir \
317 mostlyclean-depend distclean-depend clean-depend \
318 maintainer-clean-depend info-am info dvi-am dvi check check-am \
319 installcheck-am installcheck install-exec-am install-exec \
320 install-data-am install-data install-am install uninstall-am uninstall \
321 all-redirect all-am all installdirs mostlyclean-generic \
322 distclean-generic clean-generic maintainer-clean-generic clean \
323 mostlyclean distclean maintainer-clean
324
325
326 # Tell versions [3.59,3.63) of GNU make to not export all variables.
327 # Otherwise a system limit (for SysV at least) may be exceeded.
328 .NOEXPORT:

frodo@frodo.looijaard.name
ViewVC Help
Powered by ViewVC 1.1.26