~ubuntu-branches/ubuntu/trusty/libdumbnet/trusty

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Simon Law
  • Date: 2003-11-13 01:44:56 UTC
  • Revision ID: james.westby@ubuntu.com-20031113014456-6bbmmk2g5clgz71s
Tags: upstream-1.7
ImportĀ upstreamĀ versionĀ 1.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
 
2
 
 
3
# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
 
4
# This Makefile.in is free software; the Free Software Foundation
 
5
# gives unlimited permission to copy and/or distribute it,
 
6
# with or without modifications, as long as this notice is preserved.
 
7
 
 
8
# This program is distributed in the hope that it will be useful,
 
9
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
10
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
11
# PARTICULAR PURPOSE.
 
12
 
 
13
 
 
14
 
 
15
SHELL = @SHELL@
 
16
 
 
17
srcdir = @srcdir@
 
18
top_srcdir = @top_srcdir@
 
19
VPATH = @srcdir@
 
20
prefix = @prefix@
 
21
exec_prefix = @exec_prefix@
 
22
 
 
23
bindir = @bindir@
 
24
sbindir = @sbindir@
 
25
libexecdir = @libexecdir@
 
26
datadir = @datadir@
 
27
sysconfdir = @sysconfdir@
 
28
sharedstatedir = @sharedstatedir@
 
29
localstatedir = @localstatedir@
 
30
libdir = @libdir@
 
31
infodir = @infodir@
 
32
mandir = @mandir@
 
33
includedir = @includedir@
 
34
oldincludedir = /usr/include
 
35
 
 
36
DESTDIR =
 
37
 
 
38
pkgdatadir = $(datadir)/@PACKAGE@
 
39
pkglibdir = $(libdir)/@PACKAGE@
 
40
pkgincludedir = $(includedir)/@PACKAGE@
 
41
 
 
42
top_builddir = .
 
43
 
 
44
ACLOCAL = @ACLOCAL@
 
45
AUTOCONF = @AUTOCONF@
 
46
AUTOMAKE = @AUTOMAKE@
 
47
AUTOHEADER = @AUTOHEADER@
 
48
 
 
49
INSTALL = @INSTALL@
 
50
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
 
51
INSTALL_DATA = @INSTALL_DATA@
 
52
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
53
transform = @program_transform_name@
 
54
 
 
55
NORMAL_INSTALL = :
 
56
PRE_INSTALL = :
 
57
POST_INSTALL = :
 
58
NORMAL_UNINSTALL = :
 
59
PRE_UNINSTALL = :
 
60
POST_UNINSTALL = :
 
61
host_alias = @host_alias@
 
62
host_triplet = @host@
 
63
CC = @CC@
 
64
CHECKINC = @CHECKINC@
 
65
CHECKLIB = @CHECKLIB@
 
66
MAKEINFO = @MAKEINFO@
 
67
PACKAGE = @PACKAGE@
 
68
RANLIB = @RANLIB@
 
69
VERSION = @VERSION@
 
70
 
 
71
AUTOMAKE_OPTIONS = foreign no-dependencies
 
72
 
 
73
INCLUDES = -I$(top_srcdir)/include
 
74
 
 
75
DISTCLEANFILES = *~
 
76
 
 
77
SUBDIRS = include man src test
 
78
 
 
79
bin_SCRIPTS = dnet-config
 
80
 
 
81
EXTRA_DIST = LICENSE Makefile.am.common acconfig.h
 
82
 
 
83
CLEANFILES = dnet-config
 
84
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
85
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
86
CONFIG_HEADER = ./include/config.h
 
87
CONFIG_CLEAN_FILES =  dnet-config
 
88
SCRIPTS =  $(bin_SCRIPTS)
 
89
 
 
90
DIST_COMMON =  README Makefile.am Makefile.in THANKS TODO acinclude.m4 \
 
91
aclocal.m4 config.guess config.sub configure configure.in \
 
92
dnet-config.in install-sh missing mkinstalldirs
 
93
 
 
94
 
 
95
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
 
96
 
 
97
TAR = tar
 
98
GZIP_ENV = --best
 
99
all: all-redirect
 
100
.SUFFIXES:
 
101
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) $(top_srcdir)/Makefile.am.common
 
102
        cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile
 
103
 
 
104
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
105
        cd $(top_builddir) \
 
106
          && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
 
107
 
 
108
$(ACLOCAL_M4):  configure.in  acinclude.m4
 
109
        cd $(srcdir) && $(ACLOCAL)
 
110
 
 
111
config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
112
        $(SHELL) ./config.status --recheck
 
113
$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
 
114
        cd $(srcdir) && $(AUTOCONF)
 
115
dnet-config: $(top_builddir)/config.status dnet-config.in
 
116
        cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
 
117
 
 
118
install-binSCRIPTS: $(bin_SCRIPTS)
 
119
        @$(NORMAL_INSTALL)
 
120
        $(mkinstalldirs) $(DESTDIR)$(bindir)
 
121
        @list='$(bin_SCRIPTS)'; for p in $$list; do \
 
122
          if test -f $$p; then \
 
123
            echo " $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
 
124
            $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
 
125
          else if test -f $(srcdir)/$$p; then \
 
126
            echo " $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
 
127
            $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
 
128
          else :; fi; fi; \
 
129
        done
 
130
 
 
131
uninstall-binSCRIPTS:
 
132
        @$(NORMAL_UNINSTALL)
 
133
        list='$(bin_SCRIPTS)'; for p in $$list; do \
 
134
          rm -f $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
 
135
        done
 
136
 
 
137
# This directory's subdirectories are mostly independent; you can cd
 
138
# into them and run `make' without going through this Makefile.
 
139
# To change the values of `make' variables: instead of editing Makefiles,
 
140
# (1) if the variable is set in `config.status', edit `config.status'
 
141
#     (which will cause the Makefiles to be regenerated when you run `make');
 
142
# (2) otherwise, pass the desired values on the `make' command line.
 
143
 
 
144
@SET_MAKE@
 
145
 
 
146
all-recursive install-data-recursive install-exec-recursive \
 
147
installdirs-recursive install-recursive uninstall-recursive  \
 
148
check-recursive installcheck-recursive info-recursive dvi-recursive:
 
149
        @set fnord $(MAKEFLAGS); amf=$$2; \
 
150
        dot_seen=no; \
 
151
        target=`echo $@ | sed s/-recursive//`; \
 
152
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
153
          echo "Making $$target in $$subdir"; \
 
154
          if test "$$subdir" = "."; then \
 
155
            dot_seen=yes; \
 
156
            local_target="$$target-am"; \
 
157
          else \
 
158
            local_target="$$target"; \
 
159
          fi; \
 
160
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
161
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
162
        done; \
 
163
        if test "$$dot_seen" = "no"; then \
 
164
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
165
        fi; test -z "$$fail"
 
166
 
 
167
mostlyclean-recursive clean-recursive distclean-recursive \
 
168
maintainer-clean-recursive:
 
169
        @set fnord $(MAKEFLAGS); amf=$$2; \
 
170
        dot_seen=no; \
 
171
        rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
 
172
          rev="$$subdir $$rev"; \
 
173
          test "$$subdir" != "." || dot_seen=yes; \
 
174
          true; \
 
175
        done; \
 
176
        test "$$dot_seen" = "no" && rev=". $$rev"; \
 
177
        target=`echo $@ | sed s/-recursive//`; \
 
178
        for subdir in $$rev; do \
 
179
          echo "Making $$target in $$subdir"; \
 
180
          if test "$$subdir" = "."; then \
 
181
            local_target="$$target-am"; \
 
182
          else \
 
183
            local_target="$$target"; \
 
184
          fi; \
 
185
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
186
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
187
        done && test -z "$$fail"
 
188
tags-recursive:
 
189
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
190
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
191
        done
 
192
 
 
193
tags: TAGS
 
194
 
 
195
ID: $(HEADERS) $(SOURCES) $(LISP)
 
196
        list='$(SOURCES) $(HEADERS)'; \
 
197
        unique=`for i in $$list; do echo $$i; done | \
 
198
          awk '    { files[$$0] = 1; } \
 
199
               END { for (i in files) print i; }'`; \
 
200
        here=`pwd` && cd $(srcdir) \
 
201
          && mkid -f$$here/ID $$unique $(LISP)
 
202
 
 
203
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
 
204
        tags=; \
 
205
        here=`pwd`; \
 
206
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
207
   if test "$$subdir" = .; then :; else \
 
208
            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
 
209
   fi; \
 
210
        done; \
 
211
        list='$(SOURCES) $(HEADERS)'; \
 
212
        unique=`for i in $$list; do echo $$i; done | \
 
213
          awk '    { files[$$0] = 1; } \
 
214
               END { for (i in files) print i; }'`; \
 
215
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
 
216
          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
 
217
 
 
218
mostlyclean-tags:
 
219
 
 
220
clean-tags:
 
221
 
 
222
distclean-tags:
 
223
        -rm -f TAGS ID
 
224
 
 
225
maintainer-clean-tags:
 
226
 
 
227
distdir = $(PACKAGE)-$(VERSION)
 
228
top_distdir = $(distdir)
 
229
 
 
230
# This target untars the dist file and tries a VPATH configuration.  Then
 
231
# it guarantees that the distribution is self-contained by making another
 
232
# tarfile.
 
233
distcheck: dist
 
234
        -rm -rf $(distdir)
 
235
        GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
 
236
        mkdir $(distdir)/=build
 
237
        mkdir $(distdir)/=inst
 
238
        dc_install_base=`cd $(distdir)/=inst && pwd`; \
 
239
        cd $(distdir)/=build \
 
240
          && ../configure --srcdir=.. --prefix=$$dc_install_base \
 
241
          && $(MAKE) $(AM_MAKEFLAGS) \
 
242
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
 
243
          && $(MAKE) $(AM_MAKEFLAGS) check \
 
244
          && $(MAKE) $(AM_MAKEFLAGS) install \
 
245
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
 
246
          && $(MAKE) $(AM_MAKEFLAGS) dist
 
247
        -rm -rf $(distdir)
 
248
        @banner="$(distdir).tar.gz is ready for distribution"; \
 
249
        dashes=`echo "$$banner" | sed s/./=/g`; \
 
250
        echo "$$dashes"; \
 
251
        echo "$$banner"; \
 
252
        echo "$$dashes"
 
253
dist: distdir
 
254
        -chmod -R a+r $(distdir)
 
255
        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
 
256
        -rm -rf $(distdir)
 
257
dist-all: distdir
 
258
        -chmod -R a+r $(distdir)
 
259
        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
 
260
        -rm -rf $(distdir)
 
261
distdir: $(DISTFILES)
 
262
        -rm -rf $(distdir)
 
263
        mkdir $(distdir)
 
264
        -chmod 777 $(distdir)
 
265
        @for file in $(DISTFILES); do \
 
266
          d=$(srcdir); \
 
267
          if test -d $$d/$$file; then \
 
268
            cp -pr $$d/$$file $(distdir)/$$file; \
 
269
          else \
 
270
            test -f $(distdir)/$$file \
 
271
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
 
272
            || cp -p $$d/$$file $(distdir)/$$file || :; \
 
273
          fi; \
 
274
        done
 
275
        for subdir in $(SUBDIRS); do \
 
276
          if test "$$subdir" = .; then :; else \
 
277
            test -d $(distdir)/$$subdir \
 
278
            || mkdir $(distdir)/$$subdir \
 
279
            || exit 1; \
 
280
            chmod 777 $(distdir)/$$subdir; \
 
281
            (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
 
282
              || exit 1; \
 
283
          fi; \
 
284
        done
 
285
info-am:
 
286
info: info-recursive
 
287
dvi-am:
 
288
dvi: dvi-recursive
 
289
check-am: all-am
 
290
check: check-recursive
 
291
installcheck-am:
 
292
installcheck: installcheck-recursive
 
293
install-exec-am: install-binSCRIPTS
 
294
install-exec: install-exec-recursive
 
295
 
 
296
install-data-am:
 
297
install-data: install-data-recursive
 
298
 
 
299
install-am: all-am
 
300
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
301
install: install-recursive
 
302
uninstall-am: uninstall-binSCRIPTS
 
303
uninstall: uninstall-recursive
 
304
all-am: Makefile $(SCRIPTS)
 
305
all-redirect: all-recursive
 
306
install-strip:
 
307
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
 
308
installdirs: installdirs-recursive
 
309
installdirs-am:
 
310
        $(mkinstalldirs)  $(DESTDIR)$(bindir)
 
311
 
 
312
 
 
313
mostlyclean-generic:
 
314
 
 
315
clean-generic:
 
316
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
 
317
 
 
318
distclean-generic:
 
319
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
 
320
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
 
321
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
 
322
 
 
323
maintainer-clean-generic:
 
324
mostlyclean-am:  mostlyclean-tags mostlyclean-generic
 
325
 
 
326
mostlyclean: mostlyclean-recursive
 
327
 
 
328
clean-am:  clean-tags clean-generic mostlyclean-am
 
329
 
 
330
clean: clean-recursive
 
331
 
 
332
distclean-am:  distclean-tags distclean-generic clean-am
 
333
 
 
334
distclean: distclean-recursive
 
335
        -rm -f config.status
 
336
 
 
337
maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
 
338
                distclean-am
 
339
        @echo "This command is intended for maintainers to use;"
 
340
        @echo "it deletes files that may require special tools to rebuild."
 
341
 
 
342
maintainer-clean: maintainer-clean-recursive
 
343
        -rm -f config.status
 
344
 
 
345
.PHONY: uninstall-binSCRIPTS install-binSCRIPTS install-data-recursive \
 
346
uninstall-data-recursive install-exec-recursive \
 
347
uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
 
348
all-recursive check-recursive installcheck-recursive info-recursive \
 
349
dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
 
350
maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
 
351
distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
 
352
dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
 
353
install-exec install-data-am install-data install-am install \
 
354
uninstall-am uninstall all-redirect all-am all installdirs-am \
 
355
installdirs mostlyclean-generic distclean-generic clean-generic \
 
356
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
 
357
 
 
358
 
 
359
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
360
# Otherwise a system limit (for SysV at least) may be exceeded.
 
361
.NOEXPORT: