source: trunk/third/popt/Makefile.in @ 15550

Revision 15550, 19.6 KB checked in by ghudson, 23 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r15549, 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@
93POPT_SOURCE_PATH = @POPT_SOURCE_PATH@
94POSUB = @POSUB@
95RANLIB = @RANLIB@
96TARGET = @TARGET@
97U = @U@
98USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
99USE_NLS = @USE_NLS@
100VERSION = @VERSION@
101l = @l@
102
103AUTOMAKE_OPTIONS = 1.4 foreign
104
105EXTRA_DIST = autogen.sh CHANGES $(man_MANS) popt.spec   testit.sh test-poptrc   po/*.in po/*.po po/popt.pot     popt.ps
106
107
108SUBDIRS = intl po
109
110INCLUDES = -I$(top_srcdir)
111
112noinst_HEADERS = findme.h poptint.h system.h
113
114noinst_PROGRAMS = test1 test2
115test1_SOURCES = test1.c
116test1_LDFLAGS = -all-static
117test1_LDADD = $(lib_LTLIBRARIES)
118test2_SOURCES = test2.c
119test2_LDFLAGS = -all-static
120test2_LDADD = $(lib_LTLIBRARIES)
121
122noinst_SCRIPTS = testit.sh
123
124TESTS_ENVIRONMENT =  test1="./test1"
125
126
127TESTS = testit.sh
128
129include_HEADERS = popt.h
130lib_LTLIBRARIES = libpopt.la
131libpopt_la_SOURCES = popt.c findme.c poptparse.c poptconfig.c popthelp.c
132
133man_MANS = popt.3
134
135CVSTAG = $(PACKAGE)-$(subst .,_,$(VERSION))
136ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
137mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
138CONFIG_HEADER = config.h
139CONFIG_CLEAN_FILES =  Doxyfile
140LTLIBRARIES =  $(lib_LTLIBRARIES)
141
142
143DEFS = @DEFS@ -I. -I$(srcdir) -I.
144CPPFLAGS = @CPPFLAGS@
145LDFLAGS = @LDFLAGS@
146LIBS = @LIBS@
147libpopt_la_LDFLAGS =
148libpopt_la_LIBADD =
149libpopt_la_OBJECTS =  popt.lo findme.lo poptparse.lo poptconfig.lo \
150popthelp.lo
151PROGRAMS =  $(noinst_PROGRAMS)
152
153test1_OBJECTS =  test1.o
154test1_DEPENDENCIES =  libpopt.la
155test2_OBJECTS =  test2.o
156test2_DEPENDENCIES =  libpopt.la
157SCRIPTS =  $(noinst_SCRIPTS)
158
159CFLAGS = @CFLAGS@
160COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
161LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
162CCLD = $(CC)
163LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
164man3dir = $(mandir)/man3
165MANS = $(man_MANS)
166
167NROFF = nroff
168HEADERS =  $(include_HEADERS) $(noinst_HEADERS)
169
170DIST_COMMON =  README ./stamp-h.in COPYING Doxyfile.in Makefile.am \
171Makefile.in acconfig.h aclocal.m4 config.guess config.h.in config.sub \
172configure configure.in install-sh ltconfig ltmain.sh missing \
173mkinstalldirs
174
175
176DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
177
178TAR = gtar
179GZIP_ENV = --best
180SOURCES = $(libpopt_la_SOURCES) $(test1_SOURCES) $(test2_SOURCES)
181OBJECTS = $(libpopt_la_OBJECTS) $(test1_OBJECTS) $(test2_OBJECTS)
182
183all: all-redirect
184.SUFFIXES:
185.SUFFIXES: .S .c .lo .o .s
186$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
187        cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps Makefile
188
189Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
190        cd $(top_builddir) \
191          && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
192
193$(ACLOCAL_M4):  configure.in
194        cd $(srcdir) && $(ACLOCAL)
195
196config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
197        $(SHELL) ./config.status --recheck
198$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
199        cd $(srcdir) && $(AUTOCONF)
200
201config.h: stamp-h
202        @if test ! -f $@; then \
203                rm -f stamp-h; \
204                $(MAKE) stamp-h; \
205        else :; fi
206stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
207        cd $(top_builddir) \
208          && CONFIG_FILES= CONFIG_HEADERS=config.h \
209             $(SHELL) ./config.status
210        @echo timestamp > stamp-h 2> /dev/null
211$(srcdir)/config.h.in: $(srcdir)/stamp-h.in
212        @if test ! -f $@; then \
213                rm -f $(srcdir)/stamp-h.in; \
214                $(MAKE) $(srcdir)/stamp-h.in; \
215        else :; fi
216$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
217        cd $(top_srcdir) && $(AUTOHEADER)
218        @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
219
220mostlyclean-hdr:
221
222clean-hdr:
223
224distclean-hdr:
225        -rm -f config.h
226
227maintainer-clean-hdr:
228Doxyfile: $(top_builddir)/config.status Doxyfile.in
229        cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
230
231mostlyclean-libLTLIBRARIES:
232
233clean-libLTLIBRARIES:
234        -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
235
236distclean-libLTLIBRARIES:
237
238maintainer-clean-libLTLIBRARIES:
239
240install-libLTLIBRARIES: $(lib_LTLIBRARIES)
241        @$(NORMAL_INSTALL)
242        $(mkinstalldirs) $(DESTDIR)$(libdir)
243        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
244          if test -f $$p; then \
245            echo "$(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p"; \
246            $(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p; \
247          else :; fi; \
248        done
249
250uninstall-libLTLIBRARIES:
251        @$(NORMAL_UNINSTALL)
252        list='$(lib_LTLIBRARIES)'; for p in $$list; do \
253          $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
254        done
255
256.c.o:
257        $(COMPILE) -c $<
258
259.s.o:
260        $(COMPILE) -c $<
261
262.S.o:
263        $(COMPILE) -c $<
264
265mostlyclean-compile:
266        -rm -f *.o core *.core
267
268clean-compile:
269
270distclean-compile:
271        -rm -f *.tab.c
272
273maintainer-clean-compile:
274
275.c.lo:
276        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
277
278.s.lo:
279        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
280
281.S.lo:
282        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
283
284mostlyclean-libtool:
285        -rm -f *.lo
286
287clean-libtool:
288        -rm -rf .libs _libs
289
290distclean-libtool:
291
292maintainer-clean-libtool:
293
294libpopt.la: $(libpopt_la_OBJECTS) $(libpopt_la_DEPENDENCIES)
295        $(LINK) -rpath $(libdir) $(libpopt_la_LDFLAGS) $(libpopt_la_OBJECTS) $(libpopt_la_LIBADD) $(LIBS)
296
297mostlyclean-noinstPROGRAMS:
298
299clean-noinstPROGRAMS:
300        -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
301
302distclean-noinstPROGRAMS:
303
304maintainer-clean-noinstPROGRAMS:
305
306test1: $(test1_OBJECTS) $(test1_DEPENDENCIES)
307        @rm -f test1
308        $(LINK) $(test1_LDFLAGS) $(test1_OBJECTS) $(test1_LDADD) $(LIBS)
309
310test2: $(test2_OBJECTS) $(test2_DEPENDENCIES)
311        @rm -f test2
312        $(LINK) $(test2_LDFLAGS) $(test2_OBJECTS) $(test2_LDADD) $(LIBS)
313
314install-man3:
315        $(mkinstalldirs) $(DESTDIR)$(man3dir)
316        @list='$(man3_MANS)'; \
317        l2='$(man_MANS)'; for i in $$l2; do \
318          case "$$i" in \
319            *.3*) list="$$list $$i" ;; \
320          esac; \
321        done; \
322        for i in $$list; do \
323          if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
324          else file=$$i; fi; \
325          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
326          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
327          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
328          echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man3dir)/$$inst"; \
329          $(INSTALL_DATA) $$file $(DESTDIR)$(man3dir)/$$inst; \
330        done
331
332uninstall-man3:
333        @list='$(man3_MANS)'; \
334        l2='$(man_MANS)'; for i in $$l2; do \
335          case "$$i" in \
336            *.3*) list="$$list $$i" ;; \
337          esac; \
338        done; \
339        for i in $$list; do \
340          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
341          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
342          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
343          echo " rm -f $(DESTDIR)$(man3dir)/$$inst"; \
344          rm -f $(DESTDIR)$(man3dir)/$$inst; \
345        done
346install-man: $(MANS)
347        @$(NORMAL_INSTALL)
348        $(MAKE) $(AM_MAKEFLAGS) install-man3
349uninstall-man:
350        @$(NORMAL_UNINSTALL)
351        $(MAKE) $(AM_MAKEFLAGS) uninstall-man3
352
353install-includeHEADERS: $(include_HEADERS)
354        @$(NORMAL_INSTALL)
355        $(mkinstalldirs) $(DESTDIR)$(includedir)
356        @list='$(include_HEADERS)'; for p in $$list; do \
357          if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \
358          echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/$$p"; \
359          $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/$$p; \
360        done
361
362uninstall-includeHEADERS:
363        @$(NORMAL_UNINSTALL)
364        list='$(include_HEADERS)'; for p in $$list; do \
365          rm -f $(DESTDIR)$(includedir)/$$p; \
366        done
367
368# This directory's subdirectories are mostly independent; you can cd
369# into them and run `make' without going through this Makefile.
370# To change the values of `make' variables: instead of editing Makefiles,
371# (1) if the variable is set in `config.status', edit `config.status'
372#     (which will cause the Makefiles to be regenerated when you run `make');
373# (2) otherwise, pass the desired values on the `make' command line.
374
375@SET_MAKE@
376
377all-recursive install-data-recursive install-exec-recursive \
378installdirs-recursive install-recursive uninstall-recursive  \
379check-recursive installcheck-recursive info-recursive dvi-recursive:
380        @set fnord $(MAKEFLAGS); amf=$$2; \
381        dot_seen=no; \
382        target=`echo $@ | sed s/-recursive//`; \
383        list='$(SUBDIRS)'; for subdir in $$list; do \
384          echo "Making $$target in $$subdir"; \
385          if test "$$subdir" = "."; then \
386            dot_seen=yes; \
387            local_target="$$target-am"; \
388          else \
389            local_target="$$target"; \
390          fi; \
391          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
392           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
393        done; \
394        if test "$$dot_seen" = "no"; then \
395          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
396        fi; test -z "$$fail"
397
398mostlyclean-recursive clean-recursive distclean-recursive \
399maintainer-clean-recursive:
400        @set fnord $(MAKEFLAGS); amf=$$2; \
401        dot_seen=no; \
402        rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
403          rev="$$subdir $$rev"; \
404          test "$$subdir" = "." && dot_seen=yes; \
405        done; \
406        test "$$dot_seen" = "no" && rev=". $$rev"; \
407        target=`echo $@ | sed s/-recursive//`; \
408        for subdir in $$rev; do \
409          echo "Making $$target in $$subdir"; \
410          if test "$$subdir" = "."; then \
411            local_target="$$target-am"; \
412          else \
413            local_target="$$target"; \
414          fi; \
415          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
416           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
417        done && test -z "$$fail"
418tags-recursive:
419        list='$(SUBDIRS)'; for subdir in $$list; do \
420          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
421        done
422
423tags: TAGS
424
425ID: $(HEADERS) $(SOURCES) $(LISP)
426        list='$(SOURCES) $(HEADERS)'; \
427        unique=`for i in $$list; do echo $$i; done | \
428          awk '    { files[$$0] = 1; } \
429               END { for (i in files) print i; }'`; \
430        here=`pwd` && cd $(srcdir) \
431          && mkid -f$$here/ID $$unique $(LISP)
432
433TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
434        tags=; \
435        here=`pwd`; \
436        list='$(SUBDIRS)'; for subdir in $$list; do \
437   if test "$$subdir" = .; then :; else \
438            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
439   fi; \
440        done; \
441        list='$(SOURCES) $(HEADERS)'; \
442        unique=`for i in $$list; do echo $$i; done | \
443          awk '    { files[$$0] = 1; } \
444               END { for (i in files) print i; }'`; \
445        test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
446          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
447
448mostlyclean-tags:
449
450clean-tags:
451
452distclean-tags:
453        -rm -f TAGS ID
454
455maintainer-clean-tags:
456
457distdir = $(PACKAGE)-$(VERSION)
458top_distdir = $(distdir)
459
460# This target untars the dist file and tries a VPATH configuration.  Then
461# it guarantees that the distribution is self-contained by making another
462# tarfile.
463distcheck: dist
464        -rm -rf $(distdir)
465        GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
466        mkdir $(distdir)/=build
467        mkdir $(distdir)/=inst
468        dc_install_base=`cd $(distdir)/=inst && pwd`; \
469        cd $(distdir)/=build \
470          && ../configure --with-included-gettext --srcdir=.. --prefix=$$dc_install_base \
471          && $(MAKE) $(AM_MAKEFLAGS) \
472          && $(MAKE) $(AM_MAKEFLAGS) dvi \
473          && $(MAKE) $(AM_MAKEFLAGS) check \
474          && $(MAKE) $(AM_MAKEFLAGS) install \
475          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
476          && $(MAKE) $(AM_MAKEFLAGS) dist
477        -rm -rf $(distdir)
478        @banner="$(distdir).tar.gz is ready for distribution"; \
479        dashes=`echo "$$banner" | sed s/./=/g`; \
480        echo "$$dashes"; \
481        echo "$$banner"; \
482        echo "$$dashes"
483dist: distdir
484        -chmod -R a+r $(distdir)
485        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
486        -rm -rf $(distdir)
487dist-all: distdir
488        -chmod -R a+r $(distdir)
489        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
490        -rm -rf $(distdir)
491distdir: $(DISTFILES)
492        -rm -rf $(distdir)
493        mkdir $(distdir)
494        -chmod 777 $(distdir)
495        $(mkinstalldirs) $(distdir)/po
496        @for file in $(DISTFILES); do \
497          d=$(srcdir); \
498          if test -d $$d/$$file; then \
499            cp -pr $$d/$$file $(distdir)/$$file; \
500          else \
501            test -f $(distdir)/$$file \
502            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
503            || cp -p $$d/$$file $(distdir)/$$file || :; \
504          fi; \
505        done
506        for subdir in $(SUBDIRS); do \
507          if test "$$subdir" = .; then :; else \
508            test -d $(distdir)/$$subdir \
509            || mkdir $(distdir)/$$subdir \
510            || exit 1; \
511            chmod 777 $(distdir)/$$subdir; \
512            (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
513              || exit 1; \
514          fi; \
515        done
516findme.lo findme.o : findme.c system.h config.h popt.h findme.h
517popt.lo popt.o : popt.c system.h config.h popt.h findme.h poptint.h
518poptconfig.lo poptconfig.o : poptconfig.c system.h config.h popt.h \
519        poptint.h
520popthelp.lo popthelp.o : popthelp.c system.h config.h popt.h poptint.h
521poptparse.lo poptparse.o : poptparse.c system.h config.h popt.h
522test1.o: test1.c system.h config.h popt.h
523test2.o: test2.c system.h config.h popt.h
524
525check-TESTS: $(TESTS)
526        @failed=0; all=0; \
527        srcdir=$(srcdir); export srcdir; \
528        for tst in $(TESTS); do \
529          if test -f $$tst; then dir=.; \
530          else dir="$(srcdir)"; fi; \
531          if $(TESTS_ENVIRONMENT) $$dir/$$tst; then \
532            all=`expr $$all + 1`; \
533            echo "PASS: $$tst"; \
534          elif test $$? -ne 77; then \
535            all=`expr $$all + 1`; \
536            failed=`expr $$failed + 1`; \
537            echo "FAIL: $$tst"; \
538          fi; \
539        done; \
540        if test "$$failed" -eq 0; then \
541          banner="All $$all tests passed"; \
542        else \
543          banner="$$failed of $$all tests failed"; \
544        fi; \
545        dashes=`echo "$$banner" | sed s/./=/g`; \
546        echo "$$dashes"; \
547        echo "$$banner"; \
548        echo "$$dashes"; \
549        test "$$failed" -eq 0
550info-am:
551info: info-recursive
552dvi-am:
553dvi: dvi-recursive
554check-am: all-am
555        $(MAKE) $(AM_MAKEFLAGS) check-TESTS
556check: check-recursive
557installcheck-am:
558installcheck: installcheck-recursive
559all-recursive-am: config.h
560        $(MAKE) $(AM_MAKEFLAGS) all-recursive
561
562install-exec-am: install-libLTLIBRARIES
563install-exec: install-exec-recursive
564
565install-data-am: install-man install-includeHEADERS
566install-data: install-data-recursive
567
568install-am: all-am
569        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
570install: install-recursive
571uninstall-am: uninstall-libLTLIBRARIES uninstall-man \
572                uninstall-includeHEADERS
573uninstall: uninstall-recursive
574all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS) $(MANS) \
575                $(HEADERS) config.h
576all-redirect: all-recursive-am
577install-strip:
578        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
579installdirs: installdirs-recursive
580installdirs-am:
581        $(mkinstalldirs)  $(DESTDIR)$(libdir) $(DESTDIR)$(mandir)/man3 \
582                $(DESTDIR)$(includedir)
583
584
585mostlyclean-generic:
586
587clean-generic:
588
589distclean-generic:
590        -rm -f Makefile $(CONFIG_CLEAN_FILES)
591        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
592
593maintainer-clean-generic:
594mostlyclean-am:  mostlyclean-hdr mostlyclean-libLTLIBRARIES \
595                mostlyclean-compile mostlyclean-libtool \
596                mostlyclean-noinstPROGRAMS mostlyclean-tags \
597                mostlyclean-generic
598
599mostlyclean: mostlyclean-recursive
600
601clean-am:  clean-hdr clean-libLTLIBRARIES clean-compile clean-libtool \
602                clean-noinstPROGRAMS clean-tags clean-generic \
603                mostlyclean-am
604
605clean: clean-recursive
606
607distclean-am:  distclean-hdr distclean-libLTLIBRARIES distclean-compile \
608                distclean-libtool distclean-noinstPROGRAMS \
609                distclean-tags distclean-generic clean-am
610        -rm -f libtool
611
612distclean: distclean-recursive
613        -rm -f config.status
614
615maintainer-clean-am:  maintainer-clean-hdr \
616                maintainer-clean-libLTLIBRARIES \
617                maintainer-clean-compile maintainer-clean-libtool \
618                maintainer-clean-noinstPROGRAMS maintainer-clean-tags \
619                maintainer-clean-generic distclean-am
620        @echo "This command is intended for maintainers to use;"
621        @echo "it deletes files that may require special tools to rebuild."
622
623maintainer-clean: maintainer-clean-recursive
624        -rm -f config.status
625
626.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
627mostlyclean-libLTLIBRARIES distclean-libLTLIBRARIES \
628clean-libLTLIBRARIES maintainer-clean-libLTLIBRARIES \
629uninstall-libLTLIBRARIES install-libLTLIBRARIES mostlyclean-compile \
630distclean-compile clean-compile maintainer-clean-compile \
631mostlyclean-libtool distclean-libtool clean-libtool \
632maintainer-clean-libtool mostlyclean-noinstPROGRAMS \
633distclean-noinstPROGRAMS clean-noinstPROGRAMS \
634maintainer-clean-noinstPROGRAMS install-man3 uninstall-man3 install-man \
635uninstall-man uninstall-includeHEADERS install-includeHEADERS \
636install-data-recursive uninstall-data-recursive install-exec-recursive \
637uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
638all-recursive check-recursive installcheck-recursive info-recursive \
639dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
640maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
641distclean-tags clean-tags maintainer-clean-tags distdir check-TESTS \
642info-am info dvi-am dvi check check-am installcheck-am installcheck \
643all-recursive-am install-exec-am install-exec install-data-am \
644install-data install-am install uninstall-am uninstall all-redirect \
645all-am all installdirs-am installdirs mostlyclean-generic \
646distclean-generic clean-generic maintainer-clean-generic clean \
647mostlyclean distclean maintainer-clean
648
649
650.PHONY: lclint
651lclint:
652        lclint ${DEFS} ${INCLUDES} ${libpopt_la_SOURCES}
653
654.PHONY: archive
655archive:
656        @echo "This is $(PACKAGE)-$(VERSION)."
657        @sleep 5
658        @cvs -Q tag -F $(CVSTAG) .
659        @rm -rf /tmp/$(PACKAGE)-$(VERSION) /tmp/$(PACKAGE)
660        @cd /tmp; cvs -Q -d $(CVSROOT) export -r$(CVSTAG) $(PACKAGE) || :
661        @mv /tmp/$(PACKAGE) /tmp/$(PACKAGE)-$(VERSION)
662        @cd /tmp/$(PACKAGE)-$(VERSION); ./autogen.sh ; make depend; make distclean
663        @cd /tmp/$(PACKAGE)-$(VERSION); ./autogen.sh --noconfigure
664        @cd /tmp; tar czSpf $(PACKAGE)-$(VERSION).tar.gz $(PACKAGE)-$(VERSION)
665        @rm -rf /tmp/$(PACKAGE)-$(VERSION)
666        @cp /tmp/$(PACKAGE)-$(VERSION).tar.gz .
667        @rm -f /tmp/$(PACKAGE)-$(VERSION).tar.gz
668        @echo " "
669        @echo "The final archive is ./$(PACKAGE)-$(VERSION).tar.gz."
670
671.PHONY: doxygen
672doxygen: Doxyfile
673        rm -rf doxygen
674        mkdir -p doxygen
675        doxygen
676
677# Tell versions [3.59,3.63) of GNU make to not export all variables.
678# Otherwise a system limit (for SysV at least) may be exceeded.
679.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.