~ubuntu-branches/ubuntu/warty/curl/warty-security

« back to all changes in this revision

Viewing changes to packages/Linux/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Domenico Andreoli
  • Date: 2004-06-04 19:09:25 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040604190925-wy048bp31320r2z6
Tags: 7.12.0.is.7.11.2-1
* Reverted to version 7.11.2 (closes: #252348).
* Disabled support for libidn (closes: #252367). This is to leave
  curl in unstable as much similar as possible to the one in testing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated automatically by automake 1.5 from Makefile.am.
 
1
# Makefile.in generated by automake 1.7.9 from Makefile.am.
 
2
# @configure_input@
2
3
 
3
 
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
 
4
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
4
5
# Free Software Foundation, Inc.
5
6
# This Makefile.in is free software; the Free Software Foundation
6
7
# gives unlimited permission to copy and/or distribute it,
13
14
 
14
15
@SET_MAKE@
15
16
 
16
 
SHELL = @SHELL@
17
 
 
18
17
srcdir = @srcdir@
19
18
top_srcdir = @top_srcdir@
20
19
VPATH = @srcdir@
21
 
prefix = @prefix@
22
 
exec_prefix = @exec_prefix@
23
 
 
24
 
bindir = @bindir@
25
 
sbindir = @sbindir@
26
 
libexecdir = @libexecdir@
27
 
datadir = @datadir@
28
 
sysconfdir = @sysconfdir@
29
 
sharedstatedir = @sharedstatedir@
30
 
localstatedir = @localstatedir@
31
 
libdir = @libdir@
32
 
infodir = @infodir@
33
 
mandir = @mandir@
34
 
includedir = @includedir@
35
 
oldincludedir = /usr/include
36
20
pkgdatadir = $(datadir)/@PACKAGE@
37
21
pkglibdir = $(libdir)/@PACKAGE@
38
22
pkgincludedir = $(includedir)/@PACKAGE@
39
23
top_builddir = ../..
40
24
 
41
 
ACLOCAL = @ACLOCAL@
42
 
AUTOCONF = @AUTOCONF@
43
 
AUTOMAKE = @AUTOMAKE@
44
 
AUTOHEADER = @AUTOHEADER@
45
 
 
 
25
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
46
26
INSTALL = @INSTALL@
47
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
48
 
INSTALL_DATA = @INSTALL_DATA@
49
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
27
install_sh_DATA = $(install_sh) -c -m 644
 
28
install_sh_PROGRAM = $(install_sh) -c
 
29
install_sh_SCRIPT = $(install_sh) -c
50
30
INSTALL_HEADER = $(INSTALL_DATA)
51
 
transform = @program_transform_name@
 
31
transform = $(program_transform_name)
52
32
NORMAL_INSTALL = :
53
33
PRE_INSTALL = :
54
34
POST_INSTALL = :
55
35
NORMAL_UNINSTALL = :
56
36
PRE_UNINSTALL = :
57
37
POST_UNINSTALL = :
58
 
host_alias = @host_alias@
59
38
host_triplet = @host@
 
39
ACLOCAL = @ACLOCAL@
 
40
AMDEP_FALSE = @AMDEP_FALSE@
 
41
AMDEP_TRUE = @AMDEP_TRUE@
60
42
AMTAR = @AMTAR@
 
43
AR = @AR@
61
44
AS = @AS@
 
45
AUTOCONF = @AUTOCONF@
 
46
AUTOHEADER = @AUTOHEADER@
 
47
AUTOMAKE = @AUTOMAKE@
62
48
AWK = @AWK@
 
49
CABUNDLE_FALSE = @CABUNDLE_FALSE@
 
50
CABUNDLE_TRUE = @CABUNDLE_TRUE@
63
51
CC = @CC@
 
52
CCDEPMODE = @CCDEPMODE@
 
53
CFLAGS = @CFLAGS@
 
54
CPP = @CPP@
 
55
CPPFLAGS = @CPPFLAGS@
 
56
CURL_CA_BUNDLE = @CURL_CA_BUNDLE@
 
57
CURL_DISABLE_DICT = @CURL_DISABLE_DICT@
 
58
CURL_DISABLE_FILE = @CURL_DISABLE_FILE@
 
59
CURL_DISABLE_FTP = @CURL_DISABLE_FTP@
 
60
CURL_DISABLE_GOPHER = @CURL_DISABLE_GOPHER@
 
61
CURL_DISABLE_HTTP = @CURL_DISABLE_HTTP@
 
62
CURL_DISABLE_LDAP = @CURL_DISABLE_LDAP@
 
63
CURL_DISABLE_TELNET = @CURL_DISABLE_TELNET@
 
64
CXX = @CXX@
 
65
CXXCPP = @CXXCPP@
 
66
CXXDEPMODE = @CXXDEPMODE@
 
67
CXXFLAGS = @CXXFLAGS@
 
68
CYGPATH_W = @CYGPATH_W@
 
69
DEFS = @DEFS@
64
70
DEPDIR = @DEPDIR@
65
71
DLLTOOL = @DLLTOOL@
66
72
ECHO = @ECHO@
 
73
ECHO_C = @ECHO_C@
 
74
ECHO_N = @ECHO_N@
 
75
ECHO_T = @ECHO_T@
 
76
EGREP = @EGREP@
67
77
EXEEXT = @EXEEXT@
 
78
F77 = @F77@
 
79
FFLAGS = @FFLAGS@
 
80
HAVE_ARES = @HAVE_ARES@
 
81
HAVE_LIBZ = @HAVE_LIBZ@
 
82
HAVE_LIBZ_FALSE = @HAVE_LIBZ_FALSE@
 
83
HAVE_LIBZ_TRUE = @HAVE_LIBZ_TRUE@
 
84
INSTALL_DATA = @INSTALL_DATA@
 
85
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
86
INSTALL_SCRIPT = @INSTALL_SCRIPT@
68
87
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
69
88
IPV6_ENABLED = @IPV6_ENABLED@
70
89
KRB4_ENABLED = @KRB4_ENABLED@
 
90
LDFLAGS = @LDFLAGS@
 
91
LIBOBJS = @LIBOBJS@
 
92
LIBS = @LIBS@
71
93
LIBTOOL = @LIBTOOL@
72
94
LN_S = @LN_S@
 
95
LTLIBOBJS = @LTLIBOBJS@
 
96
MAINT = @MAINT@
 
97
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
98
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 
99
MAKEINFO = @MAKEINFO@
 
100
MANOPT = @MANOPT@
 
101
MIMPURE_FALSE = @MIMPURE_FALSE@
 
102
MIMPURE_TRUE = @MIMPURE_TRUE@
 
103
NO_UNDEFINED_FALSE = @NO_UNDEFINED_FALSE@
 
104
NO_UNDEFINED_TRUE = @NO_UNDEFINED_TRUE@
73
105
NROFF = @NROFF@
74
106
OBJDUMP = @OBJDUMP@
75
107
OBJEXT = @OBJEXT@
76
108
OPENSSL_ENABLED = @OPENSSL_ENABLED@
77
109
PACKAGE = @PACKAGE@
 
110
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
111
PACKAGE_NAME = @PACKAGE_NAME@
 
112
PACKAGE_STRING = @PACKAGE_STRING@
 
113
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
114
PACKAGE_VERSION = @PACKAGE_VERSION@
 
115
PATH_SEPARATOR = @PATH_SEPARATOR@
78
116
PERL = @PERL@
79
117
PKGADD_NAME = @PKGADD_NAME@
80
118
PKGADD_PKG = @PKGADD_PKG@
81
119
PKGADD_VENDOR = @PKGADD_VENDOR@
 
120
PKGCONFIG = @PKGCONFIG@
82
121
RANDOM_FILE = @RANDOM_FILE@
83
122
RANLIB = @RANLIB@
 
123
SED = @SED@
 
124
SET_MAKE = @SET_MAKE@
 
125
SHELL = @SHELL@
84
126
STRIP = @STRIP@
 
127
USE_MANUAL_FALSE = @USE_MANUAL_FALSE@
 
128
USE_MANUAL_TRUE = @USE_MANUAL_TRUE@
85
129
VERSION = @VERSION@
86
130
VERSIONNUM = @VERSIONNUM@
87
131
YACC = @YACC@
 
132
ac_ct_AR = @ac_ct_AR@
 
133
ac_ct_AS = @ac_ct_AS@
 
134
ac_ct_CC = @ac_ct_CC@
 
135
ac_ct_CXX = @ac_ct_CXX@
 
136
ac_ct_DLLTOOL = @ac_ct_DLLTOOL@
 
137
ac_ct_F77 = @ac_ct_F77@
 
138
ac_ct_OBJDUMP = @ac_ct_OBJDUMP@
 
139
ac_ct_RANLIB = @ac_ct_RANLIB@
 
140
ac_ct_STRIP = @ac_ct_STRIP@
 
141
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
142
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
143
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
 
144
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
88
145
am__include = @am__include@
 
146
am__leading_dot = @am__leading_dot@
89
147
am__quote = @am__quote@
 
148
bindir = @bindir@
 
149
build = @build@
 
150
build_alias = @build_alias@
 
151
build_cpu = @build_cpu@
 
152
build_os = @build_os@
 
153
build_vendor = @build_vendor@
 
154
datadir = @datadir@
 
155
exec_prefix = @exec_prefix@
 
156
host = @host@
 
157
host_alias = @host_alias@
 
158
host_cpu = @host_cpu@
 
159
host_os = @host_os@
 
160
host_vendor = @host_vendor@
 
161
includedir = @includedir@
 
162
infodir = @infodir@
90
163
install_sh = @install_sh@
91
 
 
 
164
libdir = @libdir@
 
165
libexecdir = @libexecdir@
 
166
localstatedir = @localstatedir@
 
167
mandir = @mandir@
 
168
oldincludedir = @oldincludedir@
 
169
prefix = @prefix@
 
170
program_transform_name = @program_transform_name@
 
171
sbindir = @sbindir@
 
172
sharedstatedir = @sharedstatedir@
 
173
subdirs = @subdirs@
 
174
sysconfdir = @sysconfdir@
 
175
target_alias = @target_alias@
92
176
SUBDIRS = RPM
93
177
subdir = packages/Linux
 
178
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
94
179
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
95
180
CONFIG_HEADER = $(top_builddir)/lib/config.h \
96
 
        $(top_builddir)/src/config.h \
97
 
        $(top_builddir)/tests/server/config.h
 
181
        $(top_builddir)/src/config.h
98
182
CONFIG_CLEAN_FILES =
99
183
DIST_SOURCES =
100
184
 
101
 
RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
102
 
        uninstall-info-recursive all-recursive install-data-recursive \
103
 
        install-exec-recursive installdirs-recursive install-recursive \
104
 
        uninstall-recursive check-recursive installcheck-recursive
105
 
DIST_COMMON = Makefile.am Makefile.in
 
185
RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \
 
186
        ps-recursive install-info-recursive uninstall-info-recursive \
 
187
        all-recursive install-data-recursive install-exec-recursive \
 
188
        installdirs-recursive install-recursive uninstall-recursive \
 
189
        check-recursive installcheck-recursive
 
190
DIST_COMMON = $(srcdir)/Makefile.in Makefile.am
106
191
DIST_SUBDIRS = $(SUBDIRS)
107
192
all: all-recursive
108
193
 
109
194
.SUFFIXES:
 
195
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
 
196
        cd $(top_srcdir) && \
 
197
          $(AUTOMAKE) --gnu  packages/Linux/Makefile
 
198
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
199
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
110
200
 
111
201
mostlyclean-libtool:
112
202
        -rm -f *.lo
116
206
 
117
207
distclean-libtool:
118
208
        -rm -f libtool
119
 
$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
120
 
        cd $(top_srcdir) && \
121
 
          $(AUTOMAKE) --gnu  packages/Linux/Makefile
122
 
Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
123
 
        cd $(top_builddir) && \
124
 
          CONFIG_HEADERS= CONFIG_LINKS= \
125
 
          CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
126
209
uninstall-info-am:
127
210
 
128
211
# This directory's subdirectories are mostly independent; you can cd
132
215
#     (which will cause the Makefiles to be regenerated when you run `make');
133
216
# (2) otherwise, pass the desired values on the `make' command line.
134
217
$(RECURSIVE_TARGETS):
135
 
        @set fnord $(MAKEFLAGS); amf=$$2; \
 
218
        @set fnord $$MAKEFLAGS; amf=$$2; \
136
219
        dot_seen=no; \
137
220
        target=`echo $@ | sed s/-recursive//`; \
138
221
        list='$(SUBDIRS)'; for subdir in $$list; do \
152
235
 
153
236
mostlyclean-recursive clean-recursive distclean-recursive \
154
237
maintainer-clean-recursive:
155
 
        @set fnord $(MAKEFLAGS); amf=$$2; \
 
238
        @set fnord $$MAKEFLAGS; amf=$$2; \
156
239
        dot_seen=no; \
157
240
        case "$@" in \
158
241
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
179
262
        list='$(SUBDIRS)'; for subdir in $$list; do \
180
263
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
181
264
        done
 
265
ctags-recursive:
 
266
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
267
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
268
        done
 
269
 
 
270
ETAGS = etags
 
271
ETAGSFLAGS =
 
272
 
 
273
CTAGS = ctags
 
274
CTAGSFLAGS =
182
275
 
183
276
tags: TAGS
184
277
 
185
278
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
186
 
        list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
 
279
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
187
280
        unique=`for i in $$list; do \
188
281
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
189
282
          done | \
190
283
          $(AWK) '    { files[$$0] = 1; } \
191
284
               END { for (i in files) print i; }'`; \
192
 
        mkid -fID $$unique $(LISP)
 
285
        mkid -fID $$unique
193
286
 
194
287
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
195
288
                $(TAGS_FILES) $(LISP)
196
289
        tags=; \
197
290
        here=`pwd`; \
 
291
        if (etags --etags-include --version) >/dev/null 2>&1; then \
 
292
          include_option=--etags-include; \
 
293
        else \
 
294
          include_option=--include; \
 
295
        fi; \
198
296
        list='$(SUBDIRS)'; for subdir in $$list; do \
199
297
          if test "$$subdir" = .; then :; else \
200
 
            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
 
298
            test -f $$subdir/TAGS && \
 
299
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
201
300
          fi; \
202
301
        done; \
203
 
        list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
204
 
        unique=`for i in $$list; do \
205
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
206
 
          done | \
207
 
          $(AWK) '    { files[$$0] = 1; } \
208
 
               END { for (i in files) print i; }'`; \
209
 
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
210
 
          || etags $(ETAGS_ARGS) $$tags  $$unique $(LISP)
 
302
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
303
        unique=`for i in $$list; do \
 
304
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
305
          done | \
 
306
          $(AWK) '    { files[$$0] = 1; } \
 
307
               END { for (i in files) print i; }'`; \
 
308
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
 
309
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
310
             $$tags $$unique
 
311
 
 
312
ctags: CTAGS
 
313
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
314
                $(TAGS_FILES) $(LISP)
 
315
        tags=; \
 
316
        here=`pwd`; \
 
317
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
318
        unique=`for i in $$list; do \
 
319
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
320
          done | \
 
321
          $(AWK) '    { files[$$0] = 1; } \
 
322
               END { for (i in files) print i; }'`; \
 
323
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
324
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
325
             $$tags $$unique
211
326
 
212
327
GTAGS:
213
 
        here=`CDPATH=: && cd $(top_builddir) && pwd` \
 
328
        here=`$(am__cd) $(top_builddir) && pwd` \
214
329
          && cd $(top_srcdir) \
215
330
          && gtags -i $(GTAGS_ARGS) $$here
216
331
 
217
332
distclean-tags:
218
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
219
 
 
 
333
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
220
334
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
221
335
 
222
336
top_distdir = ../..
223
337
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
224
338
 
225
339
distdir: $(DISTFILES)
226
 
        @for file in $(DISTFILES); do \
227
 
          if test -f $$file; then d=.; else d=$(srcdir); fi; \
 
340
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
341
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
342
        list='$(DISTFILES)'; for file in $$list; do \
 
343
          case $$file in \
 
344
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
345
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
346
          esac; \
 
347
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
228
348
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
229
349
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
230
 
            $(mkinstalldirs) "$(distdir)/$$dir"; \
 
350
            dir="/$$dir"; \
 
351
            $(mkinstalldirs) "$(distdir)$$dir"; \
 
352
          else \
 
353
            dir=''; \
231
354
          fi; \
232
355
          if test -d $$d/$$file; then \
233
 
            cp -pR $$d/$$file $(distdir) \
234
 
            || exit 1; \
 
356
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
357
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
358
            fi; \
 
359
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
235
360
          else \
236
361
            test -f $(distdir)/$$file \
237
362
            || cp -p $$d/$$file $(distdir)/$$file \
238
363
            || exit 1; \
239
364
          fi; \
240
365
        done
241
 
        for subdir in $(SUBDIRS); do \
 
366
        list='$(SUBDIRS)'; for subdir in $$list; do \
242
367
          if test "$$subdir" = .; then :; else \
243
368
            test -d $(distdir)/$$subdir \
244
369
            || mkdir $(distdir)/$$subdir \
268
393
installcheck: installcheck-recursive
269
394
install-strip:
270
395
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
396
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
271
397
          `test -z '$(STRIP)' || \
272
398
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
273
399
mostlyclean-generic:
275
401
clean-generic:
276
402
 
277
403
distclean-generic:
278
 
        -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
 
404
        -rm -f $(CONFIG_CLEAN_FILES)
279
405
 
280
406
maintainer-clean-generic:
281
407
        @echo "This command is intended for maintainers to use"
285
411
clean-am: clean-generic clean-libtool mostlyclean-am
286
412
 
287
413
distclean: distclean-recursive
288
 
 
 
414
        -rm -f Makefile
289
415
distclean-am: clean-am distclean-generic distclean-libtool \
290
416
        distclean-tags
291
417
 
308
434
installcheck-am:
309
435
 
310
436
maintainer-clean: maintainer-clean-recursive
311
 
 
 
437
        -rm -f Makefile
312
438
maintainer-clean-am: distclean-am maintainer-clean-generic
313
439
 
314
440
mostlyclean: mostlyclean-recursive
315
441
 
316
442
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
317
443
 
 
444
pdf: pdf-recursive
 
445
 
 
446
pdf-am:
 
447
 
 
448
ps: ps-recursive
 
449
 
 
450
ps-am:
 
451
 
318
452
uninstall-am: uninstall-info-am
319
453
 
320
454
uninstall-info: uninstall-info-recursive
321
455
 
322
 
.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
323
 
        clean-generic clean-libtool clean-recursive distclean \
324
 
        distclean-generic distclean-libtool distclean-recursive \
325
 
        distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
326
 
        info-recursive install install-am install-data install-data-am \
327
 
        install-data-recursive install-exec install-exec-am \
328
 
        install-exec-recursive install-info install-info-am \
329
 
        install-info-recursive install-man install-recursive \
330
 
        install-strip installcheck installcheck-am installdirs \
331
 
        installdirs-am installdirs-recursive maintainer-clean \
332
 
        maintainer-clean-generic maintainer-clean-recursive mostlyclean \
333
 
        mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
334
 
        tags tags-recursive uninstall uninstall-am uninstall-info-am \
 
456
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am clean \
 
457
        clean-generic clean-libtool clean-recursive ctags \
 
458
        ctags-recursive distclean distclean-generic distclean-libtool \
 
459
        distclean-recursive distclean-tags distdir dvi dvi-am \
 
460
        dvi-recursive info info-am info-recursive install install-am \
 
461
        install-data install-data-am install-data-recursive \
 
462
        install-exec install-exec-am install-exec-recursive \
 
463
        install-info install-info-am install-info-recursive install-man \
 
464
        install-recursive install-strip installcheck installcheck-am \
 
465
        installdirs installdirs-am installdirs-recursive \
 
466
        maintainer-clean maintainer-clean-generic \
 
467
        maintainer-clean-recursive mostlyclean mostlyclean-generic \
 
468
        mostlyclean-libtool mostlyclean-recursive pdf pdf-am \
 
469
        pdf-recursive ps ps-am ps-recursive tags tags-recursive \
 
470
        uninstall uninstall-am uninstall-info-am \
335
471
        uninstall-info-recursive uninstall-recursive
336
472
 
337
473
# Tell versions [3.59,3.63) of GNU make to not export all variables.