source: trunk/third/xalf/Makefile.in @ 16248

Revision 16248, 11.0 KB checked in by ghudson, 24 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r16247, which included commits to RCS files with non-trunk default branches.
Line 
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
14SHELL = @SHELL@
15
16srcdir = @srcdir@
17top_srcdir = @top_srcdir@
18VPATH = @srcdir@
19prefix = @prefix@
20exec_prefix = @exec_prefix@
21
22bindir = @bindir@
23sbindir = @sbindir@
24libexecdir = @libexecdir@
25datadir = @datadir@
26sysconfdir = @sysconfdir@
27sharedstatedir = @sharedstatedir@
28localstatedir = @localstatedir@
29libdir = @libdir@
30infodir = @infodir@
31mandir = @mandir@
32includedir = @includedir@
33oldincludedir = /usr/include
34
35DESTDIR =
36
37pkgdatadir = $(datadir)/@PACKAGE@
38pkglibdir = $(libdir)/@PACKAGE@
39pkgincludedir = $(includedir)/@PACKAGE@
40
41top_builddir = .
42
43ACLOCAL = @ACLOCAL@
44AUTOCONF = @AUTOCONF@
45AUTOMAKE = @AUTOMAKE@
46AUTOHEADER = @AUTOHEADER@
47
48INSTALL = @INSTALL@
49INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50INSTALL_DATA = @INSTALL_DATA@
51INSTALL_SCRIPT = @INSTALL_SCRIPT@
52transform = @program_transform_name@
53
54NORMAL_INSTALL = :
55PRE_INSTALL = :
56POST_INSTALL = :
57NORMAL_UNINSTALL = :
58PRE_UNINSTALL = :
59POST_UNINSTALL = :
60host_alias = @host_alias@
61host_triplet = @host@
62AS = @AS@
63CC = @CC@
64DLLTOOL = @DLLTOOL@
65GNOME_CC_CFLAGS = @GNOME_CC_CFLAGS@
66GNOME_CC_LIBS = @GNOME_CC_LIBS@
67GTK_CFLAGS = @GTK_CFLAGS@
68GTK_CONFIG = @GTK_CONFIG@
69GTK_LIBS = @GTK_LIBS@
70LIBOBJS = @LIBOBJS@
71LIBTOOL = @LIBTOOL@
72LN_S = @LN_S@
73MAKEINFO = @MAKEINFO@
74OBJDUMP = @OBJDUMP@
75PACKAGE = @PACKAGE@
76RANLIB = @RANLIB@
77VERSION = @VERSION@
78@COMPILE_CAPPLET_TRUE@capplet = capplet
79@COMPILE_CAPPLET_FALSE@capplet =
80
81SUBDIRS = lib src $(capplet)
82
83EXTRA_DIST = xalf.spec extras/README extras/netscape extras/netscape.diff FAQ
84ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
85mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
86CONFIG_HEADER = config.h
87CONFIG_CLEAN_FILES =
88DIST_COMMON =  README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \
89Makefile.am Makefile.in NEWS TODO acconfig.h aclocal.m4 config.guess \
90config.h.in config.sub configure configure.in install-sh ltconfig \
91ltmain.sh missing mkinstalldirs
92
93
94DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
95
96TAR = gtar
97GZIP_ENV = --best
98DIST_SUBDIRS =  lib src capplet
99all: all-redirect
100.SUFFIXES:
101$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
102        cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Makefile
103
104Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
105        cd $(top_builddir) \
106          && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
107
108$(ACLOCAL_M4):  configure.in
109        cd $(srcdir) && $(ACLOCAL)
110
111config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
112        $(SHELL) ./config.status --recheck
113$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
114        cd $(srcdir) && $(AUTOCONF)
115
116config.h: stamp-h
117        @if test ! -f $@; then \
118                rm -f stamp-h; \
119                $(MAKE) stamp-h; \
120        else :; fi
121stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
122        cd $(top_builddir) \
123          && CONFIG_FILES= CONFIG_HEADERS=config.h \
124             $(SHELL) ./config.status
125        @echo timestamp > stamp-h 2> /dev/null
126$(srcdir)/config.h.in: $(srcdir)/stamp-h.in
127        @if test ! -f $@; then \
128                rm -f $(srcdir)/stamp-h.in; \
129                $(MAKE) $(srcdir)/stamp-h.in; \
130        else :; fi
131$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
132        cd $(top_srcdir) && $(AUTOHEADER)
133        @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
134
135mostlyclean-hdr:
136
137clean-hdr:
138
139distclean-hdr:
140        -rm -f config.h
141
142maintainer-clean-hdr:
143
144# This directory's subdirectories are mostly independent; you can cd
145# into them and run `make' without going through this Makefile.
146# To change the values of `make' variables: instead of editing Makefiles,
147# (1) if the variable is set in `config.status', edit `config.status'
148#     (which will cause the Makefiles to be regenerated when you run `make');
149# (2) otherwise, pass the desired values on the `make' command line.
150
151@SET_MAKE@
152
153all-recursive install-data-recursive install-exec-recursive \
154installdirs-recursive install-recursive uninstall-recursive  \
155check-recursive installcheck-recursive info-recursive dvi-recursive:
156        @set fnord $(MAKEFLAGS); amf=$$2; \
157        dot_seen=no; \
158        target=`echo $@ | sed s/-recursive//`; \
159        list='$(SUBDIRS)'; for subdir in $$list; do \
160          echo "Making $$target in $$subdir"; \
161          if test "$$subdir" = "."; then \
162            dot_seen=yes; \
163            local_target="$$target-am"; \
164          else \
165            local_target="$$target"; \
166          fi; \
167          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
168           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
169        done; \
170        if test "$$dot_seen" = "no"; then \
171          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
172        fi; test -z "$$fail"
173
174mostlyclean-recursive clean-recursive distclean-recursive \
175maintainer-clean-recursive:
176        @set fnord $(MAKEFLAGS); amf=$$2; \
177        dot_seen=no; \
178        rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
179          rev="$$subdir $$rev"; \
180          test "$$subdir" = "." && dot_seen=yes; \
181        done; \
182        test "$$dot_seen" = "no" && rev=". $$rev"; \
183        target=`echo $@ | sed s/-recursive//`; \
184        for subdir in $$rev; do \
185          echo "Making $$target in $$subdir"; \
186          if test "$$subdir" = "."; then \
187            local_target="$$target-am"; \
188          else \
189            local_target="$$target"; \
190          fi; \
191          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
192           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
193        done && test -z "$$fail"
194tags-recursive:
195        list='$(SUBDIRS)'; for subdir in $$list; do \
196          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
197        done
198
199tags: TAGS
200
201ID: $(HEADERS) $(SOURCES) $(LISP)
202        list='$(SOURCES) $(HEADERS)'; \
203        unique=`for i in $$list; do echo $$i; done | \
204          awk '    { files[$$0] = 1; } \
205               END { for (i in files) print i; }'`; \
206        here=`pwd` && cd $(srcdir) \
207          && mkid -f$$here/ID $$unique $(LISP)
208
209TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
210        tags=; \
211        here=`pwd`; \
212        list='$(SUBDIRS)'; for subdir in $$list; do \
213   if test "$$subdir" = .; then :; else \
214            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
215   fi; \
216        done; \
217        list='$(SOURCES) $(HEADERS)'; \
218        unique=`for i in $$list; do echo $$i; done | \
219          awk '    { files[$$0] = 1; } \
220               END { for (i in files) print i; }'`; \
221        test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
222          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
223
224mostlyclean-tags:
225
226clean-tags:
227
228distclean-tags:
229        -rm -f TAGS ID
230
231maintainer-clean-tags:
232
233distdir = $(PACKAGE)-$(VERSION)
234top_distdir = $(distdir)
235
236# This target untars the dist file and tries a VPATH configuration.  Then
237# it guarantees that the distribution is self-contained by making another
238# tarfile.
239distcheck: dist
240        -rm -rf $(distdir)
241        GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
242        mkdir $(distdir)/=build
243        mkdir $(distdir)/=inst
244        dc_install_base=`cd $(distdir)/=inst && pwd`; \
245        cd $(distdir)/=build \
246          && ../configure --srcdir=.. --prefix=$$dc_install_base \
247          && $(MAKE) $(AM_MAKEFLAGS) \
248          && $(MAKE) $(AM_MAKEFLAGS) dvi \
249          && $(MAKE) $(AM_MAKEFLAGS) check \
250          && $(MAKE) $(AM_MAKEFLAGS) install \
251          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
252          && $(MAKE) $(AM_MAKEFLAGS) dist
253        -rm -rf $(distdir)
254        @banner="$(distdir).tar.gz is ready for distribution"; \
255        dashes=`echo "$$banner" | sed s/./=/g`; \
256        echo "$$dashes"; \
257        echo "$$banner"; \
258        echo "$$dashes"
259dist: distdir
260        -chmod -R a+r $(distdir)
261        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
262        -rm -rf $(distdir)
263dist-all: distdir
264        -chmod -R a+r $(distdir)
265        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
266        -rm -rf $(distdir)
267distdir: $(DISTFILES)
268        -rm -rf $(distdir)
269        mkdir $(distdir)
270        -chmod 777 $(distdir)
271        $(mkinstalldirs) $(distdir)/extras
272        @for file in $(DISTFILES); do \
273          d=$(srcdir); \
274          if test -d $$d/$$file; then \
275            cp -pr $$d/$$file $(distdir)/$$file; \
276          else \
277            test -f $(distdir)/$$file \
278            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
279            || cp -p $$d/$$file $(distdir)/$$file || :; \
280          fi; \
281        done
282        for subdir in $(DIST_SUBDIRS); do \
283          if test "$$subdir" = .; then :; else \
284            test -d $(distdir)/$$subdir \
285            || mkdir $(distdir)/$$subdir \
286            || exit 1; \
287            chmod 777 $(distdir)/$$subdir; \
288            (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
289              || exit 1; \
290          fi; \
291        done
292info-am:
293info: info-recursive
294dvi-am:
295dvi: dvi-recursive
296check-am: all-am
297check: check-recursive
298installcheck-am:
299installcheck: installcheck-recursive
300all-recursive-am: config.h
301        $(MAKE) $(AM_MAKEFLAGS) all-recursive
302
303install-exec-am:
304install-exec: install-exec-recursive
305
306install-data-am:
307install-data: install-data-recursive
308
309install-am: all-am
310        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
311install: install-recursive
312uninstall-am:
313uninstall: uninstall-recursive
314all-am: Makefile config.h
315all-redirect: all-recursive-am
316install-strip:
317        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
318installdirs: installdirs-recursive
319installdirs-am:
320
321
322mostlyclean-generic:
323
324clean-generic:
325
326distclean-generic:
327        -rm -f Makefile $(CONFIG_CLEAN_FILES)
328        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
329
330maintainer-clean-generic:
331mostlyclean-am:  mostlyclean-hdr mostlyclean-tags mostlyclean-generic
332
333mostlyclean: mostlyclean-recursive
334
335clean-am:  clean-hdr clean-tags clean-generic mostlyclean-am
336
337clean: clean-recursive
338
339distclean-am:  distclean-hdr distclean-tags distclean-generic clean-am
340        -rm -f libtool
341
342distclean: distclean-recursive
343        -rm -f config.status
344
345maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-tags \
346                maintainer-clean-generic distclean-am
347        @echo "This command is intended for maintainers to use;"
348        @echo "it deletes files that may require special tools to rebuild."
349
350maintainer-clean: maintainer-clean-recursive
351        -rm -f config.status
352
353.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
354install-data-recursive uninstall-data-recursive install-exec-recursive \
355uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
356all-recursive check-recursive installcheck-recursive info-recursive \
357dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
358maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
359distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
360dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \
361install-exec-am install-exec install-data-am install-data install-am \
362install uninstall-am uninstall all-redirect all-am all installdirs-am \
363installdirs mostlyclean-generic distclean-generic clean-generic \
364maintainer-clean-generic clean mostlyclean distclean maintainer-clean
365
366
367# Tell versions [3.59,3.63) of GNU make to not export all variables.
368# Otherwise a system limit (for SysV at least) may be exceeded.
369.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.