~logan/ubuntu/trusty/pinentry/0.8.3-1ubuntu1

« back to all changes in this revision

Viewing changes to pinentry/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Peter Eisentraut
  • Date: 2005-01-27 19:10:07 UTC
  • mfrom: (1.1.1 upstream) (2.1.1 hoary)
  • Revision ID: james.westby@ubuntu.com-20050127191007-83ptn4mcw63mu085
Tags: 0.7.2-1
* New upstream release
* Added new -gtk2 flavor.
* Build dependencies revised accordingly.
* Added more copyright holders to debian/copyright.
* Removed compatibility symlinks.
* Converted to CDBS.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.7.9 from Makefile.am.
 
1
# Makefile.in generated by automake 1.9.4 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
5
 
# Free Software Foundation, Inc.
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004  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.
33
33
# along with this program; if not, write to the Free Software
34
34
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
35
35
 
 
36
SOURCES = $(libpinentry_curses_a_SOURCES) $(libpinentry_a_SOURCES)
 
37
 
36
38
srcdir = @srcdir@
37
39
top_srcdir = @top_srcdir@
38
40
VPATH = @srcdir@
40
42
pkglibdir = $(libdir)/@PACKAGE@
41
43
pkgincludedir = $(includedir)/@PACKAGE@
42
44
top_builddir = ..
43
 
 
44
45
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
45
46
INSTALL = @INSTALL@
46
47
install_sh_DATA = $(install_sh) -c -m 644
54
55
NORMAL_UNINSTALL = :
55
56
PRE_UNINSTALL = :
56
57
POST_UNINSTALL = :
 
58
build_triplet = @build@
57
59
host_triplet = @host@
 
60
subdir = pinentry
 
61
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
62
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
63
am__aclocal_m4_deps = $(top_srcdir)/m4/curses.m4 \
 
64
        $(top_srcdir)/m4/glib.m4 $(top_srcdir)/m4/gtk.m4 \
 
65
        $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/qt.m4 \
 
66
        $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
 
67
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
68
        $(ACLOCAL_M4)
 
69
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
70
CONFIG_HEADER = $(top_builddir)/config.h
 
71
CONFIG_CLEAN_FILES =
 
72
LIBRARIES = $(noinst_LIBRARIES)
 
73
AR = ar
 
74
ARFLAGS = cru
 
75
libpinentry_curses_a_AR = $(AR) $(ARFLAGS)
 
76
libpinentry_curses_a_LIBADD =
 
77
am_libpinentry_curses_a_OBJECTS = pinentry-curses.$(OBJEXT)
 
78
libpinentry_curses_a_OBJECTS = $(am_libpinentry_curses_a_OBJECTS)
 
79
libpinentry_a_AR = $(AR) $(ARFLAGS)
 
80
libpinentry_a_LIBADD =
 
81
am_libpinentry_a_OBJECTS = pinentry.$(OBJEXT)
 
82
libpinentry_a_OBJECTS = $(am_libpinentry_a_OBJECTS)
 
83
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
 
84
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
85
am__depfiles_maybe = depfiles
 
86
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
87
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
88
CCLD = $(CC)
 
89
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
90
SOURCES = $(libpinentry_curses_a_SOURCES) $(libpinentry_a_SOURCES)
 
91
DIST_SOURCES = $(libpinentry_curses_a_SOURCES) \
 
92
        $(libpinentry_a_SOURCES)
 
93
ETAGS = etags
 
94
CTAGS = ctags
 
95
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
58
96
ACLOCAL = @ACLOCAL@
59
97
AMDEP_FALSE = @AMDEP_FALSE@
60
98
AMDEP_TRUE = @AMDEP_TRUE@
67
105
BUILD_LIBPINENTRY_CURSES_TRUE = @BUILD_LIBPINENTRY_CURSES_TRUE@
68
106
BUILD_PINENTRY_CURSES_FALSE = @BUILD_PINENTRY_CURSES_FALSE@
69
107
BUILD_PINENTRY_CURSES_TRUE = @BUILD_PINENTRY_CURSES_TRUE@
 
108
BUILD_PINENTRY_GTK_2_FALSE = @BUILD_PINENTRY_GTK_2_FALSE@
 
109
BUILD_PINENTRY_GTK_2_TRUE = @BUILD_PINENTRY_GTK_2_TRUE@
70
110
BUILD_PINENTRY_GTK_FALSE = @BUILD_PINENTRY_GTK_FALSE@
71
111
BUILD_PINENTRY_GTK_TRUE = @BUILD_PINENTRY_GTK_TRUE@
72
112
BUILD_PINENTRY_QT_FALSE = @BUILD_PINENTRY_QT_FALSE@
73
113
BUILD_PINENTRY_QT_TRUE = @BUILD_PINENTRY_QT_TRUE@
 
114
BUILD_PINENTRY_W32_FALSE = @BUILD_PINENTRY_W32_FALSE@
 
115
BUILD_PINENTRY_W32_TRUE = @BUILD_PINENTRY_W32_TRUE@
74
116
CC = @CC@
75
117
CCDEPMODE = @CCDEPMODE@
76
118
CFLAGS = @CFLAGS@
93
135
GLIB_CFLAGS = @GLIB_CFLAGS@
94
136
GLIB_CONFIG = @GLIB_CONFIG@
95
137
GLIB_LIBS = @GLIB_LIBS@
 
138
GTK2CFLAGS = @GTK2CFLAGS@
 
139
GTK2LIBS = @GTK2LIBS@
96
140
GTK_CFLAGS = @GTK_CFLAGS@
97
141
GTK_CONFIG = @GTK_CONFIG@
98
142
GTK_LIBS = @GTK_LIBS@
 
143
HAVE_DOSISH_SYSTEM_FALSE = @HAVE_DOSISH_SYSTEM_FALSE@
 
144
HAVE_DOSISH_SYSTEM_TRUE = @HAVE_DOSISH_SYSTEM_TRUE@
 
145
HAVE_W32_SYSTEM_FALSE = @HAVE_W32_SYSTEM_FALSE@
 
146
HAVE_W32_SYSTEM_TRUE = @HAVE_W32_SYSTEM_TRUE@
99
147
INSTALL_DATA = @INSTALL_DATA@
100
148
INSTALL_PROGRAM = @INSTALL_PROGRAM@
101
149
INSTALL_SCRIPT = @INSTALL_SCRIPT@
110
158
LIBS = @LIBS@
111
159
LIBTERMCAP = @LIBTERMCAP@
112
160
LIB_QPE = @LIB_QPE@
 
161
LN_S = @LN_S@
 
162
LTLIBICONV = @LTLIBICONV@
113
163
LTLIBOBJS = @LTLIBOBJS@
114
164
MAINT = @MAINT@
115
165
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
125
175
PACKAGE_TARNAME = @PACKAGE_TARNAME@
126
176
PACKAGE_VERSION = @PACKAGE_VERSION@
127
177
PATH_SEPARATOR = @PATH_SEPARATOR@
 
178
PINENTRY_DEFAULT = @PINENTRY_DEFAULT@
 
179
PKGCONFIG = @PKGCONFIG@
128
180
QTE_NORTTI = @QTE_NORTTI@
129
181
QT_CXXFLAGS = @QT_CXXFLAGS@
130
182
QT_INCLUDES = @QT_INCLUDES@
140
192
STRIP = @STRIP@
141
193
USE_THREADS = @USE_THREADS@
142
194
VERSION = @VERSION@
 
195
WINDRES = @WINDRES@
143
196
X_CFLAGS = @X_CFLAGS@
144
197
X_EXTRA_LIBS = @X_EXTRA_LIBS@
145
198
X_LIBS = @X_LIBS@
148
201
ac_ct_CXX = @ac_ct_CXX@
149
202
ac_ct_RANLIB = @ac_ct_RANLIB@
150
203
ac_ct_STRIP = @ac_ct_STRIP@
 
204
ac_ct_WINDRES = @ac_ct_WINDRES@
151
205
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
152
206
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
153
207
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
155
209
am__include = @am__include@
156
210
am__leading_dot = @am__leading_dot@
157
211
am__quote = @am__quote@
 
212
am__tar = @am__tar@
 
213
am__untar = @am__untar@
158
214
bindir = @bindir@
159
215
build = @build@
160
216
build_alias = @build_alias@
175
231
libexecdir = @libexecdir@
176
232
localstatedir = @localstatedir@
177
233
mandir = @mandir@
 
234
mkdir_p = @mkdir_p@
178
235
oldincludedir = @oldincludedir@
179
236
prefix = @prefix@
180
237
program_transform_name = @program_transform_name@
185
242
sysconfdir = @sysconfdir@
186
243
target_alias = @target_alias@
187
244
x_libraries = @x_libraries@
188
 
 
189
245
EXTRA_DIST = Manifest
190
246
@BUILD_LIBPINENTRY_CURSES_FALSE@pinentry_curses = 
191
 
 
192
247
@BUILD_LIBPINENTRY_CURSES_TRUE@pinentry_curses = libpinentry-curses.a
193
 
 
194
248
noinst_LIBRARIES = libpinentry.a $(pinentry_curses)
195
 
 
196
249
AM_CPPFLAGS = -I$(top_srcdir)/assuan -I$(top_srcdir)/secmem
197
 
 
198
250
libpinentry_a_SOURCES = pinentry.h pinentry.c
199
251
libpinentry_curses_a_SOURCES = pinentry-curses.h pinentry-curses.c
200
 
subdir = pinentry
201
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
202
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
203
 
CONFIG_HEADER = $(top_builddir)/config.h
204
 
CONFIG_CLEAN_FILES =
205
 
LIBRARIES = $(noinst_LIBRARIES)
206
 
 
207
 
libpinentry_curses_a_AR = $(AR) cru
208
 
libpinentry_curses_a_LIBADD =
209
 
am_libpinentry_curses_a_OBJECTS = pinentry-curses.$(OBJEXT)
210
 
libpinentry_curses_a_OBJECTS = $(am_libpinentry_curses_a_OBJECTS)
211
 
libpinentry_a_AR = $(AR) cru
212
 
libpinentry_a_LIBADD =
213
 
am_libpinentry_a_OBJECTS = pinentry.$(OBJEXT)
214
 
libpinentry_a_OBJECTS = $(am_libpinentry_a_OBJECTS)
215
 
 
216
 
DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
217
 
depcomp = $(SHELL) $(top_srcdir)/depcomp
218
 
am__depfiles_maybe = depfiles
219
 
@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/pinentry-curses.Po \
220
 
@AMDEP_TRUE@    ./$(DEPDIR)/pinentry.Po
221
 
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
222
 
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
223
 
CCLD = $(CC)
224
 
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
225
 
DIST_SOURCES = $(libpinentry_curses_a_SOURCES) $(libpinentry_a_SOURCES)
226
 
DIST_COMMON = $(srcdir)/Makefile.in Makefile.am
227
 
SOURCES = $(libpinentry_curses_a_SOURCES) $(libpinentry_a_SOURCES)
228
 
 
229
252
all: all-am
230
253
 
231
254
.SUFFIXES:
232
255
.SUFFIXES: .c .o .obj
233
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
 
256
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
257
        @for dep in $?; do \
 
258
          case '$(am__configure_deps)' in \
 
259
            *$$dep*) \
 
260
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
261
                && exit 0; \
 
262
              exit 1;; \
 
263
          esac; \
 
264
        done; \
 
265
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  pinentry/Makefile'; \
234
266
        cd $(top_srcdir) && \
235
267
          $(AUTOMAKE) --gnu  pinentry/Makefile
236
 
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
237
 
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
238
 
 
239
 
AR = ar
 
268
.PRECIOUS: Makefile
 
269
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
270
        @case '$?' in \
 
271
          *config.status*) \
 
272
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
273
          *) \
 
274
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
275
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
276
        esac;
 
277
 
 
278
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
279
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
280
 
 
281
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
282
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
283
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
284
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
240
285
 
241
286
clean-noinstLIBRARIES:
242
287
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
250
295
        $(RANLIB) libpinentry.a
251
296
 
252
297
mostlyclean-compile:
253
 
        -rm -f *.$(OBJEXT) core *.core
 
298
        -rm -f *.$(OBJEXT)
254
299
 
255
300
distclean-compile:
256
301
        -rm -f *.tab.c
259
304
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pinentry.Po@am__quote@
260
305
 
261
306
.c.o:
262
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
263
 
@am__fastdepCC_TRUE@      -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
264
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
265
 
@am__fastdepCC_TRUE@    else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
266
 
@am__fastdepCC_TRUE@    fi
 
307
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 
308
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
267
309
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
268
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
269
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
270
 
@am__fastdepCC_FALSE@   $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
 
310
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
311
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
271
312
 
272
313
.c.obj:
273
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
274
 
@am__fastdepCC_TRUE@      -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
275
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
276
 
@am__fastdepCC_TRUE@    else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
277
 
@am__fastdepCC_TRUE@    fi
 
314
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
 
315
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
278
316
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
279
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
280
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
281
 
@am__fastdepCC_FALSE@   $(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
 
317
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
318
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
282
319
uninstall-info-am:
283
320
 
284
 
ETAGS = etags
285
 
ETAGSFLAGS =
286
 
 
287
 
CTAGS = ctags
288
 
CTAGSFLAGS =
289
 
 
290
 
tags: TAGS
291
 
 
292
321
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
293
322
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
294
323
        unique=`for i in $$list; do \
297
326
          $(AWK) '    { files[$$0] = 1; } \
298
327
               END { for (i in files) print i; }'`; \
299
328
        mkid -fID $$unique
 
329
tags: TAGS
300
330
 
301
331
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
302
332
                $(TAGS_FILES) $(LISP)
308
338
          done | \
309
339
          $(AWK) '    { files[$$0] = 1; } \
310
340
               END { for (i in files) print i; }'`; \
311
 
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
312
 
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
313
 
             $$tags $$unique
314
 
 
 
341
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
342
          test -n "$$unique" || unique=$$empty_fix; \
 
343
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
344
            $$tags $$unique; \
 
345
        fi
315
346
ctags: CTAGS
316
347
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
317
348
                $(TAGS_FILES) $(LISP)
334
365
 
335
366
distclean-tags:
336
367
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
337
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
338
 
 
339
 
top_distdir = ..
340
 
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
341
368
 
342
369
distdir: $(DISTFILES)
343
370
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
351
378
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
352
379
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
353
380
            dir="/$$dir"; \
354
 
            $(mkinstalldirs) "$(distdir)$$dir"; \
 
381
            $(mkdir_p) "$(distdir)$$dir"; \
355
382
          else \
356
383
            dir=''; \
357
384
          fi; \
369
396
check-am: all-am
370
397
check: check-am
371
398
all-am: Makefile $(LIBRARIES)
372
 
 
373
399
installdirs:
374
400
install: install-am
375
401
install-exec: install-exec-am
390
416
clean-generic:
391
417
 
392
418
distclean-generic:
393
 
        -rm -f $(CONFIG_CLEAN_FILES)
 
419
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
394
420
 
395
421
maintainer-clean-generic:
396
422
        @echo "This command is intended for maintainers to use"
409
435
 
410
436
dvi-am:
411
437
 
 
438
html: html-am
 
439
 
412
440
info: info-am
413
441
 
414
442
info-am:
444
472
 
445
473
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
446
474
        clean-noinstLIBRARIES ctags distclean distclean-compile \
447
 
        distclean-generic distclean-tags distdir dvi dvi-am info \
448
 
        info-am install install-am install-data install-data-am \
449
 
        install-exec install-exec-am install-info install-info-am \
450
 
        install-man install-strip installcheck installcheck-am \
451
 
        installdirs maintainer-clean maintainer-clean-generic \
452
 
        mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
453
 
        ps ps-am tags uninstall uninstall-am uninstall-info-am
 
475
        distclean-generic distclean-tags distdir dvi dvi-am html \
 
476
        html-am info info-am install install-am install-data \
 
477
        install-data-am install-exec install-exec-am install-info \
 
478
        install-info-am install-man install-strip installcheck \
 
479
        installcheck-am installdirs maintainer-clean \
 
480
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
481
        mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
 
482
        uninstall-am uninstall-info-am
454
483
 
455
484
# Tell versions [3.59,3.63) of GNU make to not export all variables.
456
485
# Otherwise a system limit (for SysV at least) may be exceeded.