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

Annotation of /psiconv/trunk/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: 11232 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     SUBDIRS = compat lib psiconv formats docs
79     ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
80     mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
81     CONFIG_HEADER = config.h
82     CONFIG_CLEAN_FILES =
83     DIST_COMMON = README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \
84     Makefile.am Makefile.in NEWS TODO aclocal.m4 config.guess config.h.in \
85     config.sub configure configure.in install-sh ltconfig ltmain.sh missing \
86     mkinstalldirs
87    
88    
89     DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
90    
91     TAR = tar
92     GZIP_ENV = --best
93     all: all-redirect
94     .SUFFIXES:
95     $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
96     cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile
97    
98     Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
99     cd $(top_builddir) \
100     && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
101    
102     $(ACLOCAL_M4): configure.in
103     cd $(srcdir) && $(ACLOCAL)
104    
105     config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
106     $(SHELL) ./config.status --recheck
107     $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
108     cd $(srcdir) && $(AUTOCONF)
109    
110     config.h: stamp-h
111     @if test ! -f $@; then \
112     rm -f stamp-h; \
113     $(MAKE) stamp-h; \
114     else :; fi
115     stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
116     cd $(top_builddir) \
117     && CONFIG_FILES= CONFIG_HEADERS=config.h \
118     $(SHELL) ./config.status
119     @echo timestamp > stamp-h 2> /dev/null
120     $(srcdir)/config.h.in: $(srcdir)/stamp-h.in
121     @if test ! -f $@; then \
122     rm -f $(srcdir)/stamp-h.in; \
123     $(MAKE) $(srcdir)/stamp-h.in; \
124     else :; fi
125     $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4)
126     cd $(top_srcdir) && $(AUTOHEADER)
127     @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
128    
129     mostlyclean-hdr:
130    
131     clean-hdr:
132    
133     distclean-hdr:
134     -rm -f config.h
135    
136     maintainer-clean-hdr:
137    
138     # This directory's subdirectories are mostly independent; you can cd
139     # into them and run `make' without going through this Makefile.
140     # To change the values of `make' variables: instead of editing Makefiles,
141     # (1) if the variable is set in `config.status', edit `config.status'
142     # (which will cause the Makefiles to be regenerated when you run `make');
143     # (2) otherwise, pass the desired values on the `make' command line.
144    
145     @SET_MAKE@
146    
147     all-recursive install-data-recursive install-exec-recursive \
148     installdirs-recursive install-recursive uninstall-recursive \
149     check-recursive installcheck-recursive info-recursive dvi-recursive:
150     @set fnord $(MAKEFLAGS); amf=$$2; \
151     dot_seen=no; \
152     target=`echo $@ | sed s/-recursive//`; \
153     list='$(SUBDIRS)'; for subdir in $$list; do \
154     echo "Making $$target in $$subdir"; \
155     if test "$$subdir" = "."; then \
156     dot_seen=yes; \
157     local_target="$$target-am"; \
158     else \
159     local_target="$$target"; \
160     fi; \
161     (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
162     || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
163     done; \
164     if test "$$dot_seen" = "no"; then \
165     $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
166     fi; test -z "$$fail"
167    
168     mostlyclean-recursive clean-recursive distclean-recursive \
169     maintainer-clean-recursive:
170     @set fnord $(MAKEFLAGS); amf=$$2; \
171     dot_seen=no; \
172     rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
173     rev="$$subdir $$rev"; \
174     test "$$subdir" = "." && dot_seen=yes; \
175     done; \
176     test "$$dot_seen" = "no" && rev=". $$rev"; \
177     target=`echo $@ | sed s/-recursive//`; \
178     for subdir in $$rev; do \
179     echo "Making $$target in $$subdir"; \
180     if test "$$subdir" = "."; then \
181     local_target="$$target-am"; \
182     else \
183     local_target="$$target"; \
184     fi; \
185     (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
186     || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
187     done && test -z "$$fail"
188     tags-recursive:
189     list='$(SUBDIRS)'; for subdir in $$list; do \
190     test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
191     done
192    
193     tags: TAGS
194    
195     ID: $(HEADERS) $(SOURCES) $(LISP)
196     list='$(SOURCES) $(HEADERS)'; \
197     unique=`for i in $$list; do echo $$i; done | \
198     awk ' { files[$$0] = 1; } \
199     END { for (i in files) print i; }'`; \
200     here=`pwd` && cd $(srcdir) \
201     && mkid -f$$here/ID $$unique $(LISP)
202    
203     TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
204     tags=; \
205     here=`pwd`; \
206     list='$(SUBDIRS)'; for subdir in $$list; do \
207     if test "$$subdir" = .; then :; else \
208     test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
209     fi; \
210     done; \
211     list='$(SOURCES) $(HEADERS)'; \
212     unique=`for i in $$list; do echo $$i; done | \
213     awk ' { files[$$0] = 1; } \
214     END { for (i in files) print i; }'`; \
215     test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
216     || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
217    
218     mostlyclean-tags:
219    
220     clean-tags:
221    
222     distclean-tags:
223     -rm -f TAGS ID
224    
225     maintainer-clean-tags:
226    
227     distdir = $(PACKAGE)-$(VERSION)
228     top_distdir = $(distdir)
229    
230     # This target untars the dist file and tries a VPATH configuration. Then
231     # it guarantees that the distribution is self-contained by making another
232     # tarfile.
233     distcheck: dist
234     -rm -rf $(distdir)
235     GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
236     mkdir $(distdir)/=build
237     mkdir $(distdir)/=inst
238     dc_install_base=`cd $(distdir)/=inst && pwd`; \
239     cd $(distdir)/=build \
240     && ../configure --srcdir=.. --prefix=$$dc_install_base \
241     && $(MAKE) $(AM_MAKEFLAGS) \
242     && $(MAKE) $(AM_MAKEFLAGS) dvi \
243     && $(MAKE) $(AM_MAKEFLAGS) check \
244     && $(MAKE) $(AM_MAKEFLAGS) install \
245     && $(MAKE) $(AM_MAKEFLAGS) installcheck \
246     && $(MAKE) $(AM_MAKEFLAGS) dist
247     -rm -rf $(distdir)
248     @banner="$(distdir).tar.gz is ready for distribution"; \
249     dashes=`echo "$$banner" | sed s/./=/g`; \
250     echo "$$dashes"; \
251     echo "$$banner"; \
252     echo "$$dashes"
253     dist: distdir
254     -chmod -R a+r $(distdir)
255     GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
256     -rm -rf $(distdir)
257     dist-all: distdir
258     -chmod -R a+r $(distdir)
259     GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
260     -rm -rf $(distdir)
261     distdir: $(DISTFILES)
262     -rm -rf $(distdir)
263     mkdir $(distdir)
264     -chmod 777 $(distdir)
265     here=`cd $(top_builddir) && pwd`; \
266     top_distdir=`cd $(distdir) && pwd`; \
267     distdir=`cd $(distdir) && pwd`; \
268     cd $(top_srcdir) \
269     && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Makefile
270     @for file in $(DISTFILES); do \
271     d=$(srcdir); \
272     if test -d $$d/$$file; then \
273     cp -pr $$/$$file $(distdir)/$$file; \
274     else \
275     test -f $(distdir)/$$file \
276     || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
277     || cp -p $$d/$$file $(distdir)/$$file || :; \
278     fi; \
279     done
280     for subdir in $(SUBDIRS); do \
281     if test "$$subdir" = .; then :; else \
282     test -d $(distdir)/$$subdir \
283     || mkdir $(distdir)/$$subdir \
284     || exit 1; \
285     chmod 777 $(distdir)/$$subdir; \
286     (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
287     || exit 1; \
288     fi; \
289     done
290     info-am:
291     info: info-recursive
292     dvi-am:
293     dvi: dvi-recursive
294     check-am: all-am
295     check: check-recursive
296     installcheck-am:
297     installcheck: installcheck-recursive
298     all-recursive-am: config.h
299     $(MAKE) $(AM_MAKEFLAGS) all-recursive
300    
301     install-exec-am:
302     install-exec: install-exec-recursive
303    
304     install-data-am:
305     install-data: install-data-recursive
306    
307     install-am: all-am
308     @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
309     install: install-recursive
310     uninstall-am:
311     uninstall: uninstall-recursive
312     all-am: Makefile config.h
313     all-redirect: all-recursive-am
314     install-strip:
315     $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
316     installdirs: installdirs-recursive
317     installdirs-am:
318    
319    
320     mostlyclean-generic:
321    
322     clean-generic:
323    
324     distclean-generic:
325     -rm -f Makefile $(CONFIG_CLEAN_FILES)
326     -rm -f config.cache config.log stamp-h stamp-h[0-9]*
327    
328     maintainer-clean-generic:
329     mostlyclean-am: mostlyclean-hdr mostlyclean-tags mostlyclean-generic
330    
331     mostlyclean: mostlyclean-recursive
332    
333     clean-am: clean-hdr clean-tags clean-generic mostlyclean-am
334    
335     clean: clean-recursive
336    
337     distclean-am: distclean-hdr distclean-tags distclean-generic clean-am
338     -rm -f libtool
339    
340     distclean: distclean-recursive
341     -rm -f config.status
342    
343     maintainer-clean-am: maintainer-clean-hdr maintainer-clean-tags \
344     maintainer-clean-generic distclean-am
345     @echo "This command is intended for maintainers to use;"
346     @echo "it deletes files that may require special tools to rebuild."
347    
348     maintainer-clean: maintainer-clean-recursive
349     -rm -f config.status
350    
351     .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
352     install-data-recursive uninstall-data-recursive install-exec-recursive \
353     uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
354     all-recursive check-recursive installcheck-recursive info-recursive \
355     dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
356     maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
357     distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
358     dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \
359     install-exec-am install-exec install-data-am install-data install-am \
360     install uninstall-am uninstall all-redirect all-am all installdirs-am \
361     installdirs mostlyclean-generic distclean-generic clean-generic \
362     maintainer-clean-generic clean mostlyclean distclean maintainer-clean
363    
364    
365     # Tell versions [3.59,3.63) of GNU make to not export all variables.
366     # Otherwise a system limit (for SysV at least) may be exceeded.
367     .NOEXPORT:

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