~ubuntu-branches/ubuntu/raring/readosm/raring

« back to all changes in this revision

Viewing changes to examples/Makefile.in

  • Committer: Package Import Robot
  • Author(s): David Paleino
  • Date: 2012-10-07 17:24:29 UTC
  • Revision ID: package-import@ubuntu.com-20121007172429-lv8oyiu086t7henm
Tags: upstream-1.0.0a+dfsg1
ImportĀ upstreamĀ versionĀ 1.0.0a+dfsg1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.11.1 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  Free Software Foundation,
 
6
# 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
pkgdatadir = $(datadir)/@PACKAGE@
 
20
pkgincludedir = $(includedir)/@PACKAGE@
 
21
pkglibdir = $(libdir)/@PACKAGE@
 
22
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
24
install_sh_DATA = $(install_sh) -c -m 644
 
25
install_sh_PROGRAM = $(install_sh) -c
 
26
install_sh_SCRIPT = $(install_sh) -c
 
27
INSTALL_HEADER = $(INSTALL_DATA)
 
28
transform = $(program_transform_name)
 
29
NORMAL_INSTALL = :
 
30
PRE_INSTALL = :
 
31
POST_INSTALL = :
 
32
NORMAL_UNINSTALL = :
 
33
PRE_UNINSTALL = :
 
34
POST_UNINSTALL = :
 
35
build_triplet = @build@
 
36
host_triplet = @host@
 
37
noinst_PROGRAMS = test_osm1$(EXEEXT) test_osm2$(EXEEXT) \
 
38
        test_osm3$(EXEEXT)
 
39
subdir = examples
 
40
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
41
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
42
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
 
43
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
 
44
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
 
45
        $(top_srcdir)/configure.ac
 
46
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
47
        $(ACLOCAL_M4)
 
48
mkinstalldirs = $(install_sh) -d
 
49
CONFIG_HEADER = $(top_builddir)/config.h
 
50
CONFIG_CLEAN_FILES =
 
51
CONFIG_CLEAN_VPATH_FILES =
 
52
PROGRAMS = $(noinst_PROGRAMS)
 
53
test_osm1_SOURCES = test_osm1.c
 
54
test_osm1_OBJECTS = test_osm1.$(OBJEXT)
 
55
test_osm1_LDADD = $(LDADD)
 
56
test_osm2_SOURCES = test_osm2.c
 
57
test_osm2_OBJECTS = test_osm2.$(OBJEXT)
 
58
test_osm2_LDADD = $(LDADD)
 
59
test_osm3_SOURCES = test_osm3.c
 
60
test_osm3_OBJECTS = test_osm3.$(OBJEXT)
 
61
test_osm3_LDADD = $(LDADD)
 
62
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
 
63
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
64
am__depfiles_maybe = depfiles
 
65
am__mv = mv -f
 
66
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
67
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
68
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
69
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
70
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
71
CCLD = $(CC)
 
72
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
73
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
74
        $(LDFLAGS) -o $@
 
75
SOURCES = test_osm1.c test_osm2.c test_osm3.c
 
76
DIST_SOURCES = test_osm1.c test_osm2.c test_osm3.c
 
77
ETAGS = etags
 
78
CTAGS = ctags
 
79
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
80
ACLOCAL = @ACLOCAL@
 
81
AMTAR = @AMTAR@
 
82
AR = @AR@
 
83
AS = @AS@
 
84
AUTOCONF = @AUTOCONF@
 
85
AUTOHEADER = @AUTOHEADER@
 
86
AUTOMAKE = @AUTOMAKE@
 
87
AWK = @AWK@
 
88
CC = @CC@
 
89
CCDEPMODE = @CCDEPMODE@
 
90
CFLAGS = @CFLAGS@
 
91
CPP = @CPP@
 
92
CPPFLAGS = @CPPFLAGS@
 
93
CXX = @CXX@
 
94
CXXCPP = @CXXCPP@
 
95
CXXDEPMODE = @CXXDEPMODE@
 
96
CXXFLAGS = @CXXFLAGS@
 
97
CYGPATH_W = @CYGPATH_W@
 
98
DEFS = @DEFS@
 
99
DEPDIR = @DEPDIR@
 
100
DLLTOOL = @DLLTOOL@
 
101
DSYMUTIL = @DSYMUTIL@
 
102
DUMPBIN = @DUMPBIN@
 
103
ECHO_C = @ECHO_C@
 
104
ECHO_N = @ECHO_N@
 
105
ECHO_T = @ECHO_T@
 
106
EGREP = @EGREP@
 
107
EXEEXT = @EXEEXT@
 
108
FGREP = @FGREP@
 
109
GREP = @GREP@
 
110
INSTALL = @INSTALL@
 
111
INSTALL_DATA = @INSTALL_DATA@
 
112
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
113
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
114
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
115
LD = @LD@
 
116
LDFLAGS = @LDFLAGS@
 
117
LIBOBJS = @LIBOBJS@
 
118
LIBS = @LIBS@
 
119
LIBTOOL = @LIBTOOL@
 
120
LIPO = @LIPO@
 
121
LN_S = @LN_S@
 
122
LTLIBOBJS = @LTLIBOBJS@
 
123
MAINT = @MAINT@
 
124
MAKEINFO = @MAKEINFO@
 
125
MANIFEST_TOOL = @MANIFEST_TOOL@
 
126
MKDIR_P = @MKDIR_P@
 
127
NM = @NM@
 
128
NMEDIT = @NMEDIT@
 
129
OBJDUMP = @OBJDUMP@
 
130
OBJEXT = @OBJEXT@
 
131
OTOOL = @OTOOL@
 
132
OTOOL64 = @OTOOL64@
 
133
PACKAGE = @PACKAGE@
 
134
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
135
PACKAGE_NAME = @PACKAGE_NAME@
 
136
PACKAGE_STRING = @PACKAGE_STRING@
 
137
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
138
PACKAGE_URL = @PACKAGE_URL@
 
139
PACKAGE_VERSION = @PACKAGE_VERSION@
 
140
PATH_SEPARATOR = @PATH_SEPARATOR@
 
141
RANLIB = @RANLIB@
 
142
SED = @SED@
 
143
SET_MAKE = @SET_MAKE@
 
144
SHELL = @SHELL@
 
145
STRIP = @STRIP@
 
146
VERSION = @VERSION@
 
147
abs_builddir = @abs_builddir@
 
148
abs_srcdir = @abs_srcdir@
 
149
abs_top_builddir = @abs_top_builddir@
 
150
abs_top_srcdir = @abs_top_srcdir@
 
151
ac_ct_AR = @ac_ct_AR@
 
152
ac_ct_CC = @ac_ct_CC@
 
153
ac_ct_CXX = @ac_ct_CXX@
 
154
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
155
am__include = @am__include@
 
156
am__leading_dot = @am__leading_dot@
 
157
am__quote = @am__quote@
 
158
am__tar = @am__tar@
 
159
am__untar = @am__untar@
 
160
bindir = @bindir@
 
161
build = @build@
 
162
build_alias = @build_alias@
 
163
build_cpu = @build_cpu@
 
164
build_os = @build_os@
 
165
build_vendor = @build_vendor@
 
166
builddir = @builddir@
 
167
datadir = @datadir@
 
168
datarootdir = @datarootdir@
 
169
docdir = @docdir@
 
170
dvidir = @dvidir@
 
171
exec_prefix = @exec_prefix@
 
172
host = @host@
 
173
host_alias = @host_alias@
 
174
host_cpu = @host_cpu@
 
175
host_os = @host_os@
 
176
host_vendor = @host_vendor@
 
177
htmldir = @htmldir@
 
178
includedir = @includedir@
 
179
infodir = @infodir@
 
180
install_sh = @install_sh@
 
181
libdir = @libdir@
 
182
libexecdir = @libexecdir@
 
183
localedir = @localedir@
 
184
localstatedir = @localstatedir@
 
185
mandir = @mandir@
 
186
mkdir_p = @mkdir_p@
 
187
oldincludedir = @oldincludedir@
 
188
pdfdir = @pdfdir@
 
189
prefix = @prefix@
 
190
program_transform_name = @program_transform_name@
 
191
psdir = @psdir@
 
192
sbindir = @sbindir@
 
193
sharedstatedir = @sharedstatedir@
 
194
srcdir = @srcdir@
 
195
sysconfdir = @sysconfdir@
 
196
target_alias = @target_alias@
 
197
top_build_prefix = @top_build_prefix@
 
198
top_builddir = @top_builddir@
 
199
top_srcdir = @top_srcdir@
 
200
AM_CFLAGS = -I@srcdir@/../headers
 
201
AM_LDFLAGS = -L../src -lreadosm -lz $(GCOV_FLAGS)
 
202
MOSTLYCLEANFILES = *.gcna *.gcno *.gcda
 
203
EXTRA_DIST = examples.doxy
 
204
all: all-am
 
205
 
 
206
.SUFFIXES:
 
207
.SUFFIXES: .c .lo .o .obj
 
208
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
209
        @for dep in $?; do \
 
210
          case '$(am__configure_deps)' in \
 
211
            *$$dep*) \
 
212
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
213
                && { if test -f $@; then exit 0; else break; fi; }; \
 
214
              exit 1;; \
 
215
          esac; \
 
216
        done; \
 
217
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu examples/Makefile'; \
 
218
        $(am__cd) $(top_srcdir) && \
 
219
          $(AUTOMAKE) --gnu examples/Makefile
 
220
.PRECIOUS: Makefile
 
221
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
222
        @case '$?' in \
 
223
          *config.status*) \
 
224
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
225
          *) \
 
226
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
227
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
228
        esac;
 
229
 
 
230
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
231
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
232
 
 
233
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
234
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
235
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
236
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
237
$(am__aclocal_m4_deps):
 
238
 
 
239
clean-noinstPROGRAMS:
 
240
        @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
 
241
        echo " rm -f" $$list; \
 
242
        rm -f $$list || exit $$?; \
 
243
        test -n "$(EXEEXT)" || exit 0; \
 
244
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 
245
        echo " rm -f" $$list; \
 
246
        rm -f $$list
 
247
test_osm1$(EXEEXT): $(test_osm1_OBJECTS) $(test_osm1_DEPENDENCIES) 
 
248
        @rm -f test_osm1$(EXEEXT)
 
249
        $(LINK) $(test_osm1_OBJECTS) $(test_osm1_LDADD) $(LIBS)
 
250
test_osm2$(EXEEXT): $(test_osm2_OBJECTS) $(test_osm2_DEPENDENCIES) 
 
251
        @rm -f test_osm2$(EXEEXT)
 
252
        $(LINK) $(test_osm2_OBJECTS) $(test_osm2_LDADD) $(LIBS)
 
253
test_osm3$(EXEEXT): $(test_osm3_OBJECTS) $(test_osm3_DEPENDENCIES) 
 
254
        @rm -f test_osm3$(EXEEXT)
 
255
        $(LINK) $(test_osm3_OBJECTS) $(test_osm3_LDADD) $(LIBS)
 
256
 
 
257
mostlyclean-compile:
 
258
        -rm -f *.$(OBJEXT)
 
259
 
 
260
distclean-compile:
 
261
        -rm -f *.tab.c
 
262
 
 
263
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_osm1.Po@am__quote@
 
264
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_osm2.Po@am__quote@
 
265
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_osm3.Po@am__quote@
 
266
 
 
267
.c.o:
 
268
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
269
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
270
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
271
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
272
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
273
 
 
274
.c.obj:
 
275
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
276
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
277
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
278
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
279
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
280
 
 
281
.c.lo:
 
282
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
283
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
284
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
285
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
286
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
287
 
 
288
mostlyclean-libtool:
 
289
        -rm -f *.lo
 
290
 
 
291
clean-libtool:
 
292
        -rm -rf .libs _libs
 
293
 
 
294
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
295
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
296
        unique=`for i in $$list; do \
 
297
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
298
          done | \
 
299
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
300
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
301
        mkid -fID $$unique
 
302
tags: TAGS
 
303
 
 
304
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
305
                $(TAGS_FILES) $(LISP)
 
306
        set x; \
 
307
        here=`pwd`; \
 
308
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
309
        unique=`for i in $$list; do \
 
310
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
311
          done | \
 
312
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
313
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
314
        shift; \
 
315
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
316
          test -n "$$unique" || unique=$$empty_fix; \
 
317
          if test $$# -gt 0; then \
 
318
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
319
              "$$@" $$unique; \
 
320
          else \
 
321
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
322
              $$unique; \
 
323
          fi; \
 
324
        fi
 
325
ctags: CTAGS
 
326
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
327
                $(TAGS_FILES) $(LISP)
 
328
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
329
        unique=`for i in $$list; do \
 
330
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
331
          done | \
 
332
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
333
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
334
        test -z "$(CTAGS_ARGS)$$unique" \
 
335
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
336
             $$unique
 
337
 
 
338
GTAGS:
 
339
        here=`$(am__cd) $(top_builddir) && pwd` \
 
340
          && $(am__cd) $(top_srcdir) \
 
341
          && gtags -i $(GTAGS_ARGS) "$$here"
 
342
 
 
343
distclean-tags:
 
344
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
345
 
 
346
distdir: $(DISTFILES)
 
347
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
348
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
349
        list='$(DISTFILES)'; \
 
350
          dist_files=`for file in $$list; do echo $$file; done | \
 
351
          sed -e "s|^$$srcdirstrip/||;t" \
 
352
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
353
        case $$dist_files in \
 
354
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
355
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
356
                           sort -u` ;; \
 
357
        esac; \
 
358
        for file in $$dist_files; do \
 
359
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
360
          if test -d $$d/$$file; then \
 
361
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
362
            if test -d "$(distdir)/$$file"; then \
 
363
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
364
            fi; \
 
365
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
366
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
367
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
368
            fi; \
 
369
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
370
          else \
 
371
            test -f "$(distdir)/$$file" \
 
372
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
373
            || exit 1; \
 
374
          fi; \
 
375
        done
 
376
check-am: all-am
 
377
check: check-am
 
378
all-am: Makefile $(PROGRAMS)
 
379
installdirs:
 
380
install: install-am
 
381
install-exec: install-exec-am
 
382
install-data: install-data-am
 
383
uninstall: uninstall-am
 
384
 
 
385
install-am: all-am
 
386
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
387
 
 
388
installcheck: installcheck-am
 
389
install-strip:
 
390
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
391
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
392
          `test -z '$(STRIP)' || \
 
393
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
394
mostlyclean-generic:
 
395
        -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
 
396
 
 
397
clean-generic:
 
398
 
 
399
distclean-generic:
 
400
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
401
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_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-libtool clean-noinstPROGRAMS \
 
409
        mostlyclean-am
 
410
 
 
411
distclean: distclean-am
 
412
        -rm -rf ./$(DEPDIR)
 
413
        -rm -f Makefile
 
414
distclean-am: clean-am distclean-compile distclean-generic \
 
415
        distclean-tags
 
416
 
 
417
dvi: dvi-am
 
418
 
 
419
dvi-am:
 
420
 
 
421
html: html-am
 
422
 
 
423
html-am:
 
424
 
 
425
info: info-am
 
426
 
 
427
info-am:
 
428
 
 
429
install-data-am:
 
430
 
 
431
install-dvi: install-dvi-am
 
432
 
 
433
install-dvi-am:
 
434
 
 
435
install-exec-am:
 
436
 
 
437
install-html: install-html-am
 
438
 
 
439
install-html-am:
 
440
 
 
441
install-info: install-info-am
 
442
 
 
443
install-info-am:
 
444
 
 
445
install-man:
 
446
 
 
447
install-pdf: install-pdf-am
 
448
 
 
449
install-pdf-am:
 
450
 
 
451
install-ps: install-ps-am
 
452
 
 
453
install-ps-am:
 
454
 
 
455
installcheck-am:
 
456
 
 
457
maintainer-clean: maintainer-clean-am
 
458
        -rm -rf ./$(DEPDIR)
 
459
        -rm -f Makefile
 
460
maintainer-clean-am: distclean-am maintainer-clean-generic
 
461
 
 
462
mostlyclean: mostlyclean-am
 
463
 
 
464
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
465
        mostlyclean-libtool
 
466
 
 
467
pdf: pdf-am
 
468
 
 
469
pdf-am:
 
470
 
 
471
ps: ps-am
 
472
 
 
473
ps-am:
 
474
 
 
475
uninstall-am:
 
476
 
 
477
.MAKE: install-am install-strip
 
478
 
 
479
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
480
        clean-libtool clean-noinstPROGRAMS ctags distclean \
 
481
        distclean-compile distclean-generic distclean-libtool \
 
482
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
483
        install install-am install-data install-data-am install-dvi \
 
484
        install-dvi-am install-exec install-exec-am install-html \
 
485
        install-html-am install-info install-info-am install-man \
 
486
        install-pdf install-pdf-am install-ps install-ps-am \
 
487
        install-strip installcheck installcheck-am installdirs \
 
488
        maintainer-clean maintainer-clean-generic mostlyclean \
 
489
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
 
490
        pdf pdf-am ps ps-am tags uninstall uninstall-am
 
491
 
 
492
 
 
493
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
494
# Otherwise a system limit (for SysV at least) may be exceeded.
 
495
.NOEXPORT: