/[public]/psiconv/trunk/program/extra/Makefile.in
ViewVC logotype

Annotation of /psiconv/trunk/program/extra/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 88 - (hide annotations)
Sun Dec 31 01:36:30 2000 UTC (23 years, 4 months ago) by frodo
File size: 9247 byte(s)
(Frodo) Empty Word and TextEd documents work!

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

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