source: trunk/third/ORBit/popt/Makefile.in @ 15271

Revision 15271, 16.1 KB checked in by ghudson, 24 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r15270, 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# Makefile for popt library.
14
15
16SHELL = @SHELL@
17
18srcdir = @srcdir@
19top_srcdir = @top_srcdir@
20VPATH = @srcdir@
21prefix = @prefix@
22exec_prefix = @exec_prefix@
23
24bindir = @bindir@
25sbindir = @sbindir@
26libexecdir = @libexecdir@
27datadir = @datadir@
28sysconfdir = @sysconfdir@
29sharedstatedir = @sharedstatedir@
30localstatedir = @localstatedir@
31libdir = @libdir@
32infodir = @infodir@
33mandir = @mandir@
34includedir = @includedir@
35oldincludedir = /usr/include
36
37DESTDIR =
38
39pkgdatadir = $(datadir)/@PACKAGE@
40pkglibdir = $(libdir)/@PACKAGE@
41pkgincludedir = $(includedir)/@PACKAGE@
42
43top_builddir = .
44
45ACLOCAL = @ACLOCAL@
46AUTOCONF = @AUTOCONF@
47AUTOMAKE = @AUTOMAKE@
48AUTOHEADER = @AUTOHEADER@
49
50INSTALL = @INSTALL@
51INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
52INSTALL_DATA = @INSTALL_DATA@
53INSTALL_SCRIPT = @INSTALL_SCRIPT@
54transform = @program_transform_name@
55
56NORMAL_INSTALL = :
57PRE_INSTALL = :
58POST_INSTALL = :
59NORMAL_UNINSTALL = :
60PRE_UNINSTALL = :
61POST_UNINSTALL = :
62build_alias = @build_alias@
63build_triplet = @build@
64host_alias = @host_alias@
65host_triplet = @host@
66target_alias = @target_alias@
67target_triplet = @target@
68AS = @AS@
69CATALOGS = @CATALOGS@
70CATOBJEXT = @CATOBJEXT@
71CC = @CC@
72CPP = @CPP@
73DATADIRNAME = @DATADIRNAME@
74DLLTOOL = @DLLTOOL@
75GENCAT = @GENCAT@
76GMOFILES = @GMOFILES@
77GMSGFMT = @GMSGFMT@
78GT_NO = @GT_NO@
79GT_YES = @GT_YES@
80INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@
81INSTOBJEXT = @INSTOBJEXT@
82INTLDEPS = @INTLDEPS@
83INTLLIBS = @INTLLIBS@
84INTLOBJS = @INTLOBJS@
85LIBTOOL = @LIBTOOL@
86LN_S = @LN_S@
87MAKEINFO = @MAKEINFO@
88MKINSTALLDIRS = @MKINSTALLDIRS@
89MSGFMT = @MSGFMT@
90OBJDUMP = @OBJDUMP@
91PACKAGE = @PACKAGE@
92POFILES = @POFILES@
93POSUB = @POSUB@
94RANLIB = @RANLIB@
95TARGET = @TARGET@
96U = @U@
97USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
98USE_NLS = @USE_NLS@
99VERSION = @VERSION@
100l = @l@
101
102AUTOMAKE_OPTIONS = 1.4 foreign
103
104EXTRA_DIST = CHANGES autogen.sh $(noinst_MANS) popt.spec        testit.sh po/Makefile.in.in po/POTFILES.in po/popt.pot popt.ps  po/cs.po po/ro.po po/uk.po po/zh_CN.GB2312.po po/gl.po po/sk.po po/wa.po
105
106
107SUBDIRS = intl po
108
109INCLUDES = -I$(top_srcdir)
110
111noinst_PROGRAMS = test1 test2
112test1_SOURCES = test1.c
113test1_LDFLAGS = -all-static
114test1_LDADD = $(noinst_LTLIBRARIES)
115test2_SOURCES = test2.c
116test2_LDFLAGS = -all-static
117test2_LDADD = $(noinst_LTLIBRARIES)
118
119noinst_SCRIPTS = testit.sh
120
121noinst_HEADERS = findme.h poptint.h system.h popt.h
122noinst_LTLIBRARIES = libpopt.la
123libpopt_la_SOURCES = popt.c findme.c poptparse.c poptconfig.c popthelp.c
124
125noinst_MANS = popt.3
126
127CVSTAG = $(PACKAGE)-$(subst .,_,$(VERSION))
128ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
129mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
130CONFIG_HEADER = config.h
131CONFIG_CLEAN_FILES =
132LTLIBRARIES =  $(noinst_LTLIBRARIES)
133
134
135DEFS = @DEFS@ -I. -I$(srcdir) -I.
136CPPFLAGS = @CPPFLAGS@
137LDFLAGS = @LDFLAGS@
138LIBS = @LIBS@
139libpopt_la_LDFLAGS =
140libpopt_la_LIBADD =
141libpopt_la_OBJECTS =  popt.lo findme.lo poptparse.lo poptconfig.lo \
142popthelp.lo
143PROGRAMS =  $(noinst_PROGRAMS)
144
145test1_OBJECTS =  test1.o
146test1_DEPENDENCIES =  libpopt.la
147test2_OBJECTS =  test2.o
148test2_DEPENDENCIES =  libpopt.la
149SCRIPTS =  $(noinst_SCRIPTS)
150
151CFLAGS = @CFLAGS@
152COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
153LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
154CCLD = $(CC)
155LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
156HEADERS =  $(noinst_HEADERS)
157
158DIST_COMMON =  README ./stamp-h.in COPYING Makefile.am Makefile.in \
159acconfig.h aclocal.m4 config.guess config.h.in config.sub configure \
160configure.in install-sh ltconfig ltmain.sh missing mkinstalldirs
161
162
163DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
164
165TAR = gtar
166GZIP_ENV = --best
167SOURCES = $(libpopt_la_SOURCES) $(test1_SOURCES) $(test2_SOURCES)
168OBJECTS = $(libpopt_la_OBJECTS) $(test1_OBJECTS) $(test2_OBJECTS)
169
170all: all-redirect
171.SUFFIXES:
172.SUFFIXES: .S .c .lo .o .s
173$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
174        cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps Makefile
175
176Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
177        cd $(top_builddir) \
178          && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
179
180$(ACLOCAL_M4):  configure.in
181        cd $(srcdir) && $(ACLOCAL)
182
183config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
184        $(SHELL) ./config.status --recheck
185$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
186        cd $(srcdir) && $(AUTOCONF)
187
188config.h: stamp-h
189        @if test ! -f $@; then \
190                rm -f stamp-h; \
191                $(MAKE) stamp-h; \
192        else :; fi
193stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
194        cd $(top_builddir) \
195          && CONFIG_FILES= CONFIG_HEADERS=config.h \
196             $(SHELL) ./config.status
197        @echo timestamp > stamp-h 2> /dev/null
198$(srcdir)/config.h.in: $(srcdir)/stamp-h.in
199        @if test ! -f $@; then \
200                rm -f $(srcdir)/stamp-h.in; \
201                $(MAKE) $(srcdir)/stamp-h.in; \
202        else :; fi
203$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
204        cd $(top_srcdir) && $(AUTOHEADER)
205        @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
206
207mostlyclean-hdr:
208
209clean-hdr:
210
211distclean-hdr:
212        -rm -f config.h
213
214maintainer-clean-hdr:
215
216mostlyclean-noinstLTLIBRARIES:
217
218clean-noinstLTLIBRARIES:
219        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
220
221distclean-noinstLTLIBRARIES:
222
223maintainer-clean-noinstLTLIBRARIES:
224
225.c.o:
226        $(COMPILE) -c $<
227
228.s.o:
229        $(COMPILE) -c $<
230
231.S.o:
232        $(COMPILE) -c $<
233
234mostlyclean-compile:
235        -rm -f *.o core *.core
236
237clean-compile:
238
239distclean-compile:
240        -rm -f *.tab.c
241
242maintainer-clean-compile:
243
244.c.lo:
245        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
246
247.s.lo:
248        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
249
250.S.lo:
251        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
252
253mostlyclean-libtool:
254        -rm -f *.lo
255
256clean-libtool:
257        -rm -rf .libs _libs
258
259distclean-libtool:
260
261maintainer-clean-libtool:
262
263libpopt.la: $(libpopt_la_OBJECTS) $(libpopt_la_DEPENDENCIES)
264        $(LINK)  $(libpopt_la_LDFLAGS) $(libpopt_la_OBJECTS) $(libpopt_la_LIBADD) $(LIBS)
265
266mostlyclean-noinstPROGRAMS:
267
268clean-noinstPROGRAMS:
269        -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
270
271distclean-noinstPROGRAMS:
272
273maintainer-clean-noinstPROGRAMS:
274
275test1: $(test1_OBJECTS) $(test1_DEPENDENCIES)
276        @rm -f test1
277        $(LINK) $(test1_LDFLAGS) $(test1_OBJECTS) $(test1_LDADD) $(LIBS)
278
279test2: $(test2_OBJECTS) $(test2_DEPENDENCIES)
280        @rm -f test2
281        $(LINK) $(test2_LDFLAGS) $(test2_OBJECTS) $(test2_LDADD) $(LIBS)
282
283# This directory's subdirectories are mostly independent; you can cd
284# into them and run `make' without going through this Makefile.
285# To change the values of `make' variables: instead of editing Makefiles,
286# (1) if the variable is set in `config.status', edit `config.status'
287#     (which will cause the Makefiles to be regenerated when you run `make');
288# (2) otherwise, pass the desired values on the `make' command line.
289
290@SET_MAKE@
291
292all-recursive install-data-recursive install-exec-recursive \
293installdirs-recursive install-recursive uninstall-recursive  \
294check-recursive installcheck-recursive info-recursive dvi-recursive:
295        @set fnord $(MAKEFLAGS); amf=$$2; \
296        dot_seen=no; \
297        target=`echo $@ | sed s/-recursive//`; \
298        list='$(SUBDIRS)'; for subdir in $$list; do \
299          echo "Making $$target in $$subdir"; \
300          if test "$$subdir" = "."; then \
301            dot_seen=yes; \
302            local_target="$$target-am"; \
303          else \
304            local_target="$$target"; \
305          fi; \
306          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
307           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
308        done; \
309        if test "$$dot_seen" = "no"; then \
310          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
311        fi; test -z "$$fail"
312
313mostlyclean-recursive clean-recursive distclean-recursive \
314maintainer-clean-recursive:
315        @set fnord $(MAKEFLAGS); amf=$$2; \
316        dot_seen=no; \
317        rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
318          rev="$$subdir $$rev"; \
319          test "$$subdir" = "." && dot_seen=yes; \
320        done; \
321        test "$$dot_seen" = "no" && rev=". $$rev"; \
322        target=`echo $@ | sed s/-recursive//`; \
323        for subdir in $$rev; do \
324          echo "Making $$target in $$subdir"; \
325          if test "$$subdir" = "."; then \
326            local_target="$$target-am"; \
327          else \
328            local_target="$$target"; \
329          fi; \
330          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
331           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
332        done && test -z "$$fail"
333tags-recursive:
334        list='$(SUBDIRS)'; for subdir in $$list; do \
335          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
336        done
337
338tags: TAGS
339
340ID: $(HEADERS) $(SOURCES) $(LISP)
341        list='$(SOURCES) $(HEADERS)'; \
342        unique=`for i in $$list; do echo $$i; done | \
343          awk '    { files[$$0] = 1; } \
344               END { for (i in files) print i; }'`; \
345        here=`pwd` && cd $(srcdir) \
346          && mkid -f$$here/ID $$unique $(LISP)
347
348TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
349        tags=; \
350        here=`pwd`; \
351        list='$(SUBDIRS)'; for subdir in $$list; do \
352   if test "$$subdir" = .; then :; else \
353            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
354   fi; \
355        done; \
356        list='$(SOURCES) $(HEADERS)'; \
357        unique=`for i in $$list; do echo $$i; done | \
358          awk '    { files[$$0] = 1; } \
359               END { for (i in files) print i; }'`; \
360        test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
361          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
362
363mostlyclean-tags:
364
365clean-tags:
366
367distclean-tags:
368        -rm -f TAGS ID
369
370maintainer-clean-tags:
371
372distdir = $(PACKAGE)-$(VERSION)
373top_distdir = $(distdir)
374
375# This target untars the dist file and tries a VPATH configuration.  Then
376# it guarantees that the distribution is self-contained by making another
377# tarfile.
378distcheck: dist
379        -rm -rf $(distdir)
380        GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
381        mkdir $(distdir)/=build
382        mkdir $(distdir)/=inst
383        dc_install_base=`cd $(distdir)/=inst && pwd`; \
384        cd $(distdir)/=build \
385          && ../configure --with-included-gettext --srcdir=.. --prefix=$$dc_install_base \
386          && $(MAKE) $(AM_MAKEFLAGS) \
387          && $(MAKE) $(AM_MAKEFLAGS) dvi \
388          && $(MAKE) $(AM_MAKEFLAGS) check \
389          && $(MAKE) $(AM_MAKEFLAGS) install \
390          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
391          && $(MAKE) $(AM_MAKEFLAGS) dist
392        -rm -rf $(distdir)
393        @banner="$(distdir).tar.gz is ready for distribution"; \
394        dashes=`echo "$$banner" | sed s/./=/g`; \
395        echo "$$dashes"; \
396        echo "$$banner"; \
397        echo "$$dashes"
398dist: distdir
399        -chmod -R a+r $(distdir)
400        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
401        -rm -rf $(distdir)
402dist-all: distdir
403        -chmod -R a+r $(distdir)
404        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
405        -rm -rf $(distdir)
406distdir: $(DISTFILES)
407        -rm -rf $(distdir)
408        mkdir $(distdir)
409        -chmod 777 $(distdir)
410        $(mkinstalldirs) $(distdir)/po
411        @for file in $(DISTFILES); do \
412          d=$(srcdir); \
413          if test -d $$d/$$file; then \
414            cp -pr $$d/$$file $(distdir)/$$file; \
415          else \
416            test -f $(distdir)/$$file \
417            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
418            || cp -p $$d/$$file $(distdir)/$$file || :; \
419          fi; \
420        done
421        for subdir in $(SUBDIRS); do \
422          if test "$$subdir" = .; then :; else \
423            test -d $(distdir)/$$subdir \
424            || mkdir $(distdir)/$$subdir \
425            || exit 1; \
426            chmod 777 $(distdir)/$$subdir; \
427            (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
428              || exit 1; \
429          fi; \
430        done
431findme.lo findme.o : findme.c system.h config.h popt.h findme.h
432popt.lo popt.o : popt.c system.h config.h popt.h findme.h poptint.h
433poptconfig.lo poptconfig.o : poptconfig.c system.h config.h popt.h \
434        poptint.h
435popthelp.lo popthelp.o : popthelp.c system.h config.h popt.h poptint.h
436poptparse.lo poptparse.o : poptparse.c system.h config.h popt.h \
437        poptint.h
438test1.o: test1.c system.h config.h popt.h
439test2.o: test2.c system.h config.h popt.h
440
441info-am:
442info: info-recursive
443dvi-am:
444dvi: dvi-recursive
445check-am: all-am
446check: check-recursive
447installcheck-am:
448installcheck: installcheck-recursive
449all-recursive-am: config.h
450        $(MAKE) $(AM_MAKEFLAGS) all-recursive
451
452install-exec-am:
453install-exec: install-exec-recursive
454
455install-data-am:
456install-data: install-data-recursive
457
458install-am: all-am
459        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
460install: install-recursive
461uninstall-am:
462uninstall: uninstall-recursive
463all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS) $(HEADERS) \
464                config.h
465all-redirect: all-recursive-am
466install-strip:
467        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
468installdirs: installdirs-recursive
469installdirs-am:
470
471
472mostlyclean-generic:
473
474clean-generic:
475
476distclean-generic:
477        -rm -f Makefile $(CONFIG_CLEAN_FILES)
478        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
479
480maintainer-clean-generic:
481mostlyclean-am:  mostlyclean-hdr mostlyclean-noinstLTLIBRARIES \
482                mostlyclean-compile mostlyclean-libtool \
483                mostlyclean-noinstPROGRAMS mostlyclean-tags \
484                mostlyclean-generic
485
486mostlyclean: mostlyclean-recursive
487
488clean-am:  clean-hdr clean-noinstLTLIBRARIES clean-compile clean-libtool \
489                clean-noinstPROGRAMS clean-tags clean-generic \
490                mostlyclean-am
491
492clean: clean-recursive
493
494distclean-am:  distclean-hdr distclean-noinstLTLIBRARIES \
495                distclean-compile distclean-libtool \
496                distclean-noinstPROGRAMS distclean-tags \
497                distclean-generic clean-am
498        -rm -f libtool
499
500distclean: distclean-recursive
501        -rm -f config.status
502
503maintainer-clean-am:  maintainer-clean-hdr \
504                maintainer-clean-noinstLTLIBRARIES \
505                maintainer-clean-compile maintainer-clean-libtool \
506                maintainer-clean-noinstPROGRAMS maintainer-clean-tags \
507                maintainer-clean-generic distclean-am
508        @echo "This command is intended for maintainers to use;"
509        @echo "it deletes files that may require special tools to rebuild."
510
511maintainer-clean: maintainer-clean-recursive
512        -rm -f config.status
513
514.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
515mostlyclean-noinstLTLIBRARIES distclean-noinstLTLIBRARIES \
516clean-noinstLTLIBRARIES maintainer-clean-noinstLTLIBRARIES \
517mostlyclean-compile distclean-compile clean-compile \
518maintainer-clean-compile mostlyclean-libtool distclean-libtool \
519clean-libtool maintainer-clean-libtool mostlyclean-noinstPROGRAMS \
520distclean-noinstPROGRAMS clean-noinstPROGRAMS \
521maintainer-clean-noinstPROGRAMS install-data-recursive \
522uninstall-data-recursive install-exec-recursive \
523uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
524all-recursive check-recursive installcheck-recursive info-recursive \
525dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
526maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
527distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
528dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \
529install-exec-am install-exec install-data-am install-data install-am \
530install uninstall-am uninstall all-redirect all-am all installdirs-am \
531installdirs mostlyclean-generic distclean-generic clean-generic \
532maintainer-clean-generic clean mostlyclean distclean maintainer-clean
533
534
535.PHONY: lclint
536lclint:
537        lclint ${DEFS} ${INCLUDES} ${libpopt_la_SOURCES}
538
539.PHONY: archive
540archive:
541        @echo "This is $(PACKAGE)-$(VERSION)."
542        @sleep 5
543        @cvs -Q tag -F $(CVSTAG) .
544        @rm -rf /tmp/$(PACKAGE)-$(VERSION) /tmp/$(PACKAGE)
545        @cd /tmp; cvs -Q -d $(CVSROOT) export -r$(CVSTAG) $(PACKAGE) || :
546        @mv /tmp/$(PACKAGE) /tmp/$(PACKAGE)-$(VERSION)
547        @cd /tmp/$(PACKAGE)-$(VERSION); ./autogen.sh ; make depend; make distclean
548        @cd /tmp/$(PACKAGE)-$(VERSION); ./autogen.sh --noconfigure
549        @cd /tmp; tar czSpf $(PACKAGE)-$(VERSION).tar.gz $(PACKAGE)-$(VERSION)
550        @rm -rf /tmp/$(PACKAGE)-$(VERSION)
551        @cp /tmp/$(PACKAGE)-$(VERSION).tar.gz .
552        @rm -f /tmp/$(PACKAGE)-$(VERSION).tar.gz
553        @echo " "
554        @echo "The final archive is ./$(PACKAGE)-$(VERSION).tar.gz."
555
556# Tell versions [3.59,3.63) of GNU make to not export all variables.
557# Otherwise a system limit (for SysV at least) may be exceeded.
558.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.