~ubuntu-branches/ubuntu/raring/frame/raring

« back to all changes in this revision

Viewing changes to tools/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Francis Ginther
  • Date: 2012-07-27 10:36:59 UTC
  • Revision ID: package-import@ubuntu.com-20120727103659-lzgo2n21df0g4udi
Tags: upstream-2.2.4
ImportĀ upstreamĀ versionĀ 2.2.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.11.5 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
 
6
# Foundation, Inc.
 
7
# This Makefile.in is free software; the Free Software Foundation
 
8
# gives unlimited permission to copy and/or distribute it,
 
9
# with or without modifications, as long as this notice is preserved.
 
10
 
 
11
# This program is distributed in the hope that it will be useful,
 
12
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
13
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
14
# PARTICULAR PURPOSE.
 
15
 
 
16
@SET_MAKE@
 
17
 
 
18
VPATH = @srcdir@
 
19
am__make_dryrun = \
 
20
  { \
 
21
    am__dry=no; \
 
22
    case $$MAKEFLAGS in \
 
23
      *\\[\ \   ]*) \
 
24
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
 
25
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
 
26
      *) \
 
27
        for am__flg in $$MAKEFLAGS; do \
 
28
          case $$am__flg in \
 
29
            *=*|--*) ;; \
 
30
            *n*) am__dry=yes; break;; \
 
31
          esac; \
 
32
        done;; \
 
33
    esac; \
 
34
    test $$am__dry = yes; \
 
35
  }
 
36
pkgdatadir = $(datadir)/@PACKAGE@
 
37
pkgincludedir = $(includedir)/@PACKAGE@
 
38
pkglibdir = $(libdir)/@PACKAGE@
 
39
pkglibexecdir = $(libexecdir)/@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 = frame-test-x11$(EXEEXT)
 
55
subdir = tools
 
56
DIST_COMMON = $(dist_man_MANS) $(srcdir)/Makefile.am \
 
57
        $(srcdir)/Makefile.in
 
58
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
59
am__aclocal_m4_deps = $(top_srcdir)/m4/gcov.m4 \
 
60
        $(top_srcdir)/m4/gtest.m4 $(top_srcdir)/m4/libtool.m4 \
 
61
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
 
62
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
 
63
        $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/xorg-gtest.m4 \
 
64
        $(top_srcdir)/m4/xorg-macros.m4 $(top_srcdir)/configure.ac
 
65
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
66
        $(ACLOCAL_M4)
 
67
mkinstalldirs = $(install_sh) -d
 
68
CONFIG_HEADER = $(top_builddir)/config.h
 
69
CONFIG_CLEAN_FILES =
 
70
CONFIG_CLEAN_VPATH_FILES =
 
71
am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"
 
72
PROGRAMS = $(bin_PROGRAMS)
 
73
am_frame_test_x11_OBJECTS = frame-test-x11.$(OBJEXT) device.$(OBJEXT) \
 
74
        frame.$(OBJEXT) touch.$(OBJEXT)
 
75
frame_test_x11_OBJECTS = $(am_frame_test_x11_OBJECTS)
 
76
am__DEPENDENCIES_1 =
 
77
frame_test_x11_DEPENDENCIES = $(am__DEPENDENCIES_1) \
 
78
        $(top_builddir)/src/libframe.la $(am__DEPENDENCIES_1) \
 
79
        $(am__DEPENDENCIES_1)
 
80
AM_V_lt = $(am__v_lt_@AM_V@)
 
81
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
 
82
am__v_lt_0 = --silent
 
83
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
 
84
depcomp = $(SHELL) $(top_srcdir)/config-aux/depcomp
 
85
am__depfiles_maybe = depfiles
 
86
am__mv = mv -f
 
87
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
88
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
89
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
90
        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
 
91
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
92
        $(AM_CFLAGS) $(CFLAGS)
 
93
AM_V_CC = $(am__v_CC_@AM_V@)
 
94
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
 
95
am__v_CC_0 = @echo "  CC    " $@;
 
96
AM_V_at = $(am__v_at_@AM_V@)
 
97
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
98
am__v_at_0 = @
 
99
CCLD = $(CC)
 
100
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
101
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
102
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
103
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
 
104
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
 
105
am__v_CCLD_0 = @echo "  CCLD  " $@;
 
106
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
107
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
108
am__v_GEN_0 = @echo "  GEN   " $@;
 
109
SOURCES = $(frame_test_x11_SOURCES)
 
110
DIST_SOURCES = $(frame_test_x11_SOURCES)
 
111
am__can_run_installinfo = \
 
112
  case $$AM_UPDATE_INFO_DIR in \
 
113
    n|no|NO) false;; \
 
114
    *) (install-info --version) >/dev/null 2>&1;; \
 
115
  esac
 
116
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
117
am__vpath_adj = case $$p in \
 
118
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
119
    *) f=$$p;; \
 
120
  esac;
 
121
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
122
am__install_max = 40
 
123
am__nobase_strip_setup = \
 
124
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
125
am__nobase_strip = \
 
126
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
127
am__nobase_list = $(am__nobase_strip_setup); \
 
128
  for p in $$list; do echo "$$p $$p"; done | \
 
129
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
130
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
131
    if (++n[$$2] == $(am__install_max)) \
 
132
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
133
    END { for (dir in files) print dir, files[dir] }'
 
134
am__base_list = \
 
135
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
136
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
137
am__uninstall_files_from_dir = { \
 
138
  test -z "$$files" \
 
139
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
140
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
141
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
142
  }
 
143
man1dir = $(mandir)/man1
 
144
NROFF = nroff
 
145
MANS = $(dist_man_MANS)
 
146
ETAGS = etags
 
147
CTAGS = ctags
 
148
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
149
ACLOCAL = @ACLOCAL@
 
150
AMTAR = @AMTAR@
 
151
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 
152
AR = @AR@
 
153
ASCIIDOC = @ASCIIDOC@
 
154
AUTOCONF = @AUTOCONF@
 
155
AUTOHEADER = @AUTOHEADER@
 
156
AUTOMAKE = @AUTOMAKE@
 
157
AWK = @AWK@
 
158
BASE_CXXFLAGS = @BASE_CXXFLAGS@
 
159
C11_CFLAGS = @C11_CFLAGS@
 
160
CC = @CC@
 
161
CCDEPMODE = @CCDEPMODE@
 
162
CFLAGS = @CFLAGS@
 
163
COVERAGE_CFLAGS = @COVERAGE_CFLAGS@
 
164
COVERAGE_CXXFLAGS = @COVERAGE_CXXFLAGS@
 
165
COVERAGE_LIBS = @COVERAGE_LIBS@
 
166
CPP = @CPP@
 
167
CPPFLAGS = @CPPFLAGS@
 
168
CWARNFLAGS = @CWARNFLAGS@
 
169
CXX = @CXX@
 
170
CXX11_CXXFLAGS = @CXX11_CXXFLAGS@
 
171
CXXCPP = @CXXCPP@
 
172
CXXDEPMODE = @CXXDEPMODE@
 
173
CXXFLAGS = @CXXFLAGS@
 
174
CXX_LIBS = @CXX_LIBS@
 
175
CYGPATH_W = @CYGPATH_W@
 
176
DEFS = @DEFS@
 
177
DEPDIR = @DEPDIR@
 
178
DLLTOOL = @DLLTOOL@
 
179
DSYMUTIL = @DSYMUTIL@
 
180
DUMPBIN = @DUMPBIN@
 
181
ECHO_C = @ECHO_C@
 
182
ECHO_N = @ECHO_N@
 
183
ECHO_T = @ECHO_T@
 
184
EGREP = @EGREP@
 
185
EVEMU_CFLAGS = @EVEMU_CFLAGS@
 
186
EVEMU_LIBS = @EVEMU_LIBS@
 
187
EXEEXT = @EXEEXT@
 
188
FGREP = @FGREP@
 
189
GCOVR = @GCOVR@
 
190
GCOVR_verbose = @GCOVR_verbose@
 
191
GCOVR_verbose_ = @GCOVR_verbose_@
 
192
GCOVR_verbose_0 = @GCOVR_verbose_0@
 
193
GCOVR_verbose_1 = @GCOVR_verbose_1@
 
194
GENHTML = @GENHTML@
 
195
GENHTML_verbose = @GENHTML_verbose@
 
196
GENHTML_verbose_ = @GENHTML_verbose_@
 
197
GENHTML_verbose_0 = @GENHTML_verbose_0@
 
198
GENHTML_verbose_1 = @GENHTML_verbose_1@
 
199
GREP = @GREP@
 
200
GTEST_CPPFLAGS = @GTEST_CPPFLAGS@
 
201
GTEST_CXXFLAGS = @GTEST_CXXFLAGS@
 
202
GTEST_LDFLAGS = @GTEST_LDFLAGS@
 
203
GTEST_LIBS = @GTEST_LIBS@
 
204
GTEST_SOURCE = @GTEST_SOURCE@
 
205
INSTALL = @INSTALL@
 
206
INSTALL_DATA = @INSTALL_DATA@
 
207
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
208
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
209
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
210
LCOV = @LCOV@
 
211
LCOV_verbose = @LCOV_verbose@
 
212
LCOV_verbose_ = @LCOV_verbose_@
 
213
LCOV_verbose_0 = @LCOV_verbose_0@
 
214
LCOV_verbose_1 = @LCOV_verbose_1@
 
215
LD = @LD@
 
216
LDFLAGS = @LDFLAGS@
 
217
LIBOBJS = @LIBOBJS@
 
218
LIBS = @LIBS@
 
219
LIBTOOL = @LIBTOOL@
 
220
LIB_VERSION = @LIB_VERSION@
 
221
LIPO = @LIPO@
 
222
LN_S = @LN_S@
 
223
LTLIBOBJS = @LTLIBOBJS@
 
224
MAINT = @MAINT@
 
225
MAKEINFO = @MAKEINFO@
 
226
MANIFEST_TOOL = @MANIFEST_TOOL@
 
227
MKDIR_P = @MKDIR_P@
 
228
NM = @NM@
 
229
NMEDIT = @NMEDIT@
 
230
OBJDUMP = @OBJDUMP@
 
231
OBJEXT = @OBJEXT@
 
232
OTOOL = @OTOOL@
 
233
OTOOL64 = @OTOOL64@
 
234
PACKAGE = @PACKAGE@
 
235
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
236
PACKAGE_NAME = @PACKAGE_NAME@
 
237
PACKAGE_STRING = @PACKAGE_STRING@
 
238
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
239
PACKAGE_URL = @PACKAGE_URL@
 
240
PACKAGE_VERSION = @PACKAGE_VERSION@
 
241
PATH_SEPARATOR = @PATH_SEPARATOR@
 
242
PKG_CONFIG = @PKG_CONFIG@
 
243
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
244
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 
245
RANLIB = @RANLIB@
 
246
SED = @SED@
 
247
SET_MAKE = @SET_MAKE@
 
248
SHELL = @SHELL@
 
249
SHTOOL = @SHTOOL@
 
250
STRICT_CXXFLAGS = @STRICT_CXXFLAGS@
 
251
STRIP = @STRIP@
 
252
SUDO = @SUDO@
 
253
VERSION = @VERSION@
 
254
VISIBILITY_CFLAGS = @VISIBILITY_CFLAGS@
 
255
VISIBILITY_CXXFLAGS = @VISIBILITY_CXXFLAGS@
 
256
WARNING_CPPFLAGS = @WARNING_CPPFLAGS@
 
257
X11_CFLAGS = @X11_CFLAGS@
 
258
X11_LIBS = @X11_LIBS@
 
259
XINPUT_CFLAGS = @XINPUT_CFLAGS@
 
260
XINPUT_LIBS = @XINPUT_LIBS@
 
261
XORG_GTEST_CPPFLAGS = @XORG_GTEST_CPPFLAGS@
 
262
XORG_GTEST_SOURCE = @XORG_GTEST_SOURCE@
 
263
abs_builddir = @abs_builddir@
 
264
abs_srcdir = @abs_srcdir@
 
265
abs_top_builddir = @abs_top_builddir@
 
266
abs_top_srcdir = @abs_top_srcdir@
 
267
ac_ct_AR = @ac_ct_AR@
 
268
ac_ct_CC = @ac_ct_CC@
 
269
ac_ct_CXX = @ac_ct_CXX@
 
270
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
271
am__include = @am__include@
 
272
am__leading_dot = @am__leading_dot@
 
273
am__quote = @am__quote@
 
274
am__tar = @am__tar@
 
275
am__untar = @am__untar@
 
276
bindir = @bindir@
 
277
build = @build@
 
278
build_alias = @build_alias@
 
279
build_cpu = @build_cpu@
 
280
build_os = @build_os@
 
281
build_vendor = @build_vendor@
 
282
builddir = @builddir@
 
283
datadir = @datadir@
 
284
datarootdir = @datarootdir@
 
285
docdir = @docdir@
 
286
dvidir = @dvidir@
 
287
exec_prefix = @exec_prefix@
 
288
host = @host@
 
289
host_alias = @host_alias@
 
290
host_cpu = @host_cpu@
 
291
host_os = @host_os@
 
292
host_vendor = @host_vendor@
 
293
htmldir = @htmldir@
 
294
includedir = @includedir@
 
295
infodir = @infodir@
 
296
install_sh = @install_sh@
 
297
libdir = @libdir@
 
298
libexecdir = @libexecdir@
 
299
localedir = @localedir@
 
300
localstatedir = @localstatedir@
 
301
mandir = @mandir@
 
302
mkdir_p = @mkdir_p@
 
303
oldincludedir = @oldincludedir@
 
304
pdfdir = @pdfdir@
 
305
prefix = @prefix@
 
306
program_transform_name = @program_transform_name@
 
307
psdir = @psdir@
 
308
sbindir = @sbindir@
 
309
sharedstatedir = @sharedstatedir@
 
310
srcdir = @srcdir@
 
311
sysconfdir = @sysconfdir@
 
312
target_alias = @target_alias@
 
313
top_build_prefix = @top_build_prefix@
 
314
top_builddir = @top_builddir@
 
315
top_srcdir = @top_srcdir@
 
316
AM_CPPFLAGS = -I$(top_srcdir)/include/ $(WARNING_CPPFLAGS)
 
317
AM_CFLAGS = $(C11_CFLAGS) $(COVERAGE_CFLAGS) $(XINPUT_CFLAGS)
 
318
commondir = common
 
319
frame_test_x11_SOURCES = frame-test-x11.c \
 
320
        common/device.c \
 
321
        common/device.h \
 
322
        common/frame.c \
 
323
        common/frame.h \
 
324
        common/touch.c \
 
325
        common/touch.h \
 
326
        frame-test-x11.txt
 
327
 
 
328
frame_test_x11_LDADD = \
 
329
        $(XINPUT_LIBS) \
 
330
        $(top_builddir)/src/libframe.la \
 
331
        $(COVERAGE_LIBS) \
 
332
        $(CXX_LIBS)
 
333
 
 
334
local_manpages = frame-test-x11.1
 
335
@HAVE_DOCTOOLS_TRUE@dist_man_MANS = $(local_manpages)
 
336
@HAVE_DOCTOOLS_TRUE@CLEANFILES = $(dist_man_MANS)
 
337
all: all-am
 
338
 
 
339
.SUFFIXES:
 
340
.SUFFIXES: .c .lo .o .obj
 
341
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
342
        @for dep in $?; do \
 
343
          case '$(am__configure_deps)' in \
 
344
            *$$dep*) \
 
345
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
346
                && { if test -f $@; then exit 0; else break; fi; }; \
 
347
              exit 1;; \
 
348
          esac; \
 
349
        done; \
 
350
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tools/Makefile'; \
 
351
        $(am__cd) $(top_srcdir) && \
 
352
          $(AUTOMAKE) --foreign tools/Makefile
 
353
.PRECIOUS: Makefile
 
354
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
355
        @case '$?' in \
 
356
          *config.status*) \
 
357
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
358
          *) \
 
359
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
360
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
361
        esac;
 
362
 
 
363
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
364
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
365
 
 
366
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
367
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
368
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
369
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
370
$(am__aclocal_m4_deps):
 
371
install-binPROGRAMS: $(bin_PROGRAMS)
 
372
        @$(NORMAL_INSTALL)
 
373
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
 
374
        if test -n "$$list"; then \
 
375
          echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
 
376
          $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
 
377
        fi; \
 
378
        for p in $$list; do echo "$$p $$p"; done | \
 
379
        sed 's/$(EXEEXT)$$//' | \
 
380
        while read p p1; do if test -f $$p || test -f $$p1; \
 
381
          then echo "$$p"; echo "$$p"; else :; fi; \
 
382
        done | \
 
383
        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
 
384
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
 
385
        sed 'N;N;N;s,\n, ,g' | \
 
386
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
 
387
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
 
388
            if ($$2 == $$4) files[d] = files[d] " " $$1; \
 
389
            else { print "f", $$3 "/" $$4, $$1; } } \
 
390
          END { for (d in files) print "f", d, files[d] }' | \
 
391
        while read type dir files; do \
 
392
            if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
 
393
            test -z "$$files" || { \
 
394
            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
 
395
            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
 
396
            } \
 
397
        ; done
 
398
 
 
399
uninstall-binPROGRAMS:
 
400
        @$(NORMAL_UNINSTALL)
 
401
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
 
402
        files=`for p in $$list; do echo "$$p"; done | \
 
403
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
 
404
              -e 's/$$/$(EXEEXT)/' `; \
 
405
        test -n "$$list" || exit 0; \
 
406
        echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
 
407
        cd "$(DESTDIR)$(bindir)" && rm -f $$files
 
408
 
 
409
clean-binPROGRAMS:
 
410
        @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
 
411
        echo " rm -f" $$list; \
 
412
        rm -f $$list || exit $$?; \
 
413
        test -n "$(EXEEXT)" || exit 0; \
 
414
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 
415
        echo " rm -f" $$list; \
 
416
        rm -f $$list
 
417
frame-test-x11$(EXEEXT): $(frame_test_x11_OBJECTS) $(frame_test_x11_DEPENDENCIES) $(EXTRA_frame_test_x11_DEPENDENCIES) 
 
418
        @rm -f frame-test-x11$(EXEEXT)
 
419
        $(AM_V_CCLD)$(LINK) $(frame_test_x11_OBJECTS) $(frame_test_x11_LDADD) $(LIBS)
 
420
 
 
421
mostlyclean-compile:
 
422
        -rm -f *.$(OBJEXT)
 
423
 
 
424
distclean-compile:
 
425
        -rm -f *.tab.c
 
426
 
 
427
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/device.Po@am__quote@
 
428
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/frame-test-x11.Po@am__quote@
 
429
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/frame.Po@am__quote@
 
430
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/touch.Po@am__quote@
 
431
 
 
432
.c.o:
 
433
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
434
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
435
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
436
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
437
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c $<
 
438
 
 
439
.c.obj:
 
440
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
441
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
442
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
443
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
444
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
 
445
 
 
446
.c.lo:
 
447
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
448
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
449
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
450
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
451
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
 
452
 
 
453
device.o: common/device.c
 
454
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT device.o -MD -MP -MF $(DEPDIR)/device.Tpo -c -o device.o `test -f 'common/device.c' || echo '$(srcdir)/'`common/device.c
 
455
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/device.Tpo $(DEPDIR)/device.Po
 
456
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='common/device.c' object='device.o' libtool=no @AMDEPBACKSLASH@
 
457
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
458
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o device.o `test -f 'common/device.c' || echo '$(srcdir)/'`common/device.c
 
459
 
 
460
device.obj: common/device.c
 
461
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT device.obj -MD -MP -MF $(DEPDIR)/device.Tpo -c -o device.obj `if test -f 'common/device.c'; then $(CYGPATH_W) 'common/device.c'; else $(CYGPATH_W) '$(srcdir)/common/device.c'; fi`
 
462
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/device.Tpo $(DEPDIR)/device.Po
 
463
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='common/device.c' object='device.obj' libtool=no @AMDEPBACKSLASH@
 
464
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
465
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o device.obj `if test -f 'common/device.c'; then $(CYGPATH_W) 'common/device.c'; else $(CYGPATH_W) '$(srcdir)/common/device.c'; fi`
 
466
 
 
467
frame.o: common/frame.c
 
468
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT frame.o -MD -MP -MF $(DEPDIR)/frame.Tpo -c -o frame.o `test -f 'common/frame.c' || echo '$(srcdir)/'`common/frame.c
 
469
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/frame.Tpo $(DEPDIR)/frame.Po
 
470
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='common/frame.c' object='frame.o' libtool=no @AMDEPBACKSLASH@
 
471
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
472
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o frame.o `test -f 'common/frame.c' || echo '$(srcdir)/'`common/frame.c
 
473
 
 
474
frame.obj: common/frame.c
 
475
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT frame.obj -MD -MP -MF $(DEPDIR)/frame.Tpo -c -o frame.obj `if test -f 'common/frame.c'; then $(CYGPATH_W) 'common/frame.c'; else $(CYGPATH_W) '$(srcdir)/common/frame.c'; fi`
 
476
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/frame.Tpo $(DEPDIR)/frame.Po
 
477
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='common/frame.c' object='frame.obj' libtool=no @AMDEPBACKSLASH@
 
478
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
479
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o frame.obj `if test -f 'common/frame.c'; then $(CYGPATH_W) 'common/frame.c'; else $(CYGPATH_W) '$(srcdir)/common/frame.c'; fi`
 
480
 
 
481
touch.o: common/touch.c
 
482
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT touch.o -MD -MP -MF $(DEPDIR)/touch.Tpo -c -o touch.o `test -f 'common/touch.c' || echo '$(srcdir)/'`common/touch.c
 
483
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/touch.Tpo $(DEPDIR)/touch.Po
 
484
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='common/touch.c' object='touch.o' libtool=no @AMDEPBACKSLASH@
 
485
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
486
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o touch.o `test -f 'common/touch.c' || echo '$(srcdir)/'`common/touch.c
 
487
 
 
488
touch.obj: common/touch.c
 
489
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT touch.obj -MD -MP -MF $(DEPDIR)/touch.Tpo -c -o touch.obj `if test -f 'common/touch.c'; then $(CYGPATH_W) 'common/touch.c'; else $(CYGPATH_W) '$(srcdir)/common/touch.c'; fi`
 
490
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/touch.Tpo $(DEPDIR)/touch.Po
 
491
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='common/touch.c' object='touch.obj' libtool=no @AMDEPBACKSLASH@
 
492
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
493
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o touch.obj `if test -f 'common/touch.c'; then $(CYGPATH_W) 'common/touch.c'; else $(CYGPATH_W) '$(srcdir)/common/touch.c'; fi`
 
494
 
 
495
mostlyclean-libtool:
 
496
        -rm -f *.lo
 
497
 
 
498
clean-libtool:
 
499
        -rm -rf .libs _libs
 
500
install-man1: $(dist_man_MANS)
 
501
        @$(NORMAL_INSTALL)
 
502
        @list1=''; \
 
503
        list2='$(dist_man_MANS)'; \
 
504
        test -n "$(man1dir)" \
 
505
          && test -n "`echo $$list1$$list2`" \
 
506
          || exit 0; \
 
507
        echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
 
508
        $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
 
509
        { for i in $$list1; do echo "$$i"; done;  \
 
510
        if test -n "$$list2"; then \
 
511
          for i in $$list2; do echo "$$i"; done \
 
512
            | sed -n '/\.1[a-z]*$$/p'; \
 
513
        fi; \
 
514
        } | while read p; do \
 
515
          if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
 
516
          echo "$$d$$p"; echo "$$p"; \
 
517
        done | \
 
518
        sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
 
519
              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
 
520
        sed 'N;N;s,\n, ,g' | { \
 
521
        list=; while read file base inst; do \
 
522
          if test "$$base" = "$$inst"; then list="$$list $$file"; else \
 
523
            echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
 
524
            $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
 
525
          fi; \
 
526
        done; \
 
527
        for i in $$list; do echo "$$i"; done | $(am__base_list) | \
 
528
        while read files; do \
 
529
          test -z "$$files" || { \
 
530
            echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
 
531
            $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
 
532
        done; }
 
533
 
 
534
uninstall-man1:
 
535
        @$(NORMAL_UNINSTALL)
 
536
        @list=''; test -n "$(man1dir)" || exit 0; \
 
537
        files=`{ for i in $$list; do echo "$$i"; done; \
 
538
        l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \
 
539
          sed -n '/\.1[a-z]*$$/p'; \
 
540
        } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
 
541
              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
 
542
        dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
 
543
 
 
544
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
545
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
546
        unique=`for i in $$list; do \
 
547
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
548
          done | \
 
549
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
550
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
551
        mkid -fID $$unique
 
552
tags: TAGS
 
553
 
 
554
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
555
                $(TAGS_FILES) $(LISP)
 
556
        set x; \
 
557
        here=`pwd`; \
 
558
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
559
        unique=`for i in $$list; do \
 
560
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
561
          done | \
 
562
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
563
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
564
        shift; \
 
565
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
566
          test -n "$$unique" || unique=$$empty_fix; \
 
567
          if test $$# -gt 0; then \
 
568
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
569
              "$$@" $$unique; \
 
570
          else \
 
571
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
572
              $$unique; \
 
573
          fi; \
 
574
        fi
 
575
ctags: CTAGS
 
576
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
577
                $(TAGS_FILES) $(LISP)
 
578
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
579
        unique=`for i in $$list; do \
 
580
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
581
          done | \
 
582
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
583
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
584
        test -z "$(CTAGS_ARGS)$$unique" \
 
585
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
586
             $$unique
 
587
 
 
588
GTAGS:
 
589
        here=`$(am__cd) $(top_builddir) && pwd` \
 
590
          && $(am__cd) $(top_srcdir) \
 
591
          && gtags -i $(GTAGS_ARGS) "$$here"
 
592
 
 
593
distclean-tags:
 
594
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
595
 
 
596
distdir: $(DISTFILES)
 
597
        @list='$(MANS)'; if test -n "$$list"; then \
 
598
          list=`for p in $$list; do \
 
599
            if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
 
600
            if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
 
601
          if test -n "$$list" && \
 
602
            grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
 
603
            echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
 
604
            grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
 
605
            echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
 
606
            echo "       typically \`make maintainer-clean' will remove them" >&2; \
 
607
            exit 1; \
 
608
          else :; fi; \
 
609
        else :; fi
 
610
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
611
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
612
        list='$(DISTFILES)'; \
 
613
          dist_files=`for file in $$list; do echo $$file; done | \
 
614
          sed -e "s|^$$srcdirstrip/||;t" \
 
615
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
616
        case $$dist_files in \
 
617
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
618
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
619
                           sort -u` ;; \
 
620
        esac; \
 
621
        for file in $$dist_files; do \
 
622
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
623
          if test -d $$d/$$file; then \
 
624
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
625
            if test -d "$(distdir)/$$file"; then \
 
626
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
627
            fi; \
 
628
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
629
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
630
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
631
            fi; \
 
632
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
633
          else \
 
634
            test -f "$(distdir)/$$file" \
 
635
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
636
            || exit 1; \
 
637
          fi; \
 
638
        done
 
639
check-am: all-am
 
640
check: check-am
 
641
all-am: Makefile $(PROGRAMS) $(MANS)
 
642
installdirs:
 
643
        for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"; do \
 
644
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
645
        done
 
646
install: install-am
 
647
install-exec: install-exec-am
 
648
install-data: install-data-am
 
649
uninstall: uninstall-am
 
650
 
 
651
install-am: all-am
 
652
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
653
 
 
654
installcheck: installcheck-am
 
655
install-strip:
 
656
        if test -z '$(STRIP)'; then \
 
657
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
658
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
659
              install; \
 
660
        else \
 
661
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
662
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
663
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
664
        fi
 
665
mostlyclean-generic:
 
666
 
 
667
clean-generic:
 
668
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
 
669
 
 
670
distclean-generic:
 
671
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
672
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
673
 
 
674
maintainer-clean-generic:
 
675
        @echo "This command is intended for maintainers to use"
 
676
        @echo "it deletes files that may require special tools to rebuild."
 
677
clean: clean-am
 
678
 
 
679
clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
 
680
 
 
681
distclean: distclean-am
 
682
        -rm -rf ./$(DEPDIR)
 
683
        -rm -f Makefile
 
684
distclean-am: clean-am distclean-compile distclean-generic \
 
685
        distclean-tags
 
686
 
 
687
dvi: dvi-am
 
688
 
 
689
dvi-am:
 
690
 
 
691
html: html-am
 
692
 
 
693
html-am:
 
694
 
 
695
info: info-am
 
696
 
 
697
info-am:
 
698
 
 
699
install-data-am: install-man
 
700
 
 
701
install-dvi: install-dvi-am
 
702
 
 
703
install-dvi-am:
 
704
 
 
705
install-exec-am: install-binPROGRAMS
 
706
 
 
707
install-html: install-html-am
 
708
 
 
709
install-html-am:
 
710
 
 
711
install-info: install-info-am
 
712
 
 
713
install-info-am:
 
714
 
 
715
install-man: install-man1
 
716
 
 
717
install-pdf: install-pdf-am
 
718
 
 
719
install-pdf-am:
 
720
 
 
721
install-ps: install-ps-am
 
722
 
 
723
install-ps-am:
 
724
 
 
725
installcheck-am:
 
726
 
 
727
maintainer-clean: maintainer-clean-am
 
728
        -rm -rf ./$(DEPDIR)
 
729
        -rm -f Makefile
 
730
maintainer-clean-am: distclean-am maintainer-clean-generic
 
731
 
 
732
mostlyclean: mostlyclean-am
 
733
 
 
734
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
735
        mostlyclean-libtool
 
736
 
 
737
pdf: pdf-am
 
738
 
 
739
pdf-am:
 
740
 
 
741
ps: ps-am
 
742
 
 
743
ps-am:
 
744
 
 
745
uninstall-am: uninstall-binPROGRAMS uninstall-man
 
746
 
 
747
uninstall-man: uninstall-man1
 
748
 
 
749
.MAKE: install-am install-strip
 
750
 
 
751
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
 
752
        clean-generic clean-libtool ctags distclean distclean-compile \
 
753
        distclean-generic distclean-libtool distclean-tags distdir dvi \
 
754
        dvi-am html html-am info info-am install install-am \
 
755
        install-binPROGRAMS install-data install-data-am install-dvi \
 
756
        install-dvi-am install-exec install-exec-am install-html \
 
757
        install-html-am install-info install-info-am install-man \
 
758
        install-man1 install-pdf install-pdf-am install-ps \
 
759
        install-ps-am install-strip installcheck installcheck-am \
 
760
        installdirs maintainer-clean maintainer-clean-generic \
 
761
        mostlyclean mostlyclean-compile mostlyclean-generic \
 
762
        mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
 
763
        uninstall-am uninstall-binPROGRAMS uninstall-man \
 
764
        uninstall-man1
 
765
 
 
766
 
 
767
@HAVE_DOCTOOLS_TRUE@%.1: %.txt
 
768
@HAVE_DOCTOOLS_TRUE@    $(AM_V_GEN)$(ASCIIDOC) -L -f manpage $<
 
769
 
 
770
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
771
# Otherwise a system limit (for SysV at least) may be exceeded.
 
772
.NOEXPORT: