~ubuntu-branches/ubuntu/intrepid/popt/intrepid

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Paul Martin
  • Date: 2008-06-25 07:25:34 UTC
  • mfrom: (4.1.3 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080625072534-sc91ls37wk5gqrbq
Tags: 1.14-4
Remove locale data from the udeb, and change the package 
description. The debian-installer developers are sure that they 
don't need the localization information, mainly error messages.
(Thanks to Frans Pop for bringing this to my attention.)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.4 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
19
19
 
20
20
 
21
21
 
22
 
SOURCES = $(libpopt_la_SOURCES) $(test1_SOURCES) $(test2_SOURCES) $(test3_SOURCES)
23
 
 
24
 
srcdir = @srcdir@
25
 
top_srcdir = @top_srcdir@
26
22
VPATH = @srcdir@
27
23
pkgdatadir = $(datadir)/@PACKAGE@
28
24
pkglibdir = $(libdir)/@PACKAGE@
29
25
pkgincludedir = $(includedir)/@PACKAGE@
30
 
top_builddir = .
31
26
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
32
 
INSTALL = @INSTALL@
33
27
install_sh_DATA = $(install_sh) -c -m 644
34
28
install_sh_PROGRAM = $(install_sh) -c
35
29
install_sh_SCRIPT = $(install_sh) -c
45
39
host_triplet = @host@
46
40
target_triplet = @target@
47
41
noinst_PROGRAMS = test1$(EXEEXT) test2$(EXEEXT) test3$(EXEEXT)
 
42
@HAVE_LD_VERSION_SCRIPT_TRUE@am__append_1 = -Wl,--version-script=$(srcdir)/libpopt.vers
 
43
subdir = .
48
44
DIST_COMMON = README $(am__configure_deps) $(include_HEADERS) \
49
45
        $(noinst_HEADERS) $(srcdir)/Doxyfile.in $(srcdir)/Makefile.am \
50
46
        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
51
 
        $(top_srcdir)/configure $(top_srcdir)/intl/Makefile.in \
52
 
        ABOUT-NLS COPYING config.guess config.sub depcomp install-sh \
53
 
        ltmain.sh missing mkinstalldirs
54
 
subdir = .
 
47
        $(top_srcdir)/configure ABOUT-NLS COPYING config.guess \
 
48
        config.rpath config.sub depcomp install-sh ltmain.sh missing
55
49
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
56
 
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 
50
am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
 
51
        $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \
 
52
        $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
 
53
        $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
 
54
        $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/acinclude.m4 \
 
55
        $(top_srcdir)/configure.ac
57
56
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
58
57
        $(ACLOCAL_M4)
59
58
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
60
 
 configure.lineno configure.status.lineno
61
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
59
 configure.lineno config.status.lineno
 
60
mkinstalldirs = $(install_sh) -d
62
61
CONFIG_HEADER = config.h
63
 
CONFIG_CLEAN_FILES = Doxyfile intl/Makefile
 
62
CONFIG_CLEAN_FILES = Doxyfile
64
63
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
65
64
am__vpath_adj = case $$p in \
66
65
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
72
71
usrlibLTLIBRARIES_INSTALL = $(INSTALL)
73
72
LTLIBRARIES = $(usrlib_LTLIBRARIES)
74
73
libpopt_la_LIBADD =
75
 
am_libpopt_la_OBJECTS = popt.lo findme.lo poptparse.lo poptconfig.lo \
76
 
        popthelp.lo
 
74
am_libpopt_la_OBJECTS = popt.lo poptparse.lo poptconfig.lo popthelp.lo \
 
75
        poptint.lo
77
76
libpopt_la_OBJECTS = $(am_libpopt_la_OBJECTS)
 
77
libpopt_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
 
78
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
79
        $(libpopt_la_LDFLAGS) $(LDFLAGS) -o $@
78
80
PROGRAMS = $(noinst_PROGRAMS)
79
81
am_test1_OBJECTS = test1.$(OBJEXT)
80
82
test1_OBJECTS = $(am_test1_OBJECTS)
81
 
am__DEPENDENCIES_1 = libpopt.la
82
 
test1_DEPENDENCIES = $(am__DEPENDENCIES_1)
 
83
test1_DEPENDENCIES = $(usrlib_LTLIBRARIES)
 
84
test1_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
85
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(test1_LDFLAGS) \
 
86
        $(LDFLAGS) -o $@
83
87
am_test2_OBJECTS = test2.$(OBJEXT)
84
88
test2_OBJECTS = $(am_test2_OBJECTS)
85
 
test2_DEPENDENCIES = $(am__DEPENDENCIES_1)
 
89
test2_DEPENDENCIES = $(usrlib_LTLIBRARIES)
 
90
test2_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
91
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(test2_LDFLAGS) \
 
92
        $(LDFLAGS) -o $@
86
93
am_test3_OBJECTS = test3.$(OBJEXT)
87
94
test3_OBJECTS = $(am_test3_OBJECTS)
88
 
test3_DEPENDENCIES = $(am__DEPENDENCIES_1)
 
95
test3_DEPENDENCIES = $(usrlib_LTLIBRARIES)
 
96
test3_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
97
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(test3_LDFLAGS) \
 
98
        $(LDFLAGS) -o $@
89
99
SCRIPTS = $(noinst_SCRIPTS)
90
 
DEFAULT_INCLUDES = -I. -I$(srcdir) -I.
 
100
DEFAULT_INCLUDES = -I.@am__isrc@
91
101
depcomp = $(SHELL) $(top_srcdir)/depcomp
92
102
am__depfiles_maybe = depfiles
93
103
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
94
104
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
95
 
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
96
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
97
 
        $(AM_CFLAGS) $(CFLAGS)
 
105
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
106
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
107
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
98
108
CCLD = $(CC)
99
 
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
100
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
109
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
110
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
111
        $(LDFLAGS) -o $@
101
112
SOURCES = $(libpopt_la_SOURCES) $(test1_SOURCES) $(test2_SOURCES) \
102
113
        $(test3_SOURCES)
103
114
DIST_SOURCES = $(libpopt_la_SOURCES) $(test1_SOURCES) $(test2_SOURCES) \
104
115
        $(test3_SOURCES)
105
116
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
106
117
        html-recursive info-recursive install-data-recursive \
107
 
        install-exec-recursive install-info-recursive \
108
 
        install-recursive installcheck-recursive installdirs-recursive \
109
 
        pdf-recursive ps-recursive uninstall-info-recursive \
110
 
        uninstall-recursive
 
118
        install-dvi-recursive install-exec-recursive \
 
119
        install-html-recursive install-info-recursive \
 
120
        install-pdf-recursive install-ps-recursive install-recursive \
 
121
        installcheck-recursive installdirs-recursive pdf-recursive \
 
122
        ps-recursive uninstall-recursive
111
123
man3dir = $(mandir)/man3
112
124
NROFF = nroff
113
125
MANS = $(man_MANS)
114
126
includeHEADERS_INSTALL = $(INSTALL_HEADER)
115
127
HEADERS = $(include_HEADERS) $(noinst_HEADERS)
 
128
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
129
  distclean-recursive maintainer-clean-recursive
116
130
ETAGS = etags
117
131
CTAGS = ctags
118
132
DIST_SUBDIRS = $(SUBDIRS)
128
142
distuninstallcheck_listfiles = find . -type f -print
129
143
distcleancheck_listfiles = find . -type f -print
130
144
ACLOCAL = @ACLOCAL@
131
 
ALLOCA = @ALLOCA@
132
 
AMDEP_FALSE = @AMDEP_FALSE@
133
 
AMDEP_TRUE = @AMDEP_TRUE@
134
145
AMTAR = @AMTAR@
135
146
AR = @AR@
136
147
AUTOCONF = @AUTOCONF@
137
148
AUTOHEADER = @AUTOHEADER@
138
149
AUTOMAKE = @AUTOMAKE@
139
150
AWK = @AWK@
140
 
BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
141
 
CATOBJEXT = @CATOBJEXT@
142
151
CC = @CC@
143
152
CCDEPMODE = @CCDEPMODE@
144
153
CFLAGS = @CFLAGS@
149
158
CXXDEPMODE = @CXXDEPMODE@
150
159
CXXFLAGS = @CXXFLAGS@
151
160
CYGPATH_W = @CYGPATH_W@
152
 
DATADIRNAME = @DATADIRNAME@
153
161
DEFS = @DEFS@
154
162
DEPDIR = @DEPDIR@
155
163
ECHO = @ECHO@
160
168
EXEEXT = @EXEEXT@
161
169
F77 = @F77@
162
170
FFLAGS = @FFLAGS@
163
 
GENCAT = @GENCAT@
164
 
GLIBC21 = @GLIBC21@
 
171
GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
165
172
GMSGFMT = @GMSGFMT@
166
 
HAVE_ASPRINTF = @HAVE_ASPRINTF@
167
 
HAVE_POSIX_PRINTF = @HAVE_POSIX_PRINTF@
168
 
HAVE_SNPRINTF = @HAVE_SNPRINTF@
169
 
HAVE_WPRINTF = @HAVE_WPRINTF@
 
173
GMSGFMT_015 = @GMSGFMT_015@
 
174
GREP = @GREP@
 
175
INSTALL = @INSTALL@
170
176
INSTALL_DATA = @INSTALL_DATA@
171
177
INSTALL_PROGRAM = @INSTALL_PROGRAM@
172
178
INSTALL_SCRIPT = @INSTALL_SCRIPT@
173
179
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
174
 
INSTOBJEXT = @INSTOBJEXT@
175
 
INTLBISON = @INTLBISON@
176
180
INTLLIBS = @INTLLIBS@
177
 
INTLOBJS = @INTLOBJS@
178
 
INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
 
181
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
179
182
LDFLAGS = @LDFLAGS@
180
183
LIBICONV = @LIBICONV@
181
184
LIBINTL = @LIBINTL@
186
189
LTLIBICONV = @LTLIBICONV@
187
190
LTLIBINTL = @LTLIBINTL@
188
191
LTLIBOBJS = @LTLIBOBJS@
 
192
LT_AGE = @LT_AGE@
 
193
LT_CURRENT = @LT_CURRENT@
 
194
LT_REVISION = @LT_REVISION@
189
195
MAKEINFO = @MAKEINFO@
190
 
MARK64 = @MARK64@
191
 
MKINSTALLDIRS = @MKINSTALLDIRS@
 
196
MKDIR_P = @MKDIR_P@
192
197
MSGFMT = @MSGFMT@
 
198
MSGFMT_015 = @MSGFMT_015@
193
199
MSGMERGE = @MSGMERGE@
194
200
OBJEXT = @OBJEXT@
195
201
PACKAGE = @PACKAGE@
202
208
POPT_SOURCE_PATH = @POPT_SOURCE_PATH@
203
209
POSUB = @POSUB@
204
210
RANLIB = @RANLIB@
 
211
SED = @SED@
205
212
SET_MAKE = @SET_MAKE@
206
213
SHELL = @SHELL@
207
214
STRIP = @STRIP@
208
215
TARGET = @TARGET@
209
216
U = @U@
210
 
USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
211
217
USE_NLS = @USE_NLS@
212
218
VERSION = @VERSION@
213
219
XGETTEXT = @XGETTEXT@
214
 
ac_ct_AR = @ac_ct_AR@
 
220
XGETTEXT_015 = @XGETTEXT_015@
 
221
XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
 
222
abs_builddir = @abs_builddir@
 
223
abs_srcdir = @abs_srcdir@
 
224
abs_top_builddir = @abs_top_builddir@
 
225
abs_top_srcdir = @abs_top_srcdir@
215
226
ac_ct_CC = @ac_ct_CC@
216
227
ac_ct_CXX = @ac_ct_CXX@
217
228
ac_ct_F77 = @ac_ct_F77@
218
 
ac_ct_RANLIB = @ac_ct_RANLIB@
219
 
ac_ct_STRIP = @ac_ct_STRIP@
220
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
221
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
222
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
223
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
224
229
am__include = @am__include@
225
230
am__leading_dot = @am__leading_dot@
226
231
am__quote = @am__quote@
232
237
build_cpu = @build_cpu@
233
238
build_os = @build_os@
234
239
build_vendor = @build_vendor@
 
240
builddir = @builddir@
235
241
datadir = @datadir@
 
242
datarootdir = @datarootdir@
 
243
docdir = @docdir@
 
244
dvidir = @dvidir@
236
245
exec_prefix = @exec_prefix@
237
246
host = @host@
238
247
host_alias = @host_alias@
239
248
host_cpu = @host_cpu@
240
249
host_os = @host_os@
241
250
host_vendor = @host_vendor@
 
251
htmldir = @htmldir@
242
252
includedir = @includedir@
243
253
infodir = @infodir@
244
254
install_sh = @install_sh@
245
255
libdir = @libdir@
246
256
libexecdir = @libexecdir@
 
257
localedir = @localedir@
247
258
localstatedir = @localstatedir@
248
259
mandir = @mandir@
249
260
mkdir_p = @mkdir_p@
250
261
oldincludedir = @oldincludedir@
 
262
pdfdir = @pdfdir@
251
263
prefix = @prefix@
252
264
program_transform_name = @program_transform_name@
 
265
psdir = @psdir@
253
266
sbindir = @sbindir@
254
267
sharedstatedir = @sharedstatedir@
 
268
srcdir = @srcdir@
255
269
sysconfdir = @sysconfdir@
256
270
target = @target@
257
271
target_alias = @target_alias@
258
272
target_cpu = @target_cpu@
259
273
target_os = @target_os@
260
274
target_vendor = @target_vendor@
 
275
top_builddir = @top_builddir@
 
276
top_srcdir = @top_srcdir@
261
277
AUTOMAKE_OPTIONS = 1.4 foreign
262
278
LINT = splint
263
 
EXTRA_DIST = autogen.sh CHANGES $(man_MANS) popt.spec \
 
279
EXTRA_DIST = config.rpath autogen.sh CHANGES $(man_MANS) popt.spec \
 
280
        footer_no_timestamp.html libpopt.vers \
264
281
        testit.sh test-poptrc test3-data/0* \
265
282
        po/*.in po/*.po po/popt.pot \
266
283
        popt.ps
267
284
 
268
 
SUBDIRS = intl po
 
285
SUBDIRS = po
269
286
INCLUDES = -I. -I$(top_srcdir)
270
 
noinst_HEADERS = findme.h poptint.h system.h
 
287
noinst_HEADERS = poptint.h system.h
271
288
test1_SOURCES = test1.c
272
289
test1_LDFLAGS = 
273
290
test1_LDADD = $(usrlib_LTLIBRARIES)
283
300
 
284
301
TESTS = testit.sh
285
302
include_HEADERS = popt.h
286
 
usrlibdir = $(libdir)@MARK64@
 
303
usrlibdir = $(libdir)
287
304
usrlib_LTLIBRARIES = libpopt.la
288
 
libpopt_la_SOURCES = popt.c findme.c poptparse.c poptconfig.c popthelp.c
289
 
libpopt_la_LDFLAGS = @INTLLIBS@
 
305
libpopt_la_SOURCES = popt.c poptparse.c poptconfig.c popthelp.c poptint.c
 
306
libpopt_la_LDFLAGS = -no-undefined @LTLIBINTL@ @LTLIBICONV@ \
 
307
        $(am__append_1)
290
308
man_MANS = popt.3
291
 
CVSTAG = $(PACKAGE)-$(subst .,_,$(VERSION))
 
309
ACLOCAL_AMFLAGS = -I m4
292
310
all: config.h
293
311
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
294
312
 
331
349
config.h: stamp-h1
332
350
        @if test ! -f $@; then \
333
351
          rm -f stamp-h1; \
334
 
          $(MAKE) stamp-h1; \
 
352
          $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
335
353
        else :; fi
336
354
 
337
355
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
346
364
        -rm -f config.h stamp-h1
347
365
Doxyfile: $(top_builddir)/config.status $(srcdir)/Doxyfile.in
348
366
        cd $(top_builddir) && $(SHELL) ./config.status $@
349
 
intl/Makefile: $(top_builddir)/config.status $(top_srcdir)/intl/Makefile.in
350
 
        cd $(top_builddir) && $(SHELL) ./config.status $@
351
367
install-usrlibLTLIBRARIES: $(usrlib_LTLIBRARIES)
352
368
        @$(NORMAL_INSTALL)
353
 
        test -z "$(usrlibdir)" || $(mkdir_p) "$(DESTDIR)$(usrlibdir)"
 
369
        test -z "$(usrlibdir)" || $(MKDIR_P) "$(DESTDIR)$(usrlibdir)"
354
370
        @list='$(usrlib_LTLIBRARIES)'; for p in $$list; do \
355
371
          if test -f $$p; then \
356
372
            f=$(am__strip_dir) \
357
 
            echo " $(LIBTOOL) --mode=install $(usrlibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(usrlibdir)/$$f'"; \
358
 
            $(LIBTOOL) --mode=install $(usrlibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(usrlibdir)/$$f"; \
 
373
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(usrlibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(usrlibdir)/$$f'"; \
 
374
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(usrlibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(usrlibdir)/$$f"; \
359
375
          else :; fi; \
360
376
        done
361
377
 
362
378
uninstall-usrlibLTLIBRARIES:
363
379
        @$(NORMAL_UNINSTALL)
364
 
        @set -x; list='$(usrlib_LTLIBRARIES)'; for p in $$list; do \
 
380
        @list='$(usrlib_LTLIBRARIES)'; for p in $$list; do \
365
381
          p=$(am__strip_dir) \
366
 
          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(usrlibdir)/$$p'"; \
367
 
          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(usrlibdir)/$$p"; \
 
382
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(usrlibdir)/$$p'"; \
 
383
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(usrlibdir)/$$p"; \
368
384
        done
369
385
 
370
386
clean-usrlibLTLIBRARIES:
376
392
          rm -f "$${dir}/so_locations"; \
377
393
        done
378
394
libpopt.la: $(libpopt_la_OBJECTS) $(libpopt_la_DEPENDENCIES) 
379
 
        $(LINK) -rpath $(usrlibdir) $(libpopt_la_LDFLAGS) $(libpopt_la_OBJECTS) $(libpopt_la_LIBADD) $(LIBS)
 
395
        $(libpopt_la_LINK) -rpath $(usrlibdir) $(libpopt_la_OBJECTS) $(libpopt_la_LIBADD) $(LIBS)
380
396
 
381
397
clean-noinstPROGRAMS:
382
398
        @list='$(noinst_PROGRAMS)'; for p in $$list; do \
386
402
        done
387
403
test1$(EXEEXT): $(test1_OBJECTS) $(test1_DEPENDENCIES) 
388
404
        @rm -f test1$(EXEEXT)
389
 
        $(LINK) $(test1_LDFLAGS) $(test1_OBJECTS) $(test1_LDADD) $(LIBS)
 
405
        $(test1_LINK) $(test1_OBJECTS) $(test1_LDADD) $(LIBS)
390
406
test2$(EXEEXT): $(test2_OBJECTS) $(test2_DEPENDENCIES) 
391
407
        @rm -f test2$(EXEEXT)
392
 
        $(LINK) $(test2_LDFLAGS) $(test2_OBJECTS) $(test2_LDADD) $(LIBS)
 
408
        $(test2_LINK) $(test2_OBJECTS) $(test2_LDADD) $(LIBS)
393
409
test3$(EXEEXT): $(test3_OBJECTS) $(test3_DEPENDENCIES) 
394
410
        @rm -f test3$(EXEEXT)
395
 
        $(LINK) $(test3_LDFLAGS) $(test3_OBJECTS) $(test3_LDADD) $(LIBS)
 
411
        $(test3_LINK) $(test3_OBJECTS) $(test3_LDADD) $(LIBS)
396
412
 
397
413
mostlyclean-compile:
398
414
        -rm -f *.$(OBJEXT)
400
416
distclean-compile:
401
417
        -rm -f *.tab.c
402
418
 
403
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/findme.Plo@am__quote@
404
419
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/popt.Plo@am__quote@
405
420
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/poptconfig.Plo@am__quote@
406
421
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/popthelp.Plo@am__quote@
 
422
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/poptint.Plo@am__quote@
407
423
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/poptparse.Plo@am__quote@
408
424
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test1.Po@am__quote@
409
425
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test2.Po@am__quote@
410
426
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test3.Po@am__quote@
411
427
 
412
428
.c.o:
413
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
414
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
429
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
430
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
415
431
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
416
432
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
417
433
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
418
434
 
419
435
.c.obj:
420
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
421
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
436
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
437
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
422
438
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
423
439
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
424
440
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
425
441
 
426
442
.c.lo:
427
 
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
428
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
443
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
444
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
429
445
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
430
446
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
431
447
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
438
454
 
439
455
distclean-libtool:
440
456
        -rm -f libtool
441
 
uninstall-info-am:
442
457
install-man3: $(man3_MANS) $(man_MANS)
443
458
        @$(NORMAL_INSTALL)
444
 
        test -z "$(man3dir)" || $(mkdir_p) "$(DESTDIR)$(man3dir)"
 
459
        test -z "$(man3dir)" || $(MKDIR_P) "$(DESTDIR)$(man3dir)"
445
460
        @list='$(man3_MANS) $(dist_man3_MANS) $(nodist_man3_MANS)'; \
446
461
        l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
447
462
        for i in $$l2; do \
486
501
        done
487
502
install-includeHEADERS: $(include_HEADERS)
488
503
        @$(NORMAL_INSTALL)
489
 
        test -z "$(includedir)" || $(mkdir_p) "$(DESTDIR)$(includedir)"
 
504
        test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
490
505
        @list='$(include_HEADERS)'; for p in $$list; do \
491
506
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
492
507
          f=$(am__strip_dir) \
509
524
#     (which will cause the Makefiles to be regenerated when you run `make');
510
525
# (2) otherwise, pass the desired values on the `make' command line.
511
526
$(RECURSIVE_TARGETS):
512
 
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
527
        @failcom='exit 1'; \
 
528
        for f in x $$MAKEFLAGS; do \
 
529
          case $$f in \
 
530
            *=* | --[!k]*);; \
 
531
            *k*) failcom='fail=yes';; \
 
532
          esac; \
 
533
        done; \
513
534
        dot_seen=no; \
514
535
        target=`echo $@ | sed s/-recursive//`; \
515
536
        list='$(SUBDIRS)'; for subdir in $$list; do \
521
542
            local_target="$$target"; \
522
543
          fi; \
523
544
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
524
 
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
545
          || eval $$failcom; \
525
546
        done; \
526
547
        if test "$$dot_seen" = "no"; then \
527
548
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
528
549
        fi; test -z "$$fail"
529
550
 
530
 
mostlyclean-recursive clean-recursive distclean-recursive \
531
 
maintainer-clean-recursive:
532
 
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
551
$(RECURSIVE_CLEAN_TARGETS):
 
552
        @failcom='exit 1'; \
 
553
        for f in x $$MAKEFLAGS; do \
 
554
          case $$f in \
 
555
            *=* | --[!k]*);; \
 
556
            *k*) failcom='fail=yes';; \
 
557
          esac; \
 
558
        done; \
533
559
        dot_seen=no; \
534
560
        case "$@" in \
535
561
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
550
576
            local_target="$$target"; \
551
577
          fi; \
552
578
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
553
 
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
579
          || eval $$failcom; \
554
580
        done && test -z "$$fail"
555
581
tags-recursive:
556
582
        list='$(SUBDIRS)'; for subdir in $$list; do \
566
592
        unique=`for i in $$list; do \
567
593
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
568
594
          done | \
569
 
          $(AWK) '    { files[$$0] = 1; } \
570
 
               END { for (i in files) print i; }'`; \
 
595
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
596
              END { if (nonempty) { for (i in files) print i; }; }'`; \
571
597
        mkid -fID $$unique
572
598
tags: TAGS
573
599
 
592
618
        unique=`for i in $$list; do \
593
619
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
594
620
          done | \
595
 
          $(AWK) '    { files[$$0] = 1; } \
596
 
               END { for (i in files) print i; }'`; \
 
621
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
622
              END { if (nonempty) { for (i in files) print i; }; }'`; \
597
623
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
598
624
          test -n "$$unique" || unique=$$empty_fix; \
599
625
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
603
629
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
604
630
                $(TAGS_FILES) $(LISP)
605
631
        tags=; \
606
 
        here=`pwd`; \
607
632
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
608
633
        unique=`for i in $$list; do \
609
634
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
610
635
          done | \
611
 
          $(AWK) '    { files[$$0] = 1; } \
612
 
               END { for (i in files) print i; }'`; \
 
636
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
637
              END { if (nonempty) { for (i in files) print i; }; }'`; \
613
638
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
614
639
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
615
640
             $$tags $$unique
623
648
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
624
649
 
625
650
check-TESTS: $(TESTS)
626
 
        @failed=0; all=0; xfail=0; xpass=0; skip=0; \
 
651
        @failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[        ]'; \
627
652
        srcdir=$(srcdir); export srcdir; \
628
 
        list='$(TESTS)'; \
 
653
        list=' $(TESTS) '; \
629
654
        if test -n "$$list"; then \
630
655
          for tst in $$list; do \
631
656
            if test -f ./$$tst; then dir=./; \
634
659
            if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
635
660
              all=`expr $$all + 1`; \
636
661
              case " $(XFAIL_TESTS) " in \
637
 
              *" $$tst "*) \
 
662
              *$$ws$$tst$$ws*) \
638
663
                xpass=`expr $$xpass + 1`; \
639
664
                failed=`expr $$failed + 1`; \
640
665
                echo "XPASS: $$tst"; \
646
671
            elif test $$? -ne 77; then \
647
672
              all=`expr $$all + 1`; \
648
673
              case " $(XFAIL_TESTS) " in \
649
 
              *" $$tst "*) \
 
674
              *$$ws$$tst$$ws*) \
650
675
                xfail=`expr $$xfail + 1`; \
651
676
                echo "XFAIL: $$tst"; \
652
677
              ;; \
697
722
 
698
723
distdir: $(DISTFILES)
699
724
        $(am__remove_distdir)
700
 
        mkdir $(distdir)
701
 
        $(mkdir_p) $(distdir)/. $(distdir)/intl $(distdir)/po $(distdir)/test3-data
702
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
703
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
704
 
        list='$(DISTFILES)'; for file in $$list; do \
705
 
          case $$file in \
706
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
707
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
708
 
          esac; \
 
725
        test -d $(distdir) || mkdir $(distdir)
 
726
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
727
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
728
        list='$(DISTFILES)'; \
 
729
          dist_files=`for file in $$list; do echo $$file; done | \
 
730
          sed -e "s|^$$srcdirstrip/||;t" \
 
731
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
732
        case $$dist_files in \
 
733
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
734
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
735
                           sort -u` ;; \
 
736
        esac; \
 
737
        for file in $$dist_files; do \
709
738
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
710
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
711
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
712
 
            dir="/$$dir"; \
713
 
            $(mkdir_p) "$(distdir)$$dir"; \
714
 
          else \
715
 
            dir=''; \
716
 
          fi; \
717
739
          if test -d $$d/$$file; then \
 
740
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
718
741
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
719
742
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
720
743
            fi; \
728
751
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
729
752
          if test "$$subdir" = .; then :; else \
730
753
            test -d "$(distdir)/$$subdir" \
731
 
            || $(mkdir_p) "$(distdir)/$$subdir" \
 
754
            || $(MKDIR_P) "$(distdir)/$$subdir" \
732
755
            || exit 1; \
733
756
            distdir=`$(am__cd) $(distdir) && pwd`; \
734
757
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
736
759
              $(MAKE) $(AM_MAKEFLAGS) \
737
760
                top_distdir="$$top_distdir" \
738
761
                distdir="$$distdir/$$subdir" \
 
762
                am__remove_distdir=: \
 
763
                am__skip_length_check=: \
739
764
                distdir) \
740
765
              || exit 1; \
741
766
          fi; \
743
768
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
744
769
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
745
770
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
746
 
          ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
 
771
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
747
772
        || chmod -R a+r $(distdir)
748
773
dist-gzip: distdir
749
774
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
753
778
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
754
779
        $(am__remove_distdir)
755
780
 
 
781
dist-lzma: distdir
 
782
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
 
783
        $(am__remove_distdir)
 
784
 
756
785
dist-tarZ: distdir
757
786
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
758
787
        $(am__remove_distdir)
779
808
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
780
809
        *.tar.bz2*) \
781
810
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
 
811
        *.tar.lzma*) \
 
812
          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
782
813
        *.tar.Z*) \
783
814
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
784
815
        *.shar.gz*) \
794
825
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
795
826
          && cd $(distdir)/_build \
796
827
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
797
 
            --with-included-gettext \
798
828
            $(DISTCHECK_CONFIGURE_FLAGS) \
799
829
          && $(MAKE) $(AM_MAKEFLAGS) \
800
830
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
819
849
        $(am__remove_distdir)
820
850
        @(echo "$(distdir) archives ready for distribution: "; \
821
851
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
822
 
          sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
 
852
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
823
853
distuninstallcheck:
824
854
        @cd $(distuninstallcheck_dir) \
825
855
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
846
876
installdirs: installdirs-recursive
847
877
installdirs-am:
848
878
        for dir in "$(DESTDIR)$(usrlibdir)" "$(DESTDIR)$(man3dir)" "$(DESTDIR)$(includedir)"; do \
849
 
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
879
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
850
880
        done
851
881
install: install-recursive
852
882
install-exec: install-exec-recursive
897
927
install-data-am: install-includeHEADERS install-man \
898
928
        install-usrlibLTLIBRARIES
899
929
 
 
930
install-dvi: install-dvi-recursive
 
931
 
900
932
install-exec-am:
901
933
 
 
934
install-html: install-html-recursive
 
935
 
902
936
install-info: install-info-recursive
903
937
 
904
938
install-man: install-man3
905
939
 
 
940
install-pdf: install-pdf-recursive
 
941
 
 
942
install-ps: install-ps-recursive
 
943
 
906
944
installcheck-am:
907
945
 
908
946
maintainer-clean: maintainer-clean-recursive
925
963
 
926
964
ps-am:
927
965
 
928
 
uninstall-am: uninstall-includeHEADERS uninstall-info-am uninstall-man \
 
966
uninstall-am: uninstall-includeHEADERS uninstall-man \
929
967
        uninstall-usrlibLTLIBRARIES
930
968
 
931
 
uninstall-info: uninstall-info-recursive
932
 
 
933
969
uninstall-man: uninstall-man3
934
970
 
935
 
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
936
 
        check-TESTS check-am clean clean-generic clean-libtool \
937
 
        clean-noinstPROGRAMS clean-recursive clean-usrlibLTLIBRARIES \
938
 
        ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
939
 
        dist-shar dist-tarZ dist-zip distcheck distclean \
940
 
        distclean-compile distclean-generic distclean-hdr \
941
 
        distclean-libtool distclean-recursive distclean-tags \
942
 
        distcleancheck distdir distuninstallcheck dvi dvi-am html \
943
 
        html-am info info-am install install-am install-data \
944
 
        install-data-am install-exec install-exec-am \
945
 
        install-includeHEADERS install-info install-info-am \
946
 
        install-man install-man3 install-strip \
947
 
        install-usrlibLTLIBRARIES installcheck installcheck-am \
948
 
        installdirs installdirs-am maintainer-clean \
949
 
        maintainer-clean-generic maintainer-clean-recursive \
950
 
        mostlyclean mostlyclean-compile mostlyclean-generic \
951
 
        mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
 
971
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
 
972
        install-strip
 
973
 
 
974
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
975
        all all-am am--refresh check check-TESTS check-am clean \
 
976
        clean-generic clean-libtool clean-noinstPROGRAMS \
 
977
        clean-usrlibLTLIBRARIES ctags ctags-recursive dist dist-all \
 
978
        dist-bzip2 dist-gzip dist-lzma dist-shar dist-tarZ dist-zip \
 
979
        distcheck distclean distclean-compile distclean-generic \
 
980
        distclean-hdr distclean-libtool distclean-tags distcleancheck \
 
981
        distdir distuninstallcheck dvi dvi-am html html-am info \
 
982
        info-am install install-am install-data install-data-am \
 
983
        install-dvi install-dvi-am install-exec install-exec-am \
 
984
        install-html install-html-am install-includeHEADERS \
 
985
        install-info install-info-am install-man install-man3 \
 
986
        install-pdf install-pdf-am install-ps install-ps-am \
 
987
        install-strip install-usrlibLTLIBRARIES installcheck \
 
988
        installcheck-am installdirs installdirs-am maintainer-clean \
 
989
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
990
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
952
991
        tags tags-recursive uninstall uninstall-am \
953
 
        uninstall-includeHEADERS uninstall-info-am uninstall-man \
954
 
        uninstall-man3 uninstall-usrlibLTLIBRARIES
 
992
        uninstall-includeHEADERS uninstall-man uninstall-man3 \
 
993
        uninstall-usrlibLTLIBRARIES
955
994
 
956
995
 
957
996
#BUILT_SOURCES = popt.lcd
958
997
 
 
998
.PHONY: updatepo
 
999
updatepo:
 
1000
        rsync -Lrtvz  translationproject.org::tp/latest/popt/  po
 
1001
 
959
1002
popt.lcd: Makefile.am ${libpopt_la_SOURCES} ${include_HEADERS} ${noinst_HEADERS}
960
1003
        lclint -dump $@ ${libpopt_la_SOURCES}
961
1004
 
967
1010
lint:
968
1011
        $(LINT) ${DEFS} ${INCLUDES} test1.c ${libpopt_la_SOURCES}
969
1012
 
970
 
.PHONY: archive
971
 
archive: 
972
 
        @echo "This is $(PACKAGE)-$(VERSION)."
973
 
        @sleep 5
974
 
        @cvs -Q tag -F $(CVSTAG) .
975
 
        @rm -rf /tmp/$(PACKAGE)-$(VERSION) /tmp/$(PACKAGE)
976
 
        @cd /tmp; cvs -Q -d $(CVSROOT) export -r$(CVSTAG) $(PACKAGE) || :
977
 
        @mv /tmp/$(PACKAGE) /tmp/$(PACKAGE)-$(VERSION)
978
 
        @cd /tmp/$(PACKAGE)-$(VERSION); ./autogen.sh ; make depend; make distclean
979
 
        @cd /tmp/$(PACKAGE)-$(VERSION); ./autogen.sh --noconfigure
980
 
        @cd /tmp; tar czSpf $(PACKAGE)-$(VERSION).tar.gz $(PACKAGE)-$(VERSION)
981
 
        @rm -rf /tmp/$(PACKAGE)-$(VERSION)
982
 
        @cp /tmp/$(PACKAGE)-$(VERSION).tar.gz .
983
 
        @rm -f /tmp/$(PACKAGE)-$(VERSION).tar.gz 
984
 
        @echo " "
985
 
        @echo "The final archive is ./$(PACKAGE)-$(VERSION).tar.gz."
986
 
 
987
1013
.PHONY: doxygen
988
1014
doxygen: Doxyfile
989
1015
        rm -rf doxygen