~ubuntu-branches/ubuntu/utopic/lksctp-tools/utopic-proposed

« back to all changes in this revision

Viewing changes to src/include/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl
  • Date: 2007-10-19 19:01:00 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20071019190100-adbg1v6a7uyz2jpx
Tags: 1.0.7.dfsg-2
* debian/control
  - Use the new "Homepage:" field to specify the upstream URL.
  - Update the package recommendations: 
    kernel-image-2.6 is no longer available in the archive, so remove it.
    linux-image-2.6-386 has been superseded by linux-image-2.6-486.

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
# -*-makefile-*-
 
18
#
 
19
# type: deep, strictness: gnu
 
20
srcdir = @srcdir@
 
21
top_srcdir = @top_srcdir@
 
22
VPATH = @srcdir@
 
23
pkgdatadir = $(datadir)/@PACKAGE@
 
24
pkglibdir = $(libdir)/@PACKAGE@
 
25
pkgincludedir = $(includedir)/@PACKAGE@
 
26
top_builddir = ../..
 
27
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
28
INSTALL = @INSTALL@
 
29
install_sh_DATA = $(install_sh) -c -m 644
 
30
install_sh_PROGRAM = $(install_sh) -c
 
31
install_sh_SCRIPT = $(install_sh) -c
 
32
INSTALL_HEADER = $(INSTALL_DATA)
 
33
transform = $(program_transform_name)
 
34
NORMAL_INSTALL = :
 
35
PRE_INSTALL = :
 
36
POST_INSTALL = :
 
37
NORMAL_UNINSTALL = :
 
38
PRE_UNINSTALL = :
 
39
POST_UNINSTALL = :
 
40
build_triplet = @build@
 
41
host_triplet = @host@
 
42
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
 
43
        $(top_srcdir)/Makefile.rules $(top_srcdir)/Makefile.vars
 
44
subdir = src/include
 
45
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
46
am__aclocal_m4_deps = $(top_srcdir)/configure.in
 
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
SOURCES =
 
53
DIST_SOURCES =
 
54
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
55
        html-recursive info-recursive install-data-recursive \
 
56
        install-exec-recursive install-info-recursive \
 
57
        install-recursive installcheck-recursive installdirs-recursive \
 
58
        pdf-recursive ps-recursive uninstall-info-recursive \
 
59
        uninstall-recursive
 
60
ETAGS = etags
 
61
CTAGS = ctags
 
62
DIST_SUBDIRS = $(SUBDIRS)
 
63
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
64
ACLOCAL = @ACLOCAL@
 
65
AMDEP_FALSE = @AMDEP_FALSE@
 
66
AMDEP_TRUE = @AMDEP_TRUE@
 
67
AMTAR = @AMTAR@
 
68
AR = @AR@
 
69
AUTOCONF = @AUTOCONF@
 
70
AUTOHEADER = @AUTOHEADER@
 
71
AUTOMAKE = @AUTOMAKE@
 
72
AWK = @AWK@
 
73
CC = @CC@
 
74
CCDEPMODE = @CCDEPMODE@
 
75
CFLAGS = @CFLAGS@
 
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@
 
84
DEPDIR = @DEPDIR@
 
85
ECHO = @ECHO@
 
86
ECHO_C = @ECHO_C@
 
87
ECHO_N = @ECHO_N@
 
88
ECHO_T = @ECHO_T@
 
89
EGREP = @EGREP@
 
90
EXEEXT = @EXEEXT@
 
91
F77 = @F77@
 
92
FFLAGS = @FFLAGS@
 
93
GREP = @GREP@
 
94
INSTALL_DATA = @INSTALL_DATA@
 
95
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
96
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
97
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
98
LDFLAGS = @LDFLAGS@
 
99
LIBOBJS = @LIBOBJS@
 
100
LIBS = @LIBS@
 
101
LIBTOOL = @LIBTOOL@
 
102
LIBTOOL_DEPS = @LIBTOOL_DEPS@
 
103
LN_S = @LN_S@
 
104
LTLIBOBJS = @LTLIBOBJS@
 
105
MAKEINFO = @MAKEINFO@
 
106
OBJEXT = @OBJEXT@
 
107
PACKAGE = @PACKAGE@
 
108
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
109
PACKAGE_NAME = @PACKAGE_NAME@
 
110
PACKAGE_STRING = @PACKAGE_STRING@
 
111
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
112
PACKAGE_VERSION = @PACKAGE_VERSION@
 
113
PATH_SEPARATOR = @PATH_SEPARATOR@
 
114
RANLIB = @RANLIB@
 
115
SED = @SED@
 
116
SET_MAKE = @SET_MAKE@
 
117
SHELL = @SHELL@
 
118
STRIP = @STRIP@
 
119
VERSION = @VERSION@
 
120
ac_ct_CC = @ac_ct_CC@
 
121
ac_ct_CXX = @ac_ct_CXX@
 
122
ac_ct_F77 = @ac_ct_F77@
 
123
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
124
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
125
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
 
126
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
 
127
am__include = @am__include@
 
128
am__leading_dot = @am__leading_dot@
 
129
am__quote = @am__quote@
 
130
am__tar = @am__tar@
 
131
am__untar = @am__untar@
 
132
bindir = @bindir@
 
133
build = @build@
 
134
build_alias = @build_alias@
 
135
build_cpu = @build_cpu@
 
136
build_os = @build_os@
 
137
build_vendor = @build_vendor@
 
138
datadir = @datadir@
 
139
datarootdir = @datarootdir@
 
140
docdir = @docdir@
 
141
dvidir = @dvidir@
 
142
exec_prefix = @exec_prefix@
 
143
host = @host@
 
144
host_alias = @host_alias@
 
145
host_cpu = @host_cpu@
 
146
host_os = @host_os@
 
147
host_vendor = @host_vendor@
 
148
htmldir = @htmldir@
 
149
includedir = @includedir@
 
150
infodir = @infodir@
 
151
install_sh = @install_sh@
 
152
libdir = @libdir@
 
153
libexecdir = @libexecdir@
 
154
localedir = @localedir@
 
155
localstatedir = @localstatedir@
 
156
mandir = @mandir@
 
157
mkdir_p = @mkdir_p@
 
158
oldincludedir = @oldincludedir@
 
159
pdfdir = @pdfdir@
 
160
prefix = @prefix@
 
161
program_transform_name = @program_transform_name@
 
162
psdir = @psdir@
 
163
sbindir = @sbindir@
 
164
sharedstatedir = @sharedstatedir@
 
165
sysconfdir = @sysconfdir@
 
166
target_alias = @target_alias@
 
167
MAINTAINERCLEANFILES = Makefile.in
 
168
DISTCLEANFILES = \\\#*\\\# Makefile
 
169
CLEANFILES = 
 
170
MOSTLYCLEANFILES = *~ *.[aios] *.bak *.ci *.io
 
171
EXTRA_DIST = 
 
172
LATEX = @LATEX@
 
173
DVIPS = @DVIPS@
 
174
DVIPDFM = @DVIPDFM@
 
175
ENSCRIPTBIN = @ENSCRIPTBIN@
 
176
PS2PDF = @PS2PDF@
 
177
SUBDIRS = netinet
 
178
all: all-recursive
 
179
 
 
180
.SUFFIXES:
 
181
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/Makefile.vars $(top_srcdir)/Makefile.rules $(am__configure_deps)
 
182
        @for dep in $?; do \
 
183
          case '$(am__configure_deps)' in \
 
184
            *$$dep*) \
 
185
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
186
                && exit 0; \
 
187
              exit 1;; \
 
188
          esac; \
 
189
        done; \
 
190
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/include/Makefile'; \
 
191
        cd $(top_srcdir) && \
 
192
          $(AUTOMAKE) --gnu  src/include/Makefile
 
193
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
194
        @case '$?' in \
 
195
          *config.status*) \
 
196
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
197
          *) \
 
198
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
199
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
200
        esac;
 
201
 
 
202
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
203
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
204
 
 
205
$(top_srcdir)/configure:  $(am__configure_deps)
 
206
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
207
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
208
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
209
 
 
210
mostlyclean-libtool:
 
211
        -rm -f *.lo
 
212
 
 
213
clean-libtool:
 
214
        -rm -rf .libs _libs
 
215
 
 
216
distclean-libtool:
 
217
        -rm -f libtool
 
218
uninstall-info-am:
 
219
 
 
220
# This directory's subdirectories are mostly independent; you can cd
 
221
# into them and run `make' without going through this Makefile.
 
222
# To change the values of `make' variables: instead of editing Makefiles,
 
223
# (1) if the variable is set in `config.status', edit `config.status'
 
224
#     (which will cause the Makefiles to be regenerated when you run `make');
 
225
# (2) otherwise, pass the desired values on the `make' command line.
 
226
$(RECURSIVE_TARGETS):
 
227
        @failcom='exit 1'; \
 
228
        for f in x $$MAKEFLAGS; do \
 
229
          case $$f in \
 
230
            *=* | --[!k]*);; \
 
231
            *k*) failcom='fail=yes';; \
 
232
          esac; \
 
233
        done; \
 
234
        dot_seen=no; \
 
235
        target=`echo $@ | sed s/-recursive//`; \
 
236
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
237
          echo "Making $$target in $$subdir"; \
 
238
          if test "$$subdir" = "."; then \
 
239
            dot_seen=yes; \
 
240
            local_target="$$target-am"; \
 
241
          else \
 
242
            local_target="$$target"; \
 
243
          fi; \
 
244
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
245
          || eval $$failcom; \
 
246
        done; \
 
247
        if test "$$dot_seen" = "no"; then \
 
248
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
249
        fi; test -z "$$fail"
 
250
 
 
251
mostlyclean-recursive clean-recursive distclean-recursive \
 
252
maintainer-clean-recursive:
 
253
        @failcom='exit 1'; \
 
254
        for f in x $$MAKEFLAGS; do \
 
255
          case $$f in \
 
256
            *=* | --[!k]*);; \
 
257
            *k*) failcom='fail=yes';; \
 
258
          esac; \
 
259
        done; \
 
260
        dot_seen=no; \
 
261
        case "$@" in \
 
262
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
263
          *) list='$(SUBDIRS)' ;; \
 
264
        esac; \
 
265
        rev=''; for subdir in $$list; do \
 
266
          if test "$$subdir" = "."; then :; else \
 
267
            rev="$$subdir $$rev"; \
 
268
          fi; \
 
269
        done; \
 
270
        rev="$$rev ."; \
 
271
        target=`echo $@ | sed s/-recursive//`; \
 
272
        for subdir in $$rev; do \
 
273
          echo "Making $$target in $$subdir"; \
 
274
          if test "$$subdir" = "."; then \
 
275
            local_target="$$target-am"; \
 
276
          else \
 
277
            local_target="$$target"; \
 
278
          fi; \
 
279
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
280
          || eval $$failcom; \
 
281
        done && test -z "$$fail"
 
282
tags-recursive:
 
283
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
284
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
285
        done
 
286
ctags-recursive:
 
287
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
288
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
289
        done
 
290
 
 
291
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
292
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
293
        unique=`for i in $$list; do \
 
294
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
295
          done | \
 
296
          $(AWK) '    { files[$$0] = 1; } \
 
297
               END { for (i in files) print i; }'`; \
 
298
        mkid -fID $$unique
 
299
tags: TAGS
 
300
 
 
301
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
302
                $(TAGS_FILES) $(LISP)
 
303
        tags=; \
 
304
        here=`pwd`; \
 
305
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
306
          include_option=--etags-include; \
 
307
          empty_fix=.; \
 
308
        else \
 
309
          include_option=--include; \
 
310
          empty_fix=; \
 
311
        fi; \
 
312
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
313
          if test "$$subdir" = .; then :; else \
 
314
            test ! -f $$subdir/TAGS || \
 
315
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
316
          fi; \
 
317
        done; \
 
318
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
319
        unique=`for i in $$list; do \
 
320
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
321
          done | \
 
322
          $(AWK) '    { files[$$0] = 1; } \
 
323
               END { for (i in files) print i; }'`; \
 
324
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
325
          test -n "$$unique" || unique=$$empty_fix; \
 
326
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
327
            $$tags $$unique; \
 
328
        fi
 
329
ctags: CTAGS
 
330
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
331
                $(TAGS_FILES) $(LISP)
 
332
        tags=; \
 
333
        here=`pwd`; \
 
334
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
335
        unique=`for i in $$list; do \
 
336
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
337
          done | \
 
338
          $(AWK) '    { files[$$0] = 1; } \
 
339
               END { for (i in files) print i; }'`; \
 
340
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
341
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
342
             $$tags $$unique
 
343
 
 
344
GTAGS:
 
345
        here=`$(am__cd) $(top_builddir) && pwd` \
 
346
          && cd $(top_srcdir) \
 
347
          && gtags -i $(GTAGS_ARGS) $$here
 
348
 
 
349
distclean-tags:
 
350
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
351
 
 
352
distdir: $(DISTFILES)
 
353
        $(mkdir_p) $(distdir)/../..
 
354
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
355
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
356
        list='$(DISTFILES)'; for file in $$list; do \
 
357
          case $$file in \
 
358
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
359
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
360
          esac; \
 
361
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
362
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
363
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
364
            dir="/$$dir"; \
 
365
            $(mkdir_p) "$(distdir)$$dir"; \
 
366
          else \
 
367
            dir=''; \
 
368
          fi; \
 
369
          if test -d $$d/$$file; then \
 
370
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
371
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
372
            fi; \
 
373
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
374
          else \
 
375
            test -f $(distdir)/$$file \
 
376
            || cp -p $$d/$$file $(distdir)/$$file \
 
377
            || exit 1; \
 
378
          fi; \
 
379
        done
 
380
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
381
          if test "$$subdir" = .; then :; else \
 
382
            test -d "$(distdir)/$$subdir" \
 
383
            || $(mkdir_p) "$(distdir)/$$subdir" \
 
384
            || exit 1; \
 
385
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
386
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
 
387
            (cd $$subdir && \
 
388
              $(MAKE) $(AM_MAKEFLAGS) \
 
389
                top_distdir="$$top_distdir" \
 
390
                distdir="$$distdir/$$subdir" \
 
391
                distdir) \
 
392
              || exit 1; \
 
393
          fi; \
 
394
        done
 
395
check-am: all-am
 
396
check: check-recursive
 
397
all-am: Makefile
 
398
installdirs: installdirs-recursive
 
399
installdirs-am:
 
400
install: install-recursive
 
401
install-exec: install-exec-recursive
 
402
install-data: install-data-recursive
 
403
uninstall: uninstall-recursive
 
404
 
 
405
install-am: all-am
 
406
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
407
 
 
408
installcheck: installcheck-recursive
 
409
install-strip:
 
410
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
411
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
412
          `test -z '$(STRIP)' || \
 
413
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
414
mostlyclean-generic:
 
415
        -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
 
416
 
 
417
clean-generic:
 
418
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
 
419
 
 
420
distclean-generic:
 
421
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
422
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
 
423
 
 
424
maintainer-clean-generic:
 
425
        @echo "This command is intended for maintainers to use"
 
426
        @echo "it deletes files that may require special tools to rebuild."
 
427
        -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
 
428
clean: clean-recursive
 
429
 
 
430
clean-am: clean-generic clean-libtool mostlyclean-am
 
431
 
 
432
distclean: distclean-recursive
 
433
        -rm -f Makefile
 
434
distclean-am: clean-am distclean-generic distclean-libtool \
 
435
        distclean-tags
 
436
 
 
437
dvi: dvi-recursive
 
438
 
 
439
dvi-am:
 
440
 
 
441
html: html-recursive
 
442
 
 
443
info: info-recursive
 
444
 
 
445
info-am:
 
446
 
 
447
install-data-am:
 
448
 
 
449
install-exec-am:
 
450
 
 
451
install-info: install-info-recursive
 
452
 
 
453
install-man:
 
454
 
 
455
installcheck-am:
 
456
 
 
457
maintainer-clean: maintainer-clean-recursive
 
458
        -rm -f Makefile
 
459
maintainer-clean-am: distclean-am maintainer-clean-generic
 
460
 
 
461
mostlyclean: mostlyclean-recursive
 
462
 
 
463
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
464
 
 
465
pdf: pdf-recursive
 
466
 
 
467
pdf-am:
 
468
 
 
469
ps: ps-recursive
 
470
 
 
471
ps-am:
 
472
 
 
473
uninstall-am: uninstall-info-am
 
474
 
 
475
uninstall-info: uninstall-info-recursive
 
476
 
 
477
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
 
478
        clean clean-generic clean-libtool clean-recursive ctags \
 
479
        ctags-recursive distclean distclean-generic distclean-libtool \
 
480
        distclean-recursive distclean-tags distdir dvi dvi-am html \
 
481
        html-am info info-am install install-am install-data \
 
482
        install-data-am install-exec install-exec-am install-info \
 
483
        install-info-am install-man install-strip installcheck \
 
484
        installcheck-am installdirs installdirs-am maintainer-clean \
 
485
        maintainer-clean-generic maintainer-clean-recursive \
 
486
        mostlyclean mostlyclean-generic mostlyclean-libtool \
 
487
        mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
 
488
        uninstall uninstall-am uninstall-info-am
 
489
 
 
490
 
 
491
# -*-makefile-*-
 
492
#
 
493
# Generate pre-parsed C code.
 
494
%.i: %.c
 
495
        $(COMPILE) -E -c $^ -o $@
 
496
 
 
497
.PRECIOUS: %.i
 
498
%.ci: %.i
 
499
        -grep -v -e "^#" -e "^ *$$" $^ | indent > $@
 
500
        mv -f $@ $^
 
501
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
502
# Otherwise a system limit (for SysV at least) may be exceeded.
 
503
.NOEXPORT: