~ubuntu-branches/ubuntu/raring/libcaca/raring

« back to all changes in this revision

Viewing changes to toilet-0.1/tools/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sam Hocevar (Debian packages)
  • Date: 2007-10-13 20:10:44 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20071013201044-35yldy9w3xe7iy2j
Tags: 0.99.beta12.debian-3
* debian/control:
  + Build-depend on texlive instead of all the other texlive-* packages so
    that we have the proper fonts at build time (Closes: #445797).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.6 from Makefile.am.
2
 
# @configure_input@
3
 
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005  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
 
# $Id: Makefile.am 929 2006-10-20 16:19:41Z sam $
18
 
 
19
 
srcdir = @srcdir@
20
 
top_srcdir = @top_srcdir@
21
 
VPATH = @srcdir@
22
 
pkgdatadir = $(datadir)/@PACKAGE@
23
 
pkglibdir = $(libdir)/@PACKAGE@
24
 
pkgincludedir = $(includedir)/@PACKAGE@
25
 
top_builddir = ..
26
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
27
 
INSTALL = @INSTALL@
28
 
install_sh_DATA = $(install_sh) -c -m 644
29
 
install_sh_PROGRAM = $(install_sh) -c
30
 
install_sh_SCRIPT = $(install_sh) -c
31
 
INSTALL_HEADER = $(INSTALL_DATA)
32
 
transform = $(program_transform_name)
33
 
NORMAL_INSTALL = :
34
 
PRE_INSTALL = :
35
 
POST_INSTALL = :
36
 
NORMAL_UNINSTALL = :
37
 
PRE_UNINSTALL = :
38
 
POST_UNINSTALL = :
39
 
build_triplet = @build@
40
 
host_triplet = @host@
41
 
target_triplet = @target@
42
 
noinst_PROGRAMS = caca2tlf$(EXEEXT)
43
 
subdir = tools
44
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
45
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
46
 
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
47
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
48
 
        $(ACLOCAL_M4)
49
 
mkinstalldirs = $(install_sh) -d
50
 
CONFIG_HEADER = $(top_builddir)/config.h
51
 
CONFIG_CLEAN_FILES =
52
 
PROGRAMS = $(noinst_PROGRAMS)
53
 
am_caca2tlf_OBJECTS = caca2tlf-caca2tlf.$(OBJEXT)
54
 
caca2tlf_OBJECTS = $(am_caca2tlf_OBJECTS)
55
 
caca2tlf_LDADD = $(LDADD)
56
 
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
57
 
depcomp = $(SHELL) $(top_srcdir)/autotools/depcomp
58
 
am__depfiles_maybe = depfiles
59
 
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
60
 
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
61
 
CCLD = $(CC)
62
 
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
63
 
SOURCES = $(caca2tlf_SOURCES)
64
 
DIST_SOURCES = $(caca2tlf_SOURCES)
65
 
ETAGS = etags
66
 
CTAGS = ctags
67
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
68
 
ACLOCAL = @ACLOCAL@
69
 
AMDEP_FALSE = @AMDEP_FALSE@
70
 
AMDEP_TRUE = @AMDEP_TRUE@
71
 
AMTAR = @AMTAR@
72
 
AUTOCONF = @AUTOCONF@
73
 
AUTOHEADER = @AUTOHEADER@
74
 
AUTOMAKE = @AUTOMAKE@
75
 
AWK = @AWK@
76
 
CC = @CC@
77
 
CCDEPMODE = @CCDEPMODE@
78
 
CFLAGS = @CFLAGS@
79
 
CPP = @CPP@
80
 
CPPFLAGS = @CPPFLAGS@
81
 
CYGPATH_W = @CYGPATH_W@
82
 
DEFS = @DEFS@
83
 
DEPDIR = @DEPDIR@
84
 
ECHO_C = @ECHO_C@
85
 
ECHO_N = @ECHO_N@
86
 
ECHO_T = @ECHO_T@
87
 
EGREP = @EGREP@
88
 
EXEEXT = @EXEEXT@
89
 
GETOPT_LIBS = @GETOPT_LIBS@
90
 
GREP = @GREP@
91
 
INSTALL_DATA = @INSTALL_DATA@
92
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
93
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
94
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
95
 
LDFLAGS = @LDFLAGS@
96
 
LIBOBJS = @LIBOBJS@
97
 
LIBS = @LIBS@
98
 
LTLIBOBJS = @LTLIBOBJS@
99
 
MAKEINFO = @MAKEINFO@
100
 
OBJEXT = @OBJEXT@
101
 
PACKAGE = @PACKAGE@
102
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
103
 
PACKAGE_NAME = @PACKAGE_NAME@
104
 
PACKAGE_STRING = @PACKAGE_STRING@
105
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
106
 
PACKAGE_VERSION = @PACKAGE_VERSION@
107
 
PATH_SEPARATOR = @PATH_SEPARATOR@
108
 
PKG_CONFIG = @PKG_CONFIG@
109
 
SET_MAKE = @SET_MAKE@
110
 
SHELL = @SHELL@
111
 
STRIP = @STRIP@
112
 
VERSION = @VERSION@
113
 
ZLIB_LIBS = @ZLIB_LIBS@
114
 
ac_ct_CC = @ac_ct_CC@
115
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
116
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
117
 
am__include = @am__include@
118
 
am__leading_dot = @am__leading_dot@
119
 
am__quote = @am__quote@
120
 
am__tar = @am__tar@
121
 
am__untar = @am__untar@
122
 
bindir = @bindir@
123
 
build = @build@
124
 
build_alias = @build_alias@
125
 
build_cpu = @build_cpu@
126
 
build_os = @build_os@
127
 
build_vendor = @build_vendor@
128
 
cucul_CFLAGS = @cucul_CFLAGS@
129
 
cucul_LIBS = @cucul_LIBS@
130
 
datadir = @datadir@
131
 
datarootdir = @datarootdir@
132
 
docdir = @docdir@
133
 
dvidir = @dvidir@
134
 
exec_prefix = @exec_prefix@
135
 
host = @host@
136
 
host_alias = @host_alias@
137
 
host_cpu = @host_cpu@
138
 
host_os = @host_os@
139
 
host_vendor = @host_vendor@
140
 
htmldir = @htmldir@
141
 
includedir = @includedir@
142
 
infodir = @infodir@
143
 
install_sh = @install_sh@
144
 
libdir = @libdir@
145
 
libexecdir = @libexecdir@
146
 
localedir = @localedir@
147
 
localstatedir = @localstatedir@
148
 
mandir = @mandir@
149
 
mkdir_p = @mkdir_p@
150
 
oldincludedir = @oldincludedir@
151
 
pdfdir = @pdfdir@
152
 
prefix = @prefix@
153
 
program_transform_name = @program_transform_name@
154
 
psdir = @psdir@
155
 
sbindir = @sbindir@
156
 
sharedstatedir = @sharedstatedir@
157
 
sysconfdir = @sysconfdir@
158
 
target = @target@
159
 
target_alias = @target_alias@
160
 
target_cpu = @target_cpu@
161
 
target_os = @target_os@
162
 
target_vendor = @target_vendor@
163
 
caca2tlf_SOURCES = caca2tlf.c
164
 
caca2tlf_CFLAGS = `pkg-config --cflags cucul`
165
 
caca2tlf_LDFLAGS = `pkg-config --libs cucul`
166
 
all: all-am
167
 
 
168
 
.SUFFIXES:
169
 
.SUFFIXES: .c .o .obj
170
 
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
171
 
        @for dep in $?; do \
172
 
          case '$(am__configure_deps)' in \
173
 
            *$$dep*) \
174
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
175
 
                && exit 0; \
176
 
              exit 1;; \
177
 
          esac; \
178
 
        done; \
179
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  tools/Makefile'; \
180
 
        cd $(top_srcdir) && \
181
 
          $(AUTOMAKE) --foreign  tools/Makefile
182
 
.PRECIOUS: Makefile
183
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
184
 
        @case '$?' in \
185
 
          *config.status*) \
186
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
187
 
          *) \
188
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
189
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
190
 
        esac;
191
 
 
192
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
193
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
194
 
 
195
 
$(top_srcdir)/configure:  $(am__configure_deps)
196
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
197
 
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
198
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
199
 
 
200
 
clean-noinstPROGRAMS:
201
 
        -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
202
 
caca2tlf$(EXEEXT): $(caca2tlf_OBJECTS) $(caca2tlf_DEPENDENCIES) 
203
 
        @rm -f caca2tlf$(EXEEXT)
204
 
        $(LINK) $(caca2tlf_LDFLAGS) $(caca2tlf_OBJECTS) $(caca2tlf_LDADD) $(LIBS)
205
 
 
206
 
mostlyclean-compile:
207
 
        -rm -f *.$(OBJEXT)
208
 
 
209
 
distclean-compile:
210
 
        -rm -f *.tab.c
211
 
 
212
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/caca2tlf-caca2tlf.Po@am__quote@
213
 
 
214
 
.c.o:
215
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
216
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
217
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
218
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
219
 
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
220
 
 
221
 
.c.obj:
222
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
223
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
224
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
225
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
226
 
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
227
 
 
228
 
caca2tlf-caca2tlf.o: caca2tlf.c
229
 
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(caca2tlf_CFLAGS) $(CFLAGS) -MT caca2tlf-caca2tlf.o -MD -MP -MF "$(DEPDIR)/caca2tlf-caca2tlf.Tpo" -c -o caca2tlf-caca2tlf.o `test -f 'caca2tlf.c' || echo '$(srcdir)/'`caca2tlf.c; \
230
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/caca2tlf-caca2tlf.Tpo" "$(DEPDIR)/caca2tlf-caca2tlf.Po"; else rm -f "$(DEPDIR)/caca2tlf-caca2tlf.Tpo"; exit 1; fi
231
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='caca2tlf.c' object='caca2tlf-caca2tlf.o' libtool=no @AMDEPBACKSLASH@
232
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
233
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(caca2tlf_CFLAGS) $(CFLAGS) -c -o caca2tlf-caca2tlf.o `test -f 'caca2tlf.c' || echo '$(srcdir)/'`caca2tlf.c
234
 
 
235
 
caca2tlf-caca2tlf.obj: caca2tlf.c
236
 
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(caca2tlf_CFLAGS) $(CFLAGS) -MT caca2tlf-caca2tlf.obj -MD -MP -MF "$(DEPDIR)/caca2tlf-caca2tlf.Tpo" -c -o caca2tlf-caca2tlf.obj `if test -f 'caca2tlf.c'; then $(CYGPATH_W) 'caca2tlf.c'; else $(CYGPATH_W) '$(srcdir)/caca2tlf.c'; fi`; \
237
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/caca2tlf-caca2tlf.Tpo" "$(DEPDIR)/caca2tlf-caca2tlf.Po"; else rm -f "$(DEPDIR)/caca2tlf-caca2tlf.Tpo"; exit 1; fi
238
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='caca2tlf.c' object='caca2tlf-caca2tlf.obj' libtool=no @AMDEPBACKSLASH@
239
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
240
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(caca2tlf_CFLAGS) $(CFLAGS) -c -o caca2tlf-caca2tlf.obj `if test -f 'caca2tlf.c'; then $(CYGPATH_W) 'caca2tlf.c'; else $(CYGPATH_W) '$(srcdir)/caca2tlf.c'; fi`
241
 
uninstall-info-am:
242
 
 
243
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
244
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
245
 
        unique=`for i in $$list; do \
246
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
247
 
          done | \
248
 
          $(AWK) '    { files[$$0] = 1; } \
249
 
               END { for (i in files) print i; }'`; \
250
 
        mkid -fID $$unique
251
 
tags: TAGS
252
 
 
253
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
254
 
                $(TAGS_FILES) $(LISP)
255
 
        tags=; \
256
 
        here=`pwd`; \
257
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
258
 
        unique=`for i in $$list; do \
259
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
260
 
          done | \
261
 
          $(AWK) '    { files[$$0] = 1; } \
262
 
               END { for (i in files) print i; }'`; \
263
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
264
 
          test -n "$$unique" || unique=$$empty_fix; \
265
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
266
 
            $$tags $$unique; \
267
 
        fi
268
 
ctags: CTAGS
269
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
270
 
                $(TAGS_FILES) $(LISP)
271
 
        tags=; \
272
 
        here=`pwd`; \
273
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
274
 
        unique=`for i in $$list; do \
275
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
276
 
          done | \
277
 
          $(AWK) '    { files[$$0] = 1; } \
278
 
               END { for (i in files) print i; }'`; \
279
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
280
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
281
 
             $$tags $$unique
282
 
 
283
 
GTAGS:
284
 
        here=`$(am__cd) $(top_builddir) && pwd` \
285
 
          && cd $(top_srcdir) \
286
 
          && gtags -i $(GTAGS_ARGS) $$here
287
 
 
288
 
distclean-tags:
289
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
290
 
 
291
 
distdir: $(DISTFILES)
292
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
293
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
294
 
        list='$(DISTFILES)'; for file in $$list; do \
295
 
          case $$file in \
296
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
297
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
298
 
          esac; \
299
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
300
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
301
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
302
 
            dir="/$$dir"; \
303
 
            $(mkdir_p) "$(distdir)$$dir"; \
304
 
          else \
305
 
            dir=''; \
306
 
          fi; \
307
 
          if test -d $$d/$$file; then \
308
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
309
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
310
 
            fi; \
311
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
312
 
          else \
313
 
            test -f $(distdir)/$$file \
314
 
            || cp -p $$d/$$file $(distdir)/$$file \
315
 
            || exit 1; \
316
 
          fi; \
317
 
        done
318
 
check-am: all-am
319
 
check: check-am
320
 
all-am: Makefile $(PROGRAMS)
321
 
installdirs:
322
 
install: install-am
323
 
install-exec: install-exec-am
324
 
install-data: install-data-am
325
 
uninstall: uninstall-am
326
 
 
327
 
install-am: all-am
328
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
329
 
 
330
 
installcheck: installcheck-am
331
 
install-strip:
332
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
333
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
334
 
          `test -z '$(STRIP)' || \
335
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
336
 
mostlyclean-generic:
337
 
 
338
 
clean-generic:
339
 
 
340
 
distclean-generic:
341
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
342
 
 
343
 
maintainer-clean-generic:
344
 
        @echo "This command is intended for maintainers to use"
345
 
        @echo "it deletes files that may require special tools to rebuild."
346
 
clean: clean-am
347
 
 
348
 
clean-am: clean-generic clean-noinstPROGRAMS mostlyclean-am
349
 
 
350
 
distclean: distclean-am
351
 
        -rm -rf ./$(DEPDIR)
352
 
        -rm -f Makefile
353
 
distclean-am: clean-am distclean-compile distclean-generic \
354
 
        distclean-tags
355
 
 
356
 
dvi: dvi-am
357
 
 
358
 
dvi-am:
359
 
 
360
 
html: html-am
361
 
 
362
 
info: info-am
363
 
 
364
 
info-am:
365
 
 
366
 
install-data-am:
367
 
 
368
 
install-exec-am:
369
 
 
370
 
install-info: install-info-am
371
 
 
372
 
install-man:
373
 
 
374
 
installcheck-am:
375
 
 
376
 
maintainer-clean: maintainer-clean-am
377
 
        -rm -rf ./$(DEPDIR)
378
 
        -rm -f Makefile
379
 
maintainer-clean-am: distclean-am maintainer-clean-generic
380
 
 
381
 
mostlyclean: mostlyclean-am
382
 
 
383
 
mostlyclean-am: mostlyclean-compile mostlyclean-generic
384
 
 
385
 
pdf: pdf-am
386
 
 
387
 
pdf-am:
388
 
 
389
 
ps: ps-am
390
 
 
391
 
ps-am:
392
 
 
393
 
uninstall-am: uninstall-info-am
394
 
 
395
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
396
 
        clean-noinstPROGRAMS ctags distclean distclean-compile \
397
 
        distclean-generic distclean-tags distdir dvi dvi-am html \
398
 
        html-am info info-am install install-am install-data \
399
 
        install-data-am install-exec install-exec-am install-info \
400
 
        install-info-am install-man install-strip installcheck \
401
 
        installcheck-am installdirs maintainer-clean \
402
 
        maintainer-clean-generic mostlyclean mostlyclean-compile \
403
 
        mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
404
 
        uninstall-am uninstall-info-am
405
 
 
406
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
407
 
# Otherwise a system limit (for SysV at least) may be exceeded.
408
 
.NOEXPORT: