~x2go/x2go/pinentry-x2go_master

« back to all changes in this revision

Viewing changes to curses/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
 
# Makefile.am - PIN entry curses frontend.
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
 
bin_PROGRAMS = pinentry-curses$(EXEEXT)
55
 
subdir = curses
56
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
57
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
58
 
am__aclocal_m4_deps = $(top_srcdir)/m4/curses.m4 \
59
 
        $(top_srcdir)/m4/glib.m4 $(top_srcdir)/m4/gtk.m4 \
60
 
        $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/qt.m4 \
61
 
        $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
62
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
63
 
        $(ACLOCAL_M4)
64
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
65
 
CONFIG_HEADER = $(top_builddir)/config.h
66
 
CONFIG_CLEAN_FILES =
67
 
am__installdirs = "$(DESTDIR)$(bindir)"
68
 
binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
69
 
PROGRAMS = $(bin_PROGRAMS)
70
 
am_pinentry_curses_OBJECTS = pinentry-curses.$(OBJEXT)
71
 
pinentry_curses_OBJECTS = $(am_pinentry_curses_OBJECTS)
72
 
pinentry_curses_LDADD = $(LDADD)
73
 
am__DEPENDENCIES_1 =
74
 
pinentry_curses_DEPENDENCIES = ../pinentry/libpinentry.a \
75
 
        ../pinentry/libpinentry-curses.a ../assuan/libassuan.a \
76
 
        ../secmem/libsecmem.a $(am__DEPENDENCIES_1) \
77
 
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
78
 
DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
79
 
depcomp = $(SHELL) $(top_srcdir)/depcomp
80
 
am__depfiles_maybe = depfiles
81
 
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
82
 
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
83
 
CCLD = $(CC)
84
 
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
85
 
SOURCES = $(pinentry_curses_SOURCES)
86
 
DIST_SOURCES = $(pinentry_curses_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
 
AM_CPPFLAGS = $(NCURSES_INCLUDE) -I$(top_srcdir)/pinentry
231
 
LDADD = ../pinentry/libpinentry.a ../pinentry/libpinentry-curses.a \
232
 
        ../assuan/libassuan.a ../secmem/libsecmem.a \
233
 
        $(LIBCAP) $(LIBCURSES) $(LIBICONV)
234
 
 
235
 
pinentry_curses_SOURCES = 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  curses/Makefile'; \
250
 
        cd $(top_srcdir) && \
251
 
          $(AUTOMAKE) --gnu  curses/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
 
install-binPROGRAMS: $(bin_PROGRAMS)
270
 
        @$(NORMAL_INSTALL)
271
 
        test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
272
 
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
273
 
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
274
 
          if test -f $$p \
275
 
          ; then \
276
 
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
277
 
           echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
278
 
           $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
279
 
          else :; fi; \
280
 
        done
281
 
 
282
 
uninstall-binPROGRAMS:
283
 
        @$(NORMAL_UNINSTALL)
284
 
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
285
 
          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
286
 
          echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
287
 
          rm -f "$(DESTDIR)$(bindir)/$$f"; \
288
 
        done
289
 
 
290
 
clean-binPROGRAMS:
291
 
        -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
292
 
pinentry-curses$(EXEEXT): $(pinentry_curses_OBJECTS) $(pinentry_curses_DEPENDENCIES) 
293
 
        @rm -f pinentry-curses$(EXEEXT)
294
 
        $(LINK) $(pinentry_curses_OBJECTS) $(pinentry_curses_LDADD) $(LIBS)
295
 
 
296
 
mostlyclean-compile:
297
 
        -rm -f *.$(OBJEXT)
298
 
 
299
 
distclean-compile:
300
 
        -rm -f *.tab.c
301
 
 
302
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pinentry-curses.Po@am__quote@
303
 
 
304
 
.c.o:
305
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
306
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
307
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
308
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
309
 
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
310
 
 
311
 
.c.obj:
312
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
313
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
314
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
315
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
316
 
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
317
 
 
318
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
319
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
320
 
        unique=`for i in $$list; do \
321
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
322
 
          done | \
323
 
          $(AWK) '    { files[$$0] = 1; } \
324
 
               END { for (i in files) print i; }'`; \
325
 
        mkid -fID $$unique
326
 
tags: TAGS
327
 
 
328
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
329
 
                $(TAGS_FILES) $(LISP)
330
 
        tags=; \
331
 
        here=`pwd`; \
332
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
333
 
        unique=`for i in $$list; do \
334
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
335
 
          done | \
336
 
          $(AWK) '    { files[$$0] = 1; } \
337
 
               END { for (i in files) print i; }'`; \
338
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
339
 
          test -n "$$unique" || unique=$$empty_fix; \
340
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
341
 
            $$tags $$unique; \
342
 
        fi
343
 
ctags: CTAGS
344
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
345
 
                $(TAGS_FILES) $(LISP)
346
 
        tags=; \
347
 
        here=`pwd`; \
348
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
349
 
        unique=`for i in $$list; do \
350
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
351
 
          done | \
352
 
          $(AWK) '    { files[$$0] = 1; } \
353
 
               END { for (i in files) print i; }'`; \
354
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
355
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
356
 
             $$tags $$unique
357
 
 
358
 
GTAGS:
359
 
        here=`$(am__cd) $(top_builddir) && pwd` \
360
 
          && cd $(top_srcdir) \
361
 
          && gtags -i $(GTAGS_ARGS) $$here
362
 
 
363
 
distclean-tags:
364
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
365
 
 
366
 
distdir: $(DISTFILES)
367
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
368
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
369
 
        list='$(DISTFILES)'; \
370
 
          dist_files=`for file in $$list; do echo $$file; done | \
371
 
          sed -e "s|^$$srcdirstrip/||;t" \
372
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
373
 
        case $$dist_files in \
374
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
375
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
376
 
                           sort -u` ;; \
377
 
        esac; \
378
 
        for file in $$dist_files; do \
379
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
380
 
          if test -d $$d/$$file; then \
381
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
382
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
383
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
384
 
            fi; \
385
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
386
 
          else \
387
 
            test -f $(distdir)/$$file \
388
 
            || cp -p $$d/$$file $(distdir)/$$file \
389
 
            || exit 1; \
390
 
          fi; \
391
 
        done
392
 
check-am: all-am
393
 
check: check-am
394
 
all-am: Makefile $(PROGRAMS)
395
 
installdirs:
396
 
        for dir in "$(DESTDIR)$(bindir)"; do \
397
 
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
398
 
        done
399
 
install: install-am
400
 
install-exec: install-exec-am
401
 
install-data: install-data-am
402
 
uninstall: uninstall-am
403
 
 
404
 
install-am: all-am
405
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
406
 
 
407
 
installcheck: installcheck-am
408
 
install-strip:
409
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
410
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
411
 
          `test -z '$(STRIP)' || \
412
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
413
 
mostlyclean-generic:
414
 
 
415
 
clean-generic:
416
 
 
417
 
distclean-generic:
418
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
419
 
 
420
 
maintainer-clean-generic:
421
 
        @echo "This command is intended for maintainers to use"
422
 
        @echo "it deletes files that may require special tools to rebuild."
423
 
clean: clean-am
424
 
 
425
 
clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
426
 
 
427
 
distclean: distclean-am
428
 
        -rm -rf ./$(DEPDIR)
429
 
        -rm -f Makefile
430
 
distclean-am: clean-am distclean-compile distclean-generic \
431
 
        distclean-tags
432
 
 
433
 
dvi: dvi-am
434
 
 
435
 
dvi-am:
436
 
 
437
 
html: html-am
438
 
 
439
 
info: info-am
440
 
 
441
 
info-am:
442
 
 
443
 
install-data-am:
444
 
 
445
 
install-dvi: install-dvi-am
446
 
 
447
 
install-exec-am: install-binPROGRAMS
448
 
 
449
 
install-html: install-html-am
450
 
 
451
 
install-info: install-info-am
452
 
 
453
 
install-man:
454
 
 
455
 
install-pdf: install-pdf-am
456
 
 
457
 
install-ps: install-ps-am
458
 
 
459
 
installcheck-am:
460
 
 
461
 
maintainer-clean: maintainer-clean-am
462
 
        -rm -rf ./$(DEPDIR)
463
 
        -rm -f Makefile
464
 
maintainer-clean-am: distclean-am maintainer-clean-generic
465
 
 
466
 
mostlyclean: mostlyclean-am
467
 
 
468
 
mostlyclean-am: mostlyclean-compile mostlyclean-generic
469
 
 
470
 
pdf: pdf-am
471
 
 
472
 
pdf-am:
473
 
 
474
 
ps: ps-am
475
 
 
476
 
ps-am:
477
 
 
478
 
uninstall-am: uninstall-binPROGRAMS
479
 
 
480
 
.MAKE: install-am install-strip
481
 
 
482
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
483
 
        clean-generic ctags distclean distclean-compile \
484
 
        distclean-generic distclean-tags distdir dvi dvi-am html \
485
 
        html-am info info-am install install-am install-binPROGRAMS \
486
 
        install-data install-data-am install-dvi install-dvi-am \
487
 
        install-exec install-exec-am install-html install-html-am \
488
 
        install-info install-info-am install-man install-pdf \
489
 
        install-pdf-am install-ps install-ps-am install-strip \
490
 
        installcheck installcheck-am installdirs maintainer-clean \
491
 
        maintainer-clean-generic mostlyclean mostlyclean-compile \
492
 
        mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
493
 
        uninstall-am uninstall-binPROGRAMS
494
 
 
495
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
496
 
# Otherwise a system limit (for SysV at least) may be exceeded.
497
 
.NOEXPORT: