~x2go/x2go/pinentry-x2go_build-main

« back to all changes in this revision

Viewing changes to secmem/Makefile.in

  • Committer: Mike Gabriel
  • Date: 2012-06-13 12:55:37 UTC
  • Revision ID: git-v1:d2060291d5cc7beb92f78168e48ececfe765d552
Strip code project down to its essentials, remove a lot of unneeded cruft. / Make code tree fully build with autotools, see README file for further info.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10 from Makefile.am.
2
 
# @configure_input@
3
 
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
6
 
# This Makefile.in is free software; the Free Software Foundation
7
 
# gives unlimited permission to copy and/or distribute it,
8
 
# with or without modifications, as long as this notice is preserved.
9
 
 
10
 
# This program is distributed in the hope that it will be useful,
11
 
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12
 
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13
 
# PARTICULAR PURPOSE.
14
 
 
15
 
@SET_MAKE@
16
 
 
17
 
# Secure Memory Makefile
18
 
# Copyright (C) 2002 g10 Code GmbH
19
 
#
20
 
# This file is part of PINENTRY.
21
 
#
22
 
# PINENTRY is free software; you can redistribute it and/or modify
23
 
# it under the terms of the GNU General Public License as published by
24
 
# the Free Software Foundation; either version 2 of the License, or
25
 
# (at your option) any later version.
26
 
27
 
# PINENTRY is distributed in the hope that it will be useful,
28
 
# but WITHOUT ANY WARRANTY; without even the implied warranty of
29
 
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
30
 
# GNU General Public License for more details.
31
 
32
 
# You should have received a copy of the GNU General Public License
33
 
# along with this program; if not, write to the Free Software
34
 
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
35
 
 
36
 
VPATH = @srcdir@
37
 
pkgdatadir = $(datadir)/@PACKAGE@
38
 
pkglibdir = $(libdir)/@PACKAGE@
39
 
pkgincludedir = $(includedir)/@PACKAGE@
40
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
41
 
install_sh_DATA = $(install_sh) -c -m 644
42
 
install_sh_PROGRAM = $(install_sh) -c
43
 
install_sh_SCRIPT = $(install_sh) -c
44
 
INSTALL_HEADER = $(INSTALL_DATA)
45
 
transform = $(program_transform_name)
46
 
NORMAL_INSTALL = :
47
 
PRE_INSTALL = :
48
 
POST_INSTALL = :
49
 
NORMAL_UNINSTALL = :
50
 
PRE_UNINSTALL = :
51
 
POST_UNINSTALL = :
52
 
build_triplet = @build@
53
 
host_triplet = @host@
54
 
subdir = secmem
55
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
56
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
57
 
am__aclocal_m4_deps = $(top_srcdir)/m4/curses.m4 \
58
 
        $(top_srcdir)/m4/glib.m4 $(top_srcdir)/m4/gtk.m4 \
59
 
        $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/qt.m4 \
60
 
        $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
61
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
62
 
        $(ACLOCAL_M4)
63
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
64
 
CONFIG_HEADER = $(top_builddir)/config.h
65
 
CONFIG_CLEAN_FILES =
66
 
LIBRARIES = $(noinst_LIBRARIES)
67
 
AR = ar
68
 
ARFLAGS = cru
69
 
libsecmem_a_AR = $(AR) $(ARFLAGS)
70
 
libsecmem_a_LIBADD =
71
 
am_libsecmem_a_OBJECTS = secmem.$(OBJEXT) util.$(OBJEXT)
72
 
libsecmem_a_OBJECTS = $(am_libsecmem_a_OBJECTS)
73
 
DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
74
 
depcomp = $(SHELL) $(top_srcdir)/depcomp
75
 
am__depfiles_maybe = depfiles
76
 
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
77
 
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
78
 
CCLD = $(CC)
79
 
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
80
 
SOURCES = $(libsecmem_a_SOURCES)
81
 
DIST_SOURCES = $(libsecmem_a_SOURCES)
82
 
ETAGS = etags
83
 
CTAGS = ctags
84
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
85
 
ACLOCAL = @ACLOCAL@
86
 
AMTAR = @AMTAR@
87
 
AUTOCONF = @AUTOCONF@
88
 
AUTOHEADER = @AUTOHEADER@
89
 
AUTOMAKE = @AUTOMAKE@
90
 
AWK = @AWK@
91
 
CC = @CC@
92
 
CCDEPMODE = @CCDEPMODE@
93
 
CFLAGS = @CFLAGS@
94
 
CPP = @CPP@
95
 
CPPFLAGS = @CPPFLAGS@
96
 
CXX = @CXX@
97
 
CXXCPP = @CXXCPP@
98
 
CXXDEPMODE = @CXXDEPMODE@
99
 
CXXFLAGS = @CXXFLAGS@
100
 
CYGPATH_W = @CYGPATH_W@
101
 
DEFS = @DEFS@
102
 
DEPDIR = @DEPDIR@
103
 
ECHO_C = @ECHO_C@
104
 
ECHO_N = @ECHO_N@
105
 
ECHO_T = @ECHO_T@
106
 
EGREP = @EGREP@
107
 
EXEEXT = @EXEEXT@
108
 
GLIB_CFLAGS = @GLIB_CFLAGS@
109
 
GLIB_CONFIG = @GLIB_CONFIG@
110
 
GLIB_LIBS = @GLIB_LIBS@
111
 
GREP = @GREP@
112
 
GTK2CFLAGS = @GTK2CFLAGS@
113
 
GTK2LIBS = @GTK2LIBS@
114
 
GTK_CFLAGS = @GTK_CFLAGS@
115
 
GTK_CONFIG = @GTK_CONFIG@
116
 
GTK_LIBS = @GTK_LIBS@
117
 
INSTALL = @INSTALL@
118
 
INSTALL_DATA = @INSTALL_DATA@
119
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
120
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
121
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
122
 
LDFLAGS = @LDFLAGS@
123
 
LIBCAP = @LIBCAP@
124
 
LIBCURSES = @LIBCURSES@
125
 
LIBICONV = @LIBICONV@
126
 
LIBNCURSES = @LIBNCURSES@
127
 
LIBOBJS = @LIBOBJS@
128
 
LIBPTHREAD = @LIBPTHREAD@
129
 
LIBS = @LIBS@
130
 
LIBTERMCAP = @LIBTERMCAP@
131
 
LIB_QPE = @LIB_QPE@
132
 
LN_S = @LN_S@
133
 
LTLIBICONV = @LTLIBICONV@
134
 
LTLIBOBJS = @LTLIBOBJS@
135
 
MAINT = @MAINT@
136
 
MAKEINFO = @MAKEINFO@
137
 
MKDIR_P = @MKDIR_P@
138
 
MOC = @MOC@
139
 
NCURSES_INCLUDE = @NCURSES_INCLUDE@
140
 
OBJEXT = @OBJEXT@
141
 
PACKAGE = @PACKAGE@
142
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
143
 
PACKAGE_NAME = @PACKAGE_NAME@
144
 
PACKAGE_STRING = @PACKAGE_STRING@
145
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
146
 
PACKAGE_VERSION = @PACKAGE_VERSION@
147
 
PATH_SEPARATOR = @PATH_SEPARATOR@
148
 
PINENTRY_DEFAULT = @PINENTRY_DEFAULT@
149
 
PKG_CONFIG = @PKG_CONFIG@
150
 
QTE_NORTTI = @QTE_NORTTI@
151
 
QT_CXXFLAGS = @QT_CXXFLAGS@
152
 
QT_INCLUDES = @QT_INCLUDES@
153
 
QT_LDFLAGS = @QT_LDFLAGS@
154
 
QT_LIBS = @QT_LIBS@
155
 
QT_MT_LDFLAGS = @QT_MT_LDFLAGS@
156
 
QT_MT_LIBS = @QT_MT_LIBS@
157
 
QT_RPATH = @QT_RPATH@
158
 
RANLIB = @RANLIB@
159
 
SETCAP = @SETCAP@
160
 
SET_MAKE = @SET_MAKE@
161
 
SHELL = @SHELL@
162
 
STRIP = @STRIP@
163
 
USE_THREADS = @USE_THREADS@
164
 
VERSION = @VERSION@
165
 
WINDRES = @WINDRES@
166
 
XMKMF = @XMKMF@
167
 
X_CFLAGS = @X_CFLAGS@
168
 
X_EXTRA_LIBS = @X_EXTRA_LIBS@
169
 
X_LIBS = @X_LIBS@
170
 
X_PRE_LIBS = @X_PRE_LIBS@
171
 
abs_builddir = @abs_builddir@
172
 
abs_srcdir = @abs_srcdir@
173
 
abs_top_builddir = @abs_top_builddir@
174
 
abs_top_srcdir = @abs_top_srcdir@
175
 
ac_ct_CC = @ac_ct_CC@
176
 
ac_ct_CXX = @ac_ct_CXX@
177
 
am__include = @am__include@
178
 
am__leading_dot = @am__leading_dot@
179
 
am__quote = @am__quote@
180
 
am__tar = @am__tar@
181
 
am__untar = @am__untar@
182
 
bindir = @bindir@
183
 
build = @build@
184
 
build_alias = @build_alias@
185
 
build_cpu = @build_cpu@
186
 
build_os = @build_os@
187
 
build_vendor = @build_vendor@
188
 
builddir = @builddir@
189
 
datadir = @datadir@
190
 
datarootdir = @datarootdir@
191
 
docdir = @docdir@
192
 
dvidir = @dvidir@
193
 
exec_prefix = @exec_prefix@
194
 
host = @host@
195
 
host_alias = @host_alias@
196
 
host_cpu = @host_cpu@
197
 
host_os = @host_os@
198
 
host_vendor = @host_vendor@
199
 
htmldir = @htmldir@
200
 
includedir = @includedir@
201
 
infodir = @infodir@
202
 
install_sh = @install_sh@
203
 
libdir = @libdir@
204
 
libexecdir = @libexecdir@
205
 
localedir = @localedir@
206
 
localstatedir = @localstatedir@
207
 
mandir = @mandir@
208
 
mkdir_p = @mkdir_p@
209
 
oldincludedir = @oldincludedir@
210
 
pdfdir = @pdfdir@
211
 
prefix = @prefix@
212
 
program_transform_name = @program_transform_name@
213
 
psdir = @psdir@
214
 
qt_includes = @qt_includes@
215
 
qt_libraries = @qt_libraries@
216
 
sbindir = @sbindir@
217
 
sharedstatedir = @sharedstatedir@
218
 
srcdir = @srcdir@
219
 
sysconfdir = @sysconfdir@
220
 
target_alias = @target_alias@
221
 
top_builddir = @top_builddir@
222
 
top_srcdir = @top_srcdir@
223
 
x_libraries = @x_libraries@
224
 
EXTRA_DIST = Manifest
225
 
noinst_LIBRARIES = libsecmem.a
226
 
libsecmem_a_SOURCES = \
227
 
        memory.h \
228
 
        secmem-util.h \
229
 
        util.h \
230
 
        secmem.c \
231
 
        util.c
232
 
 
233
 
all: all-am
234
 
 
235
 
.SUFFIXES:
236
 
.SUFFIXES: .c .o .obj
237
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
238
 
        @for dep in $?; do \
239
 
          case '$(am__configure_deps)' in \
240
 
            *$$dep*) \
241
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
242
 
                && exit 0; \
243
 
              exit 1;; \
244
 
          esac; \
245
 
        done; \
246
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  secmem/Makefile'; \
247
 
        cd $(top_srcdir) && \
248
 
          $(AUTOMAKE) --gnu  secmem/Makefile
249
 
.PRECIOUS: Makefile
250
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
251
 
        @case '$?' in \
252
 
          *config.status*) \
253
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
254
 
          *) \
255
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
256
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
257
 
        esac;
258
 
 
259
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
260
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
261
 
 
262
 
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
263
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
264
 
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
265
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
266
 
 
267
 
clean-noinstLIBRARIES:
268
 
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
269
 
libsecmem.a: $(libsecmem_a_OBJECTS) $(libsecmem_a_DEPENDENCIES) 
270
 
        -rm -f libsecmem.a
271
 
        $(libsecmem_a_AR) libsecmem.a $(libsecmem_a_OBJECTS) $(libsecmem_a_LIBADD)
272
 
        $(RANLIB) libsecmem.a
273
 
 
274
 
mostlyclean-compile:
275
 
        -rm -f *.$(OBJEXT)
276
 
 
277
 
distclean-compile:
278
 
        -rm -f *.tab.c
279
 
 
280
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/secmem.Po@am__quote@
281
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/util.Po@am__quote@
282
 
 
283
 
.c.o:
284
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
285
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
286
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
287
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
288
 
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
289
 
 
290
 
.c.obj:
291
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
292
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
293
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
294
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
295
 
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
296
 
 
297
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
298
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
299
 
        unique=`for i in $$list; do \
300
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
301
 
          done | \
302
 
          $(AWK) '    { files[$$0] = 1; } \
303
 
               END { for (i in files) print i; }'`; \
304
 
        mkid -fID $$unique
305
 
tags: TAGS
306
 
 
307
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
308
 
                $(TAGS_FILES) $(LISP)
309
 
        tags=; \
310
 
        here=`pwd`; \
311
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
312
 
        unique=`for i in $$list; do \
313
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
314
 
          done | \
315
 
          $(AWK) '    { files[$$0] = 1; } \
316
 
               END { for (i in files) print i; }'`; \
317
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
318
 
          test -n "$$unique" || unique=$$empty_fix; \
319
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
320
 
            $$tags $$unique; \
321
 
        fi
322
 
ctags: CTAGS
323
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
324
 
                $(TAGS_FILES) $(LISP)
325
 
        tags=; \
326
 
        here=`pwd`; \
327
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
328
 
        unique=`for i in $$list; do \
329
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
330
 
          done | \
331
 
          $(AWK) '    { files[$$0] = 1; } \
332
 
               END { for (i in files) print i; }'`; \
333
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
334
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
335
 
             $$tags $$unique
336
 
 
337
 
GTAGS:
338
 
        here=`$(am__cd) $(top_builddir) && pwd` \
339
 
          && cd $(top_srcdir) \
340
 
          && gtags -i $(GTAGS_ARGS) $$here
341
 
 
342
 
distclean-tags:
343
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
344
 
 
345
 
distdir: $(DISTFILES)
346
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
347
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
348
 
        list='$(DISTFILES)'; \
349
 
          dist_files=`for file in $$list; do echo $$file; done | \
350
 
          sed -e "s|^$$srcdirstrip/||;t" \
351
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
352
 
        case $$dist_files in \
353
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
354
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
355
 
                           sort -u` ;; \
356
 
        esac; \
357
 
        for file in $$dist_files; do \
358
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
359
 
          if test -d $$d/$$file; then \
360
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
361
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
362
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
363
 
            fi; \
364
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
365
 
          else \
366
 
            test -f $(distdir)/$$file \
367
 
            || cp -p $$d/$$file $(distdir)/$$file \
368
 
            || exit 1; \
369
 
          fi; \
370
 
        done
371
 
check-am: all-am
372
 
check: check-am
373
 
all-am: Makefile $(LIBRARIES)
374
 
installdirs:
375
 
install: install-am
376
 
install-exec: install-exec-am
377
 
install-data: install-data-am
378
 
uninstall: uninstall-am
379
 
 
380
 
install-am: all-am
381
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
382
 
 
383
 
installcheck: installcheck-am
384
 
install-strip:
385
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
386
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
387
 
          `test -z '$(STRIP)' || \
388
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
389
 
mostlyclean-generic:
390
 
 
391
 
clean-generic:
392
 
 
393
 
distclean-generic:
394
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
395
 
 
396
 
maintainer-clean-generic:
397
 
        @echo "This command is intended for maintainers to use"
398
 
        @echo "it deletes files that may require special tools to rebuild."
399
 
clean: clean-am
400
 
 
401
 
clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
402
 
 
403
 
distclean: distclean-am
404
 
        -rm -rf ./$(DEPDIR)
405
 
        -rm -f Makefile
406
 
distclean-am: clean-am distclean-compile distclean-generic \
407
 
        distclean-tags
408
 
 
409
 
dvi: dvi-am
410
 
 
411
 
dvi-am:
412
 
 
413
 
html: html-am
414
 
 
415
 
info: info-am
416
 
 
417
 
info-am:
418
 
 
419
 
install-data-am:
420
 
 
421
 
install-dvi: install-dvi-am
422
 
 
423
 
install-exec-am:
424
 
 
425
 
install-html: install-html-am
426
 
 
427
 
install-info: install-info-am
428
 
 
429
 
install-man:
430
 
 
431
 
install-pdf: install-pdf-am
432
 
 
433
 
install-ps: install-ps-am
434
 
 
435
 
installcheck-am:
436
 
 
437
 
maintainer-clean: maintainer-clean-am
438
 
        -rm -rf ./$(DEPDIR)
439
 
        -rm -f Makefile
440
 
maintainer-clean-am: distclean-am maintainer-clean-generic
441
 
 
442
 
mostlyclean: mostlyclean-am
443
 
 
444
 
mostlyclean-am: mostlyclean-compile mostlyclean-generic
445
 
 
446
 
pdf: pdf-am
447
 
 
448
 
pdf-am:
449
 
 
450
 
ps: ps-am
451
 
 
452
 
ps-am:
453
 
 
454
 
uninstall-am:
455
 
 
456
 
.MAKE: install-am install-strip
457
 
 
458
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
459
 
        clean-noinstLIBRARIES ctags distclean distclean-compile \
460
 
        distclean-generic distclean-tags distdir dvi dvi-am html \
461
 
        html-am info info-am install install-am install-data \
462
 
        install-data-am install-dvi install-dvi-am install-exec \
463
 
        install-exec-am install-html install-html-am install-info \
464
 
        install-info-am install-man install-pdf install-pdf-am \
465
 
        install-ps install-ps-am install-strip installcheck \
466
 
        installcheck-am installdirs maintainer-clean \
467
 
        maintainer-clean-generic mostlyclean mostlyclean-compile \
468
 
        mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
469
 
        uninstall-am
470
 
 
471
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
472
 
# Otherwise a system limit (for SysV at least) may be exceeded.
473
 
.NOEXPORT: