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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 53 - (hide annotations)
Sat Oct 21 00:49:13 2000 UTC (23 years, 6 months ago) by frodo
File size: 8711 byte(s)
(Frodo) YES! Fixed everything - ImageMagick should now finally work!

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

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