~mordred/ubuntu/natty/librabbitmq/natty

« back to all changes in this revision

Viewing changes to tests/Makefile.in

  • Committer: Monty Taylor
  • Date: 2010-11-05 19:37:13 UTC
  • mfrom: (0.1.1 upstream)
  • Revision ID: mordred@inaugust.com-20101105193713-idmqlis10wprps8f
Initial release. (Closes: #602549)

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