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

« back to all changes in this revision

Viewing changes to test/dnet/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
sbin_PROGRAMS = dnet
 
78
 
 
79
dnet_SOURCES = addr.c arp.c aton.c aton.h dnet.c eth.c fw.c hex.c       icmp.c intf.c ip.c mod.h rand.c route.c send.c tcp.c udp.c
 
80
 
 
81
 
 
82
man_MANS = dnet.8
 
83
 
 
84
EXTRA_DIST = $(man_MANS)
 
85
 
 
86
LDADD = $(top_builddir)/src/libdnet.a
 
87
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
88
CONFIG_HEADER = ../../include/config.h
 
89
CONFIG_CLEAN_FILES = 
 
90
PROGRAMS =  $(sbin_PROGRAMS)
 
91
 
 
92
 
 
93
DEFS = @DEFS@ -I. -I$(srcdir) -I../../include
 
94
CPPFLAGS = @CPPFLAGS@
 
95
LDFLAGS = @LDFLAGS@
 
96
LIBS = @LIBS@
 
97
dnet_OBJECTS =  addr.o arp.o aton.o dnet.o eth.o fw.o hex.o icmp.o \
 
98
intf.o ip.o rand.o route.o send.o tcp.o udp.o
 
99
dnet_LDADD = $(LDADD)
 
100
dnet_DEPENDENCIES =  $(top_builddir)/src/libdnet.a
 
101
dnet_LDFLAGS = 
 
102
CFLAGS = @CFLAGS@
 
103
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
104
CCLD = $(CC)
 
105
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
 
106
man8dir = $(mandir)/man8
 
107
MANS = $(man_MANS)
 
108
 
 
109
NROFF = nroff
 
110
DIST_COMMON =  Makefile.am Makefile.in
 
111
 
 
112
 
 
113
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
 
114
 
 
115
TAR = tar
 
116
GZIP_ENV = --best
 
117
SOURCES = $(dnet_SOURCES)
 
118
OBJECTS = $(dnet_OBJECTS)
 
119
 
 
120
all: all-redirect
 
121
.SUFFIXES:
 
122
.SUFFIXES: .S .c .o .s
 
123
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) $(top_srcdir)/Makefile.am.common
 
124
        cd $(top_srcdir) && $(AUTOMAKE) --foreign test/dnet/Makefile
 
125
 
 
126
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
127
        cd $(top_builddir) \
 
128
          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
 
129
 
 
130
 
 
131
mostlyclean-sbinPROGRAMS:
 
132
 
 
133
clean-sbinPROGRAMS:
 
134
        -test -z "$(sbin_PROGRAMS)" || rm -f $(sbin_PROGRAMS)
 
135
 
 
136
distclean-sbinPROGRAMS:
 
137
 
 
138
maintainer-clean-sbinPROGRAMS:
 
139
 
 
140
install-sbinPROGRAMS: $(sbin_PROGRAMS)
 
141
        @$(NORMAL_INSTALL)
 
142
        $(mkinstalldirs) $(DESTDIR)$(sbindir)
 
143
        @list='$(sbin_PROGRAMS)'; for p in $$list; do \
 
144
          if test -f $$p; then \
 
145
            echo "  $(INSTALL_PROGRAM) $$p $(DESTDIR)$(sbindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
 
146
             $(INSTALL_PROGRAM) $$p $(DESTDIR)$(sbindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
 
147
          else :; fi; \
 
148
        done
 
149
 
 
150
uninstall-sbinPROGRAMS:
 
151
        @$(NORMAL_UNINSTALL)
 
152
        list='$(sbin_PROGRAMS)'; for p in $$list; do \
 
153
          rm -f $(DESTDIR)$(sbindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
 
154
        done
 
155
 
 
156
.c.o:
 
157
        $(COMPILE) -c $<
 
158
 
 
159
.s.o:
 
160
        $(COMPILE) -c $<
 
161
 
 
162
.S.o:
 
163
        $(COMPILE) -c $<
 
164
 
 
165
mostlyclean-compile:
 
166
        -rm -f *.o core *.core
 
167
 
 
168
clean-compile:
 
169
 
 
170
distclean-compile:
 
171
        -rm -f *.tab.c
 
172
 
 
173
maintainer-clean-compile:
 
174
 
 
175
dnet: $(dnet_OBJECTS) $(dnet_DEPENDENCIES)
 
176
        @rm -f dnet
 
177
        $(LINK) $(dnet_LDFLAGS) $(dnet_OBJECTS) $(dnet_LDADD) $(LIBS)
 
178
 
 
179
install-man8:
 
180
        $(mkinstalldirs) $(DESTDIR)$(man8dir)
 
181
        @list='$(man8_MANS)'; \
 
182
        l2='$(man_MANS)'; for i in $$l2; do \
 
183
          case "$$i" in \
 
184
            *.8*) list="$$list $$i" ;; \
 
185
          esac; \
 
186
        done; \
 
187
        for i in $$list; do \
 
188
          if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
 
189
          else file=$$i; fi; \
 
190
          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
 
191
          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
 
192
          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
 
193
          echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man8dir)/$$inst"; \
 
194
          $(INSTALL_DATA) $$file $(DESTDIR)$(man8dir)/$$inst; \
 
195
        done
 
196
 
 
197
uninstall-man8:
 
198
        @list='$(man8_MANS)'; \
 
199
        l2='$(man_MANS)'; for i in $$l2; do \
 
200
          case "$$i" in \
 
201
            *.8*) list="$$list $$i" ;; \
 
202
          esac; \
 
203
        done; \
 
204
        for i in $$list; do \
 
205
          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
 
206
          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
 
207
          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
 
208
          echo " rm -f $(DESTDIR)$(man8dir)/$$inst"; \
 
209
          rm -f $(DESTDIR)$(man8dir)/$$inst; \
 
210
        done
 
211
install-man: $(MANS)
 
212
        @$(NORMAL_INSTALL)
 
213
        $(MAKE) $(AM_MAKEFLAGS) install-man8
 
214
uninstall-man:
 
215
        @$(NORMAL_UNINSTALL)
 
216
        $(MAKE) $(AM_MAKEFLAGS) uninstall-man8
 
217
 
 
218
tags: TAGS
 
219
 
 
220
ID: $(HEADERS) $(SOURCES) $(LISP)
 
221
        list='$(SOURCES) $(HEADERS)'; \
 
222
        unique=`for i in $$list; do echo $$i; done | \
 
223
          awk '    { files[$$0] = 1; } \
 
224
               END { for (i in files) print i; }'`; \
 
225
        here=`pwd` && cd $(srcdir) \
 
226
          && mkid -f$$here/ID $$unique $(LISP)
 
227
 
 
228
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
 
229
        tags=; \
 
230
        here=`pwd`; \
 
231
        list='$(SOURCES) $(HEADERS)'; \
 
232
        unique=`for i in $$list; do echo $$i; done | \
 
233
          awk '    { files[$$0] = 1; } \
 
234
               END { for (i in files) print i; }'`; \
 
235
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
 
236
          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
 
237
 
 
238
mostlyclean-tags:
 
239
 
 
240
clean-tags:
 
241
 
 
242
distclean-tags:
 
243
        -rm -f TAGS ID
 
244
 
 
245
maintainer-clean-tags:
 
246
 
 
247
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
 
248
 
 
249
subdir = test/dnet
 
250
 
 
251
distdir: $(DISTFILES)
 
252
        @for file in $(DISTFILES); do \
 
253
          d=$(srcdir); \
 
254
          if test -d $$d/$$file; then \
 
255
            cp -pr $$d/$$file $(distdir)/$$file; \
 
256
          else \
 
257
            test -f $(distdir)/$$file \
 
258
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
 
259
            || cp -p $$d/$$file $(distdir)/$$file || :; \
 
260
          fi; \
 
261
        done
 
262
info-am:
 
263
info: info-am
 
264
dvi-am:
 
265
dvi: dvi-am
 
266
check-am: all-am
 
267
check: check-am
 
268
installcheck-am:
 
269
installcheck: installcheck-am
 
270
install-exec-am: install-sbinPROGRAMS
 
271
install-exec: install-exec-am
 
272
 
 
273
install-data-am: install-man
 
274
install-data: install-data-am
 
275
 
 
276
install-am: all-am
 
277
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
278
install: install-am
 
279
uninstall-am: uninstall-sbinPROGRAMS uninstall-man
 
280
uninstall: uninstall-am
 
281
all-am: Makefile $(PROGRAMS) $(MANS)
 
282
all-redirect: all-am
 
283
install-strip:
 
284
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
 
285
installdirs:
 
286
        $(mkinstalldirs)  $(DESTDIR)$(sbindir) $(DESTDIR)$(mandir)/man8
 
287
 
 
288
 
 
289
mostlyclean-generic:
 
290
 
 
291
clean-generic:
 
292
 
 
293
distclean-generic:
 
294
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
 
295
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
 
296
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
 
297
 
 
298
maintainer-clean-generic:
 
299
mostlyclean-am:  mostlyclean-sbinPROGRAMS mostlyclean-compile \
 
300
                mostlyclean-tags mostlyclean-generic
 
301
 
 
302
mostlyclean: mostlyclean-am
 
303
 
 
304
clean-am:  clean-sbinPROGRAMS clean-compile clean-tags clean-generic \
 
305
                mostlyclean-am
 
306
 
 
307
clean: clean-am
 
308
 
 
309
distclean-am:  distclean-sbinPROGRAMS distclean-compile distclean-tags \
 
310
                distclean-generic clean-am
 
311
 
 
312
distclean: distclean-am
 
313
 
 
314
maintainer-clean-am:  maintainer-clean-sbinPROGRAMS \
 
315
                maintainer-clean-compile maintainer-clean-tags \
 
316
                maintainer-clean-generic distclean-am
 
317
        @echo "This command is intended for maintainers to use;"
 
318
        @echo "it deletes files that may require special tools to rebuild."
 
319
 
 
320
maintainer-clean: maintainer-clean-am
 
321
 
 
322
.PHONY: mostlyclean-sbinPROGRAMS distclean-sbinPROGRAMS \
 
323
clean-sbinPROGRAMS maintainer-clean-sbinPROGRAMS uninstall-sbinPROGRAMS \
 
324
install-sbinPROGRAMS mostlyclean-compile distclean-compile \
 
325
clean-compile maintainer-clean-compile install-man8 uninstall-man8 \
 
326
install-man uninstall-man tags mostlyclean-tags distclean-tags \
 
327
clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
 
328
check-am installcheck-am installcheck install-exec-am install-exec \
 
329
install-data-am install-data install-am install uninstall-am uninstall \
 
330
all-redirect all-am all installdirs mostlyclean-generic \
 
331
distclean-generic clean-generic maintainer-clean-generic clean \
 
332
mostlyclean distclean maintainer-clean
 
333
 
 
334
 
 
335
dnet.8.txt: dnet.8
 
336
        groff -t -e -mdoc -Tascii dnet.8 | col -bx > $@
 
337
 
 
338
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
339
# Otherwise a system limit (for SysV at least) may be exceeded.
 
340
.NOEXPORT: