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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (hide annotations)
Sun Oct 3 21:10:47 1999 UTC (24 years, 6 months ago) by frodo
File size: 8539 byte(s)
Imported sources

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

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