~x2go/x2go/pinentry-x2go_master

« back to all changes in this revision

Viewing changes to pinentry/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
 
# Pinentry support library 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 = pinentry
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
 
libpinentry_curses_a_AR = $(AR) $(ARFLAGS)
70
 
libpinentry_curses_a_LIBADD =
71
 
am_libpinentry_curses_a_OBJECTS = pinentry-curses.$(OBJEXT)
72
 
libpinentry_curses_a_OBJECTS = $(am_libpinentry_curses_a_OBJECTS)
73
 
libpinentry_a_AR = $(AR) $(ARFLAGS)
74
 
libpinentry_a_LIBADD =
75
 
am_libpinentry_a_OBJECTS = pinentry.$(OBJEXT)
76
 
libpinentry_a_OBJECTS = $(am_libpinentry_a_OBJECTS)
77
 
DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
78
 
depcomp = $(SHELL) $(top_srcdir)/depcomp
79
 
am__depfiles_maybe = depfiles
80
 
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
81
 
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
82
 
CCLD = $(CC)
83
 
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
84
 
SOURCES = $(libpinentry_curses_a_SOURCES) $(libpinentry_a_SOURCES)
85
 
DIST_SOURCES = $(libpinentry_curses_a_SOURCES) \
86
 
        $(libpinentry_a_SOURCES)
87
 
ETAGS = etags
88
 
CTAGS = ctags
89
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
90
 
ACLOCAL = @ACLOCAL@
91
 
AMTAR = @AMTAR@
92
 
AUTOCONF = @AUTOCONF@
93
 
AUTOHEADER = @AUTOHEADER@
94
 
AUTOMAKE = @AUTOMAKE@
95
 
AWK = @AWK@
96
 
CC = @CC@
97
 
CCDEPMODE = @CCDEPMODE@
98
 
CFLAGS = @CFLAGS@
99
 
CPP = @CPP@
100
 
CPPFLAGS = @CPPFLAGS@
101
 
CXX = @CXX@
102
 
CXXCPP = @CXXCPP@
103
 
CXXDEPMODE = @CXXDEPMODE@
104
 
CXXFLAGS = @CXXFLAGS@
105
 
CYGPATH_W = @CYGPATH_W@
106
 
DEFS = @DEFS@
107
 
DEPDIR = @DEPDIR@
108
 
ECHO_C = @ECHO_C@
109
 
ECHO_N = @ECHO_N@
110
 
ECHO_T = @ECHO_T@
111
 
EGREP = @EGREP@
112
 
EXEEXT = @EXEEXT@
113
 
GLIB_CFLAGS = @GLIB_CFLAGS@
114
 
GLIB_CONFIG = @GLIB_CONFIG@
115
 
GLIB_LIBS = @GLIB_LIBS@
116
 
GREP = @GREP@
117
 
GTK2CFLAGS = @GTK2CFLAGS@
118
 
GTK2LIBS = @GTK2LIBS@
119
 
GTK_CFLAGS = @GTK_CFLAGS@
120
 
GTK_CONFIG = @GTK_CONFIG@
121
 
GTK_LIBS = @GTK_LIBS@
122
 
INSTALL = @INSTALL@
123
 
INSTALL_DATA = @INSTALL_DATA@
124
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
125
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
126
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
127
 
LDFLAGS = @LDFLAGS@
128
 
LIBCAP = @LIBCAP@
129
 
LIBCURSES = @LIBCURSES@
130
 
LIBICONV = @LIBICONV@
131
 
LIBNCURSES = @LIBNCURSES@
132
 
LIBOBJS = @LIBOBJS@
133
 
LIBPTHREAD = @LIBPTHREAD@
134
 
LIBS = @LIBS@
135
 
LIBTERMCAP = @LIBTERMCAP@
136
 
LIB_QPE = @LIB_QPE@
137
 
LN_S = @LN_S@
138
 
LTLIBICONV = @LTLIBICONV@
139
 
LTLIBOBJS = @LTLIBOBJS@
140
 
MAINT = @MAINT@
141
 
MAKEINFO = @MAKEINFO@
142
 
MKDIR_P = @MKDIR_P@
143
 
MOC = @MOC@
144
 
NCURSES_INCLUDE = @NCURSES_INCLUDE@
145
 
OBJEXT = @OBJEXT@
146
 
PACKAGE = @PACKAGE@
147
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
148
 
PACKAGE_NAME = @PACKAGE_NAME@
149
 
PACKAGE_STRING = @PACKAGE_STRING@
150
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
151
 
PACKAGE_VERSION = @PACKAGE_VERSION@
152
 
PATH_SEPARATOR = @PATH_SEPARATOR@
153
 
PINENTRY_DEFAULT = @PINENTRY_DEFAULT@
154
 
PKG_CONFIG = @PKG_CONFIG@
155
 
QTE_NORTTI = @QTE_NORTTI@
156
 
QT_CXXFLAGS = @QT_CXXFLAGS@
157
 
QT_INCLUDES = @QT_INCLUDES@
158
 
QT_LDFLAGS = @QT_LDFLAGS@
159
 
QT_LIBS = @QT_LIBS@
160
 
QT_MT_LDFLAGS = @QT_MT_LDFLAGS@
161
 
QT_MT_LIBS = @QT_MT_LIBS@
162
 
QT_RPATH = @QT_RPATH@
163
 
RANLIB = @RANLIB@
164
 
SETCAP = @SETCAP@
165
 
SET_MAKE = @SET_MAKE@
166
 
SHELL = @SHELL@
167
 
STRIP = @STRIP@
168
 
USE_THREADS = @USE_THREADS@
169
 
VERSION = @VERSION@
170
 
WINDRES = @WINDRES@
171
 
XMKMF = @XMKMF@
172
 
X_CFLAGS = @X_CFLAGS@
173
 
X_EXTRA_LIBS = @X_EXTRA_LIBS@
174
 
X_LIBS = @X_LIBS@
175
 
X_PRE_LIBS = @X_PRE_LIBS@
176
 
abs_builddir = @abs_builddir@
177
 
abs_srcdir = @abs_srcdir@
178
 
abs_top_builddir = @abs_top_builddir@
179
 
abs_top_srcdir = @abs_top_srcdir@
180
 
ac_ct_CC = @ac_ct_CC@
181
 
ac_ct_CXX = @ac_ct_CXX@
182
 
am__include = @am__include@
183
 
am__leading_dot = @am__leading_dot@
184
 
am__quote = @am__quote@
185
 
am__tar = @am__tar@
186
 
am__untar = @am__untar@
187
 
bindir = @bindir@
188
 
build = @build@
189
 
build_alias = @build_alias@
190
 
build_cpu = @build_cpu@
191
 
build_os = @build_os@
192
 
build_vendor = @build_vendor@
193
 
builddir = @builddir@
194
 
datadir = @datadir@
195
 
datarootdir = @datarootdir@
196
 
docdir = @docdir@
197
 
dvidir = @dvidir@
198
 
exec_prefix = @exec_prefix@
199
 
host = @host@
200
 
host_alias = @host_alias@
201
 
host_cpu = @host_cpu@
202
 
host_os = @host_os@
203
 
host_vendor = @host_vendor@
204
 
htmldir = @htmldir@
205
 
includedir = @includedir@
206
 
infodir = @infodir@
207
 
install_sh = @install_sh@
208
 
libdir = @libdir@
209
 
libexecdir = @libexecdir@
210
 
localedir = @localedir@
211
 
localstatedir = @localstatedir@
212
 
mandir = @mandir@
213
 
mkdir_p = @mkdir_p@
214
 
oldincludedir = @oldincludedir@
215
 
pdfdir = @pdfdir@
216
 
prefix = @prefix@
217
 
program_transform_name = @program_transform_name@
218
 
psdir = @psdir@
219
 
qt_includes = @qt_includes@
220
 
qt_libraries = @qt_libraries@
221
 
sbindir = @sbindir@
222
 
sharedstatedir = @sharedstatedir@
223
 
srcdir = @srcdir@
224
 
sysconfdir = @sysconfdir@
225
 
target_alias = @target_alias@
226
 
top_builddir = @top_builddir@
227
 
top_srcdir = @top_srcdir@
228
 
x_libraries = @x_libraries@
229
 
EXTRA_DIST = Manifest
230
 
@BUILD_LIBPINENTRY_CURSES_FALSE@pinentry_curses = 
231
 
@BUILD_LIBPINENTRY_CURSES_TRUE@pinentry_curses = libpinentry-curses.a
232
 
noinst_LIBRARIES = libpinentry.a $(pinentry_curses)
233
 
AM_CPPFLAGS = -I$(top_srcdir)/assuan -I$(top_srcdir)/secmem
234
 
libpinentry_a_SOURCES = pinentry.h pinentry.c
235
 
libpinentry_curses_a_SOURCES = pinentry-curses.h pinentry-curses.c
236
 
all: all-am
237
 
 
238
 
.SUFFIXES:
239
 
.SUFFIXES: .c .o .obj
240
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
241
 
        @for dep in $?; do \
242
 
          case '$(am__configure_deps)' in \
243
 
            *$$dep*) \
244
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
245
 
                && exit 0; \
246
 
              exit 1;; \
247
 
          esac; \
248
 
        done; \
249
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  pinentry/Makefile'; \
250
 
        cd $(top_srcdir) && \
251
 
          $(AUTOMAKE) --gnu  pinentry/Makefile
252
 
.PRECIOUS: Makefile
253
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
254
 
        @case '$?' in \
255
 
          *config.status*) \
256
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
257
 
          *) \
258
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
259
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
260
 
        esac;
261
 
 
262
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
263
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
264
 
 
265
 
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
266
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
267
 
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
268
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
269
 
 
270
 
clean-noinstLIBRARIES:
271
 
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
272
 
libpinentry-curses.a: $(libpinentry_curses_a_OBJECTS) $(libpinentry_curses_a_DEPENDENCIES) 
273
 
        -rm -f libpinentry-curses.a
274
 
        $(libpinentry_curses_a_AR) libpinentry-curses.a $(libpinentry_curses_a_OBJECTS) $(libpinentry_curses_a_LIBADD)
275
 
        $(RANLIB) libpinentry-curses.a
276
 
libpinentry.a: $(libpinentry_a_OBJECTS) $(libpinentry_a_DEPENDENCIES) 
277
 
        -rm -f libpinentry.a
278
 
        $(libpinentry_a_AR) libpinentry.a $(libpinentry_a_OBJECTS) $(libpinentry_a_LIBADD)
279
 
        $(RANLIB) libpinentry.a
280
 
 
281
 
mostlyclean-compile:
282
 
        -rm -f *.$(OBJEXT)
283
 
 
284
 
distclean-compile:
285
 
        -rm -f *.tab.c
286
 
 
287
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pinentry-curses.Po@am__quote@
288
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pinentry.Po@am__quote@
289
 
 
290
 
.c.o:
291
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
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 $<
296
 
 
297
 
.c.obj:
298
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
299
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
300
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
301
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
302
 
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
303
 
 
304
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
305
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
306
 
        unique=`for i in $$list; do \
307
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
308
 
          done | \
309
 
          $(AWK) '    { files[$$0] = 1; } \
310
 
               END { for (i in files) print i; }'`; \
311
 
        mkid -fID $$unique
312
 
tags: TAGS
313
 
 
314
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
315
 
                $(TAGS_FILES) $(LISP)
316
 
        tags=; \
317
 
        here=`pwd`; \
318
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
319
 
        unique=`for i in $$list; do \
320
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
321
 
          done | \
322
 
          $(AWK) '    { files[$$0] = 1; } \
323
 
               END { for (i in files) print i; }'`; \
324
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
325
 
          test -n "$$unique" || unique=$$empty_fix; \
326
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
327
 
            $$tags $$unique; \
328
 
        fi
329
 
ctags: CTAGS
330
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
331
 
                $(TAGS_FILES) $(LISP)
332
 
        tags=; \
333
 
        here=`pwd`; \
334
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
335
 
        unique=`for i in $$list; do \
336
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
337
 
          done | \
338
 
          $(AWK) '    { files[$$0] = 1; } \
339
 
               END { for (i in files) print i; }'`; \
340
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
341
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
342
 
             $$tags $$unique
343
 
 
344
 
GTAGS:
345
 
        here=`$(am__cd) $(top_builddir) && pwd` \
346
 
          && cd $(top_srcdir) \
347
 
          && gtags -i $(GTAGS_ARGS) $$here
348
 
 
349
 
distclean-tags:
350
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
351
 
 
352
 
distdir: $(DISTFILES)
353
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
354
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
355
 
        list='$(DISTFILES)'; \
356
 
          dist_files=`for file in $$list; do echo $$file; done | \
357
 
          sed -e "s|^$$srcdirstrip/||;t" \
358
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
359
 
        case $$dist_files in \
360
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
361
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
362
 
                           sort -u` ;; \
363
 
        esac; \
364
 
        for file in $$dist_files; do \
365
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
366
 
          if test -d $$d/$$file; then \
367
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
368
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
369
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
370
 
            fi; \
371
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
372
 
          else \
373
 
            test -f $(distdir)/$$file \
374
 
            || cp -p $$d/$$file $(distdir)/$$file \
375
 
            || exit 1; \
376
 
          fi; \
377
 
        done
378
 
check-am: all-am
379
 
check: check-am
380
 
all-am: Makefile $(LIBRARIES)
381
 
installdirs:
382
 
install: install-am
383
 
install-exec: install-exec-am
384
 
install-data: install-data-am
385
 
uninstall: uninstall-am
386
 
 
387
 
install-am: all-am
388
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
389
 
 
390
 
installcheck: installcheck-am
391
 
install-strip:
392
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
393
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
394
 
          `test -z '$(STRIP)' || \
395
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
396
 
mostlyclean-generic:
397
 
 
398
 
clean-generic:
399
 
 
400
 
distclean-generic:
401
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
402
 
 
403
 
maintainer-clean-generic:
404
 
        @echo "This command is intended for maintainers to use"
405
 
        @echo "it deletes files that may require special tools to rebuild."
406
 
clean: clean-am
407
 
 
408
 
clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
409
 
 
410
 
distclean: distclean-am
411
 
        -rm -rf ./$(DEPDIR)
412
 
        -rm -f Makefile
413
 
distclean-am: clean-am distclean-compile distclean-generic \
414
 
        distclean-tags
415
 
 
416
 
dvi: dvi-am
417
 
 
418
 
dvi-am:
419
 
 
420
 
html: html-am
421
 
 
422
 
info: info-am
423
 
 
424
 
info-am:
425
 
 
426
 
install-data-am:
427
 
 
428
 
install-dvi: install-dvi-am
429
 
 
430
 
install-exec-am:
431
 
 
432
 
install-html: install-html-am
433
 
 
434
 
install-info: install-info-am
435
 
 
436
 
install-man:
437
 
 
438
 
install-pdf: install-pdf-am
439
 
 
440
 
install-ps: install-ps-am
441
 
 
442
 
installcheck-am:
443
 
 
444
 
maintainer-clean: maintainer-clean-am
445
 
        -rm -rf ./$(DEPDIR)
446
 
        -rm -f Makefile
447
 
maintainer-clean-am: distclean-am maintainer-clean-generic
448
 
 
449
 
mostlyclean: mostlyclean-am
450
 
 
451
 
mostlyclean-am: mostlyclean-compile mostlyclean-generic
452
 
 
453
 
pdf: pdf-am
454
 
 
455
 
pdf-am:
456
 
 
457
 
ps: ps-am
458
 
 
459
 
ps-am:
460
 
 
461
 
uninstall-am:
462
 
 
463
 
.MAKE: install-am install-strip
464
 
 
465
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
466
 
        clean-noinstLIBRARIES ctags distclean distclean-compile \
467
 
        distclean-generic distclean-tags distdir dvi dvi-am html \
468
 
        html-am info info-am install install-am install-data \
469
 
        install-data-am install-dvi install-dvi-am install-exec \
470
 
        install-exec-am install-html install-html-am install-info \
471
 
        install-info-am install-man install-pdf install-pdf-am \
472
 
        install-ps install-ps-am install-strip installcheck \
473
 
        installcheck-am installdirs maintainer-clean \
474
 
        maintainer-clean-generic mostlyclean mostlyclean-compile \
475
 
        mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
476
 
        uninstall-am
477
 
 
478
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
479
 
# Otherwise a system limit (for SysV at least) may be exceeded.
480
 
.NOEXPORT: