source: trunk/third/libungif/Makefile.in @ 15295

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