~x2go/x2go/pinentry-x2go_build-main

« back to all changes in this revision

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