~ubuntu-branches/ubuntu/karmic/dante/karmic

« back to all changes in this revision

Viewing changes to capi/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Thijs Kinkhorst
  • Date: 2006-10-19 12:09:39 UTC
  • mfrom: (3.1.1 dapper)
  • Revision ID: james.westby@ubuntu.com-20061019120939-t818x24e2tn8be5k
Tags: 1.1.18-2.1
* Non-maintainer upload for RC bug.
* Make sure changelogs are installed into all packages (Closes: #393568).

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.9.3 from Makefile.am.
 
2
# @configure_input@
2
3
 
3
 
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
4
 
# Free Software Foundation, Inc.
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004  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,
7
8
# with or without modifications, as long as this notice is preserved.
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
 
 
41
 
ACLOCAL = @ACLOCAL@
42
 
AUTOCONF = @AUTOCONF@
43
 
AUTOMAKE = @AUTOMAKE@
44
 
AUTOHEADER = @AUTOHEADER@
45
 
 
 
24
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
46
25
INSTALL = @INSTALL@
47
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
48
 
INSTALL_DATA = @INSTALL_DATA@
49
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
26
install_sh_DATA = $(install_sh) -c -m 644
 
27
install_sh_PROGRAM = $(install_sh) -c
 
28
install_sh_SCRIPT = $(install_sh) -c
50
29
INSTALL_HEADER = $(INSTALL_DATA)
51
 
transform = @program_transform_name@
 
30
transform = $(program_transform_name)
52
31
NORMAL_INSTALL = :
53
32
PRE_INSTALL = :
54
33
POST_INSTALL = :
55
34
NORMAL_UNINSTALL = :
56
35
PRE_UNINSTALL = :
57
36
POST_UNINSTALL = :
58
 
host_alias = @host_alias@
 
37
build_triplet = @build@
59
38
host_triplet = @host@
 
39
subdir = capi
 
40
DIST_COMMON = $(include_HEADERS) $(srcdir)/Makefile.am \
 
41
        $(srcdir)/Makefile.in
 
42
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
43
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
 
44
        $(top_srcdir)/configure.ac
 
45
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
46
        $(ACLOCAL_M4)
 
47
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
48
CONFIG_HEADER = $(top_builddir)/include/autoconf.h
 
49
CONFIG_CLEAN_FILES =
 
50
SOURCES =
 
51
DIST_SOURCES =
 
52
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
53
am__vpath_adj = case $$p in \
 
54
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
55
    *) f=$$p;; \
 
56
  esac;
 
57
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
58
am__installdirs = "$(DESTDIR)$(includedir)"
 
59
includeHEADERS_INSTALL = $(INSTALL_HEADER)
 
60
HEADERS = $(include_HEADERS)
 
61
ETAGS = etags
 
62
CTAGS = ctags
 
63
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
64
ACLOCAL = @ACLOCAL@
 
65
AMDEP_FALSE = @AMDEP_FALSE@
 
66
AMDEP_TRUE = @AMDEP_TRUE@
60
67
AMTAR = @AMTAR@
61
 
AS = @AS@
 
68
AR = @AR@
 
69
AUTOCONF = @AUTOCONF@
 
70
AUTOHEADER = @AUTOHEADER@
 
71
AUTOMAKE = @AUTOMAKE@
62
72
AWK = @AWK@
63
73
CC = @CC@
 
74
CCDEPMODE = @CCDEPMODE@
 
75
CFLAGS = @CFLAGS@
64
76
CPP = @CPP@
 
77
CPPFLAGS = @CPPFLAGS@
 
78
CXX = @CXX@
 
79
CXXCPP = @CXXCPP@
 
80
CXXDEPMODE = @CXXDEPMODE@
 
81
CXXFLAGS = @CXXFLAGS@
 
82
CYGPATH_W = @CYGPATH_W@
 
83
DEFS = @DEFS@
65
84
DEPDIR = @DEPDIR@
66
 
DLLTOOL = @DLLTOOL@
67
85
ECHO = @ECHO@
 
86
ECHO_C = @ECHO_C@
 
87
ECHO_N = @ECHO_N@
 
88
ECHO_T = @ECHO_T@
 
89
EGREP = @EGREP@
68
90
EXEEXT = @EXEEXT@
 
91
F77 = @F77@
 
92
FFLAGS = @FFLAGS@
 
93
INSTALL_DATA = @INSTALL_DATA@
 
94
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
95
INSTALL_SCRIPT = @INSTALL_SCRIPT@
69
96
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
97
LDFLAGS = @LDFLAGS@
70
98
LEX = @LEX@
 
99
LEXLIB = @LEXLIB@
 
100
LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
 
101
LIBOBJS = @LIBOBJS@
71
102
LIBRARY_PREFIX = @LIBRARY_PREFIX@
 
103
LIBS = @LIBS@
72
104
LIBTOOL = @LIBTOOL@
 
105
LINT_FALSE = @LINT_FALSE@
 
106
LINT_TRUE = @LINT_TRUE@
73
107
LN_S = @LN_S@
74
 
OBJDUMP = @OBJDUMP@
 
108
LTLIBOBJS = @LTLIBOBJS@
 
109
MAKEINFO = @MAKEINFO@
75
110
OBJEXT = @OBJEXT@
76
111
PACKAGE = @PACKAGE@
 
112
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
113
PACKAGE_NAME = @PACKAGE_NAME@
 
114
PACKAGE_STRING = @PACKAGE_STRING@
 
115
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
116
PACKAGE_VERSION = @PACKAGE_VERSION@
 
117
PATH_SEPARATOR = @PATH_SEPARATOR@
77
118
PRELOAD_POSTFIX = @PRELOAD_POSTFIX@
78
119
PRELOAD_SEPERATOR = @PRELOAD_SEPERATOR@
79
120
PRELOAD_VARIABLE = @PRELOAD_VARIABLE@
 
121
PRERELEASE_FALSE = @PRERELEASE_FALSE@
 
122
PRERELEASE_TRUE = @PRERELEASE_TRUE@
80
123
RANLIB = @RANLIB@
 
124
SERVER_INTERPOSITION_ALWAYS_FALSE = @SERVER_INTERPOSITION_ALWAYS_FALSE@
 
125
SERVER_INTERPOSITION_ALWAYS_TRUE = @SERVER_INTERPOSITION_ALWAYS_TRUE@
 
126
SERVER_INTERPOSITION_FALSE = @SERVER_INTERPOSITION_FALSE@
 
127
SERVER_INTERPOSITION_TRUE = @SERVER_INTERPOSITION_TRUE@
 
128
SET_MAKE = @SET_MAKE@
 
129
SHELL = @SHELL@
81
130
SOCKSIFY_PRELOAD_LIBS = @SOCKSIFY_PRELOAD_LIBS@
82
131
SOLIB_POSTFIX = @SOLIB_POSTFIX@
 
132
SPROFIL_FALSE = @SPROFIL_FALSE@
 
133
SPROFIL_TRUE = @SPROFIL_TRUE@
 
134
STATIC_SOCKD_FALSE = @STATIC_SOCKD_FALSE@
 
135
STATIC_SOCKD_TRUE = @STATIC_SOCKD_TRUE@
83
136
STRIP = @STRIP@
84
137
TOPEXTRADIST = @TOPEXTRADIST@
85
138
TOPSUBDIRS = @TOPSUBDIRS@
86
139
VERSION = @VERSION@
 
140
WANT_LIBWRAP_FALSE = @WANT_LIBWRAP_FALSE@
 
141
WANT_LIBWRAP_TRUE = @WANT_LIBWRAP_TRUE@
87
142
YACC = @YACC@
 
143
ac_ct_AR = @ac_ct_AR@
 
144
ac_ct_CC = @ac_ct_CC@
 
145
ac_ct_CXX = @ac_ct_CXX@
 
146
ac_ct_F77 = @ac_ct_F77@
 
147
ac_ct_RANLIB = @ac_ct_RANLIB@
 
148
ac_ct_STRIP = @ac_ct_STRIP@
 
149
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
150
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
151
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
 
152
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
88
153
am__include = @am__include@
 
154
am__leading_dot = @am__leading_dot@
89
155
am__quote = @am__quote@
 
156
am__tar = @am__tar@
 
157
am__untar = @am__untar@
 
158
bindir = @bindir@
 
159
build = @build@
 
160
build_alias = @build_alias@
 
161
build_cpu = @build_cpu@
 
162
build_os = @build_os@
 
163
build_vendor = @build_vendor@
 
164
datadir = @datadir@
 
165
exec_prefix = @exec_prefix@
 
166
host = @host@
 
167
host_alias = @host_alias@
 
168
host_cpu = @host_cpu@
 
169
host_os = @host_os@
 
170
host_vendor = @host_vendor@
 
171
includedir = @includedir@
 
172
infodir = @infodir@
90
173
install_sh = @install_sh@
91
 
 
 
174
libdir = @libdir@
 
175
libexecdir = @libexecdir@
 
176
localstatedir = @localstatedir@
 
177
mandir = @mandir@
 
178
mkdir_p = @mkdir_p@
 
179
oldincludedir = @oldincludedir@
 
180
prefix = @prefix@
 
181
program_transform_name = @program_transform_name@
 
182
sbindir = @sbindir@
 
183
sharedstatedir = @sharedstatedir@
 
184
subdirs = @subdirs@
 
185
sysconfdir = @sysconfdir@
 
186
target_alias = @target_alias@
92
187
include_HEADERS = socks.h
93
 
subdir = capi
94
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
95
 
CONFIG_HEADER = $(top_builddir)/include/autoconf.h
96
 
CONFIG_CLEAN_FILES =
97
 
DIST_SOURCES =
98
 
HEADERS = $(include_HEADERS)
99
 
 
100
 
DIST_COMMON = $(include_HEADERS) Makefile.am Makefile.in
101
188
all: all-am
102
189
 
103
190
.SUFFIXES:
 
191
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
192
        @for dep in $?; do \
 
193
          case '$(am__configure_deps)' in \
 
194
            *$$dep*) \
 
195
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
196
                && exit 0; \
 
197
              exit 1;; \
 
198
          esac; \
 
199
        done; \
 
200
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  capi/Makefile'; \
 
201
        cd $(top_srcdir) && \
 
202
          $(AUTOMAKE) --foreign  capi/Makefile
 
203
.PRECIOUS: Makefile
 
204
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
205
        @case '$?' in \
 
206
          *config.status*) \
 
207
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
208
          *) \
 
209
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
210
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
211
        esac;
 
212
 
 
213
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
214
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
215
 
 
216
$(top_srcdir)/configure:  $(am__configure_deps)
 
217
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
218
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
219
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
104
220
 
105
221
mostlyclean-libtool:
106
222
        -rm -f *.lo
110
226
 
111
227
distclean-libtool:
112
228
        -rm -f libtool
113
 
$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
114
 
        cd $(top_srcdir) && \
115
 
          $(AUTOMAKE) --gnu  capi/Makefile
116
 
Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
117
 
        cd $(top_builddir) && \
118
 
          CONFIG_HEADERS= CONFIG_LINKS= \
119
 
          CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
120
229
uninstall-info-am:
121
230
install-includeHEADERS: $(include_HEADERS)
122
231
        @$(NORMAL_INSTALL)
123
 
        $(mkinstalldirs) $(DESTDIR)$(includedir)
 
232
        test -z "$(includedir)" || $(mkdir_p) "$(DESTDIR)$(includedir)"
124
233
        @list='$(include_HEADERS)'; for p in $$list; do \
125
234
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
126
 
          f="`echo $$p | sed -e 's|^.*/||'`"; \
127
 
          echo " $(INSTALL_HEADER) $$d$$p $(DESTDIR)$(includedir)/$$f"; \
128
 
          $(INSTALL_HEADER) $$d$$p $(DESTDIR)$(includedir)/$$f; \
 
235
          f=$(am__strip_dir) \
 
236
          echo " $(includeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(includedir)/$$f'"; \
 
237
          $(includeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(includedir)/$$f"; \
129
238
        done
130
239
 
131
240
uninstall-includeHEADERS:
132
241
        @$(NORMAL_UNINSTALL)
133
242
        @list='$(include_HEADERS)'; for p in $$list; do \
134
 
          f="`echo $$p | sed -e 's|^.*/||'`"; \
135
 
          echo " rm -f $(DESTDIR)$(includedir)/$$f"; \
136
 
          rm -f $(DESTDIR)$(includedir)/$$f; \
 
243
          f=$(am__strip_dir) \
 
244
          echo " rm -f '$(DESTDIR)$(includedir)/$$f'"; \
 
245
          rm -f "$(DESTDIR)$(includedir)/$$f"; \
137
246
        done
138
247
 
 
248
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
249
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
250
        unique=`for i in $$list; do \
 
251
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
252
          done | \
 
253
          $(AWK) '    { files[$$0] = 1; } \
 
254
               END { for (i in files) print i; }'`; \
 
255
        mkid -fID $$unique
139
256
tags: TAGS
140
257
 
141
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
142
 
        list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
143
 
        unique=`for i in $$list; do \
144
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
145
 
          done | \
146
 
          $(AWK) '    { files[$$0] = 1; } \
147
 
               END { for (i in files) print i; }'`; \
148
 
        mkid -fID $$unique $(LISP)
149
 
 
150
258
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
151
259
                $(TAGS_FILES) $(LISP)
152
260
        tags=; \
153
261
        here=`pwd`; \
154
 
        list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
155
 
        unique=`for i in $$list; do \
156
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
157
 
          done | \
158
 
          $(AWK) '    { files[$$0] = 1; } \
159
 
               END { for (i in files) print i; }'`; \
160
 
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
161
 
          || etags $(ETAGS_ARGS) $$tags  $$unique $(LISP)
 
262
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
263
        unique=`for i in $$list; do \
 
264
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
265
          done | \
 
266
          $(AWK) '    { files[$$0] = 1; } \
 
267
               END { for (i in files) print i; }'`; \
 
268
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
269
          test -n "$$unique" || unique=$$empty_fix; \
 
270
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
271
            $$tags $$unique; \
 
272
        fi
 
273
ctags: CTAGS
 
274
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
275
                $(TAGS_FILES) $(LISP)
 
276
        tags=; \
 
277
        here=`pwd`; \
 
278
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
279
        unique=`for i in $$list; do \
 
280
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
281
          done | \
 
282
          $(AWK) '    { files[$$0] = 1; } \
 
283
               END { for (i in files) print i; }'`; \
 
284
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
285
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
286
             $$tags $$unique
162
287
 
163
288
GTAGS:
164
 
        here=`CDPATH=: && cd $(top_builddir) && pwd` \
 
289
        here=`$(am__cd) $(top_builddir) && pwd` \
165
290
          && cd $(top_srcdir) \
166
291
          && gtags -i $(GTAGS_ARGS) $$here
167
292
 
168
293
distclean-tags:
169
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
170
 
 
171
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
172
 
 
173
 
top_distdir = ..
174
 
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
 
294
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
175
295
 
176
296
distdir: $(DISTFILES)
177
 
        @for file in $(DISTFILES); do \
178
 
          if test -f $$file; then d=.; else d=$(srcdir); fi; \
 
297
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
298
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
299
        list='$(DISTFILES)'; for file in $$list; do \
 
300
          case $$file in \
 
301
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
302
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
303
          esac; \
 
304
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
179
305
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
180
306
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
181
 
            $(mkinstalldirs) "$(distdir)/$$dir"; \
 
307
            dir="/$$dir"; \
 
308
            $(mkdir_p) "$(distdir)$$dir"; \
 
309
          else \
 
310
            dir=''; \
182
311
          fi; \
183
312
          if test -d $$d/$$file; then \
184
 
            cp -pR $$d/$$file $(distdir) \
185
 
            || exit 1; \
 
313
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
314
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
315
            fi; \
 
316
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
186
317
          else \
187
318
            test -f $(distdir)/$$file \
188
319
            || cp -p $$d/$$file $(distdir)/$$file \
192
323
check-am: all-am
193
324
check: check-am
194
325
all-am: Makefile $(HEADERS)
195
 
 
196
326
installdirs:
197
 
        $(mkinstalldirs) $(DESTDIR)$(includedir)
198
 
 
 
327
        for dir in "$(DESTDIR)$(includedir)"; do \
 
328
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
329
        done
199
330
install: install-am
200
331
install-exec: install-exec-am
201
332
install-data: install-data-am
207
338
installcheck: installcheck-am
208
339
install-strip:
209
340
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
341
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
210
342
          `test -z '$(STRIP)' || \
211
343
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
212
344
mostlyclean-generic:
214
346
clean-generic:
215
347
 
216
348
distclean-generic:
217
 
        -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
 
349
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
218
350
 
219
351
maintainer-clean-generic:
220
352
        @echo "This command is intended for maintainers to use"
224
356
clean-am: clean-generic clean-libtool mostlyclean-am
225
357
 
226
358
distclean: distclean-am
227
 
 
 
359
        -rm -f Makefile
228
360
distclean-am: clean-am distclean-generic distclean-libtool \
229
361
        distclean-tags
230
362
 
232
364
 
233
365
dvi-am:
234
366
 
 
367
html: html-am
 
368
 
235
369
info: info-am
236
370
 
237
371
info-am:
247
381
installcheck-am:
248
382
 
249
383
maintainer-clean: maintainer-clean-am
250
 
 
 
384
        -rm -f Makefile
251
385
maintainer-clean-am: distclean-am maintainer-clean-generic
252
386
 
253
387
mostlyclean: mostlyclean-am
254
388
 
255
389
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
256
390
 
 
391
pdf: pdf-am
 
392
 
 
393
pdf-am:
 
394
 
 
395
ps: ps-am
 
396
 
 
397
ps-am:
 
398
 
257
399
uninstall-am: uninstall-includeHEADERS uninstall-info-am
258
400
 
259
 
.PHONY: GTAGS all all-am check check-am clean clean-generic \
260
 
        clean-libtool distclean distclean-generic distclean-libtool \
261
 
        distclean-tags distdir dvi dvi-am info info-am install \
262
 
        install-am install-data install-data-am install-exec \
263
 
        install-exec-am install-includeHEADERS install-info \
264
 
        install-info-am install-man install-strip installcheck \
265
 
        installcheck-am installdirs maintainer-clean \
266
 
        maintainer-clean-generic mostlyclean mostlyclean-generic \
267
 
        mostlyclean-libtool tags uninstall uninstall-am \
268
 
        uninstall-includeHEADERS uninstall-info-am
 
401
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
402
        clean-libtool ctags distclean distclean-generic \
 
403
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
404
        html-am info info-am install install-am install-data \
 
405
        install-data-am install-exec install-exec-am \
 
406
        install-includeHEADERS install-info install-info-am \
 
407
        install-man install-strip installcheck installcheck-am \
 
408
        installdirs maintainer-clean maintainer-clean-generic \
 
409
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
 
410
        ps ps-am tags uninstall uninstall-am uninstall-includeHEADERS \
 
411
        uninstall-info-am
269
412
 
270
413
# Tell versions [3.59,3.63) of GNU make to not export all variables.
271
414
# Otherwise a system limit (for SysV at least) may be exceeded.