~ubuntu-branches/ubuntu/feisty/linux-atm/feisty

« back to all changes in this revision

Viewing changes to src/test/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Peter De Schrijver (p2)
  • Date: 2005-03-17 23:02:03 UTC
  • mfrom: (2.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050317230203-7vc1pxi0oua0nw5w
Tags: 2.4.1-17
Fix build problem with gcc 4.0 (Closes: )

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated automatically by automake 1.4 from Makefile.am
 
1
# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
2
2
 
3
 
# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
 
3
# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
4
4
# This Makefile.in is free software; the Free Software Foundation
5
5
# gives unlimited permission to copy and/or distribute it,
6
6
# with or without modifications, as long as this notice is preserved.
66
66
AS = @AS@
67
67
CC = @CC@
68
68
DLLTOOL = @DLLTOOL@
 
69
ECHO = @ECHO@
 
70
EXEEXT = @EXEEXT@
69
71
LEX = @LEX@
70
72
LIBTOOL = @LIBTOOL@
71
73
LIBTOOL_DEPS = @LIBTOOL_DEPS@
75
77
LN_S = @LN_S@
76
78
MAKEINFO = @MAKEINFO@
77
79
OBJDUMP = @OBJDUMP@
 
80
OBJEXT = @OBJEXT@
78
81
PACKAGE = @PACKAGE@
79
82
PERL = @PERL@
80
83
RANLIB = @RANLIB@
 
84
STRIP = @STRIP@
81
85
VERSION = @VERSION@
82
86
YACC = @YACC@
83
87
 
108
112
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
109
113
CONFIG_HEADER = ../../config.h
110
114
CONFIG_CLEAN_FILES = 
 
115
bin_PROGRAMS =  aread$(EXEEXT) awrite$(EXEEXT) ttcp_atm$(EXEEXT)
 
116
noinst_PROGRAMS =  align$(EXEEXT) aping$(EXEEXT) br$(EXEEXT) bw$(EXEEXT) \
 
117
isp$(EXEEXT) window$(EXEEXT)
111
118
PROGRAMS =  $(bin_PROGRAMS) $(noinst_PROGRAMS)
112
119
 
113
120
 
115
122
CPPFLAGS = @CPPFLAGS@
116
123
LDFLAGS = @LDFLAGS@
117
124
LIBS = @LIBS@
118
 
aread_OBJECTS =  aread.o
 
125
aread_OBJECTS =  aread.$(OBJEXT)
119
126
aread_LDADD = $(LDADD)
120
127
aread_DEPENDENCIES =  $(top_builddir)/src/lib/libatm.la
121
128
aread_LDFLAGS = 
122
 
awrite_OBJECTS =  awrite.o
 
129
awrite_OBJECTS =  awrite.$(OBJEXT)
123
130
awrite_LDADD = $(LDADD)
124
131
awrite_DEPENDENCIES =  $(top_builddir)/src/lib/libatm.la
125
132
awrite_LDFLAGS = 
126
 
ttcp_atm_OBJECTS =  ttcp.o
 
133
ttcp_atm_OBJECTS =  ttcp.$(OBJEXT)
127
134
ttcp_atm_LDADD = $(LDADD)
128
135
ttcp_atm_DEPENDENCIES =  $(top_builddir)/src/lib/libatm.la
129
136
ttcp_atm_LDFLAGS = 
130
 
align_OBJECTS =  align.o
 
137
align_OBJECTS =  align.$(OBJEXT)
131
138
align_LDADD = $(LDADD)
132
139
align_DEPENDENCIES =  $(top_builddir)/src/lib/libatm.la
133
140
align_LDFLAGS = 
134
 
aping_OBJECTS =  aping.o
 
141
aping_OBJECTS =  aping.$(OBJEXT)
135
142
aping_LDADD = $(LDADD)
136
143
aping_DEPENDENCIES =  $(top_builddir)/src/lib/libatm.la
137
144
aping_LDFLAGS = 
138
 
br_OBJECTS =  br.o
 
145
br_OBJECTS =  br.$(OBJEXT)
139
146
br_LDADD = $(LDADD)
140
147
br_DEPENDENCIES =  $(top_builddir)/src/lib/libatm.la
141
148
br_LDFLAGS = 
142
 
bw_OBJECTS =  bw.o
 
149
bw_OBJECTS =  bw.$(OBJEXT)
143
150
bw_LDADD = $(LDADD)
144
151
bw_DEPENDENCIES =  $(top_builddir)/src/lib/libatm.la
145
152
bw_LDFLAGS = 
146
 
isp_OBJECTS =  isp.o ispl_y.o ispl_l.o
 
153
isp_OBJECTS =  isp.$(OBJEXT) ispl_y.$(OBJEXT) ispl_l.$(OBJEXT)
147
154
isp_LDFLAGS = 
148
 
window_OBJECTS =  window.o
 
155
window_OBJECTS =  window.$(OBJEXT)
149
156
window_LDADD = $(LDADD)
150
157
window_DEPENDENCIES =  $(top_builddir)/src/lib/libatm.la
151
158
window_LDFLAGS = 
161
168
 
162
169
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
163
170
 
164
 
TAR = gtar
 
171
TAR = tar
165
172
GZIP_ENV = --best
 
173
DEP_FILES =  .deps/align.P .deps/aping.P .deps/aread.P .deps/awrite.P \
 
174
.deps/br.P .deps/bw.P .deps/isp.P .deps/ispl_l.P .deps/ispl_y.P \
 
175
.deps/ttcp.P .deps/window.P
166
176
SOURCES = $(aread_SOURCES) $(awrite_SOURCES) $(ttcp_atm_SOURCES) $(align_SOURCES) $(aping_SOURCES) $(br_SOURCES) $(bw_SOURCES) $(isp_SOURCES) $(window_SOURCES)
167
177
OBJECTS = $(aread_OBJECTS) $(awrite_OBJECTS) $(ttcp_atm_OBJECTS) $(align_OBJECTS) $(aping_OBJECTS) $(br_OBJECTS) $(bw_OBJECTS) $(isp_OBJECTS) $(window_OBJECTS)
168
178
 
169
179
all: all-redirect
170
180
.SUFFIXES:
171
 
.SUFFIXES: .S .c .l .lo .o .s .y
 
181
.SUFFIXES: .S .c .l .lo .o .obj .s .y
172
182
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
173
 
        cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps src/test/Makefile
 
183
        cd $(top_srcdir) && $(AUTOMAKE) --gnu src/test/Makefile
174
184
 
175
 
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
185
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
176
186
        cd $(top_builddir) \
177
187
          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
178
188
 
211
221
 
212
222
maintainer-clean-noinstPROGRAMS:
213
223
 
214
 
.c.o:
215
 
        $(COMPILE) -c $<
 
224
# FIXME: We should only use cygpath when building on Windows,
 
225
# and only if it is available.
 
226
.c.obj:
 
227
        $(COMPILE) -c `cygpath -w $<`
216
228
 
217
229
.s.o:
218
230
        $(COMPILE) -c $<
222
234
 
223
235
mostlyclean-compile:
224
236
        -rm -f *.o core *.core
 
237
        -rm -f *.$(OBJEXT)
225
238
 
226
239
clean-compile:
227
240
 
230
243
 
231
244
maintainer-clean-compile:
232
245
 
233
 
.c.lo:
234
 
        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
235
 
 
236
246
.s.lo:
237
247
        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
238
248
 
249
259
 
250
260
maintainer-clean-libtool:
251
261
 
252
 
aread: $(aread_OBJECTS) $(aread_DEPENDENCIES)
253
 
        @rm -f aread
 
262
aread$(EXEEXT): $(aread_OBJECTS) $(aread_DEPENDENCIES)
 
263
        @rm -f aread$(EXEEXT)
254
264
        $(LINK) $(aread_LDFLAGS) $(aread_OBJECTS) $(aread_LDADD) $(LIBS)
255
265
 
256
 
awrite: $(awrite_OBJECTS) $(awrite_DEPENDENCIES)
257
 
        @rm -f awrite
 
266
awrite$(EXEEXT): $(awrite_OBJECTS) $(awrite_DEPENDENCIES)
 
267
        @rm -f awrite$(EXEEXT)
258
268
        $(LINK) $(awrite_LDFLAGS) $(awrite_OBJECTS) $(awrite_LDADD) $(LIBS)
259
269
 
260
 
ttcp_atm: $(ttcp_atm_OBJECTS) $(ttcp_atm_DEPENDENCIES)
261
 
        @rm -f ttcp_atm
 
270
ttcp_atm$(EXEEXT): $(ttcp_atm_OBJECTS) $(ttcp_atm_DEPENDENCIES)
 
271
        @rm -f ttcp_atm$(EXEEXT)
262
272
        $(LINK) $(ttcp_atm_LDFLAGS) $(ttcp_atm_OBJECTS) $(ttcp_atm_LDADD) $(LIBS)
263
273
 
264
 
align: $(align_OBJECTS) $(align_DEPENDENCIES)
265
 
        @rm -f align
 
274
align$(EXEEXT): $(align_OBJECTS) $(align_DEPENDENCIES)
 
275
        @rm -f align$(EXEEXT)
266
276
        $(LINK) $(align_LDFLAGS) $(align_OBJECTS) $(align_LDADD) $(LIBS)
267
277
 
268
 
aping: $(aping_OBJECTS) $(aping_DEPENDENCIES)
269
 
        @rm -f aping
 
278
aping$(EXEEXT): $(aping_OBJECTS) $(aping_DEPENDENCIES)
 
279
        @rm -f aping$(EXEEXT)
270
280
        $(LINK) $(aping_LDFLAGS) $(aping_OBJECTS) $(aping_LDADD) $(LIBS)
271
281
 
272
 
br: $(br_OBJECTS) $(br_DEPENDENCIES)
273
 
        @rm -f br
 
282
br$(EXEEXT): $(br_OBJECTS) $(br_DEPENDENCIES)
 
283
        @rm -f br$(EXEEXT)
274
284
        $(LINK) $(br_LDFLAGS) $(br_OBJECTS) $(br_LDADD) $(LIBS)
275
285
 
276
 
bw: $(bw_OBJECTS) $(bw_DEPENDENCIES)
277
 
        @rm -f bw
 
286
bw$(EXEEXT): $(bw_OBJECTS) $(bw_DEPENDENCIES)
 
287
        @rm -f bw$(EXEEXT)
278
288
        $(LINK) $(bw_LDFLAGS) $(bw_OBJECTS) $(bw_LDADD) $(LIBS)
279
289
 
280
 
isp: $(isp_OBJECTS) $(isp_DEPENDENCIES)
281
 
        @rm -f isp
 
290
isp$(EXEEXT): $(isp_OBJECTS) $(isp_DEPENDENCIES)
 
291
        @rm -f isp$(EXEEXT)
282
292
        $(LINK) $(isp_LDFLAGS) $(isp_OBJECTS) $(isp_LDADD) $(LIBS)
283
293
 
284
 
window: $(window_OBJECTS) $(window_DEPENDENCIES)
285
 
        @rm -f window
 
294
window$(EXEEXT): $(window_OBJECTS) $(window_DEPENDENCIES)
 
295
        @rm -f window$(EXEEXT)
286
296
        $(LINK) $(window_LDFLAGS) $(window_OBJECTS) $(window_LDADD) $(LIBS)
287
297
.l.c:
288
298
        $(LEX) $(AM_LFLAGS) $(LFLAGS) $< && mv $(LEX_OUTPUT_ROOT).c $@
312
322
          awk '    { files[$$0] = 1; } \
313
323
               END { for (i in files) print i; }'`; \
314
324
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
315
 
          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
 
325
          || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags  $$unique $(LISP))
316
326
 
317
327
mostlyclean-tags:
318
328
 
328
338
subdir = src/test
329
339
 
330
340
distdir: $(DISTFILES)
 
341
        here=`cd $(top_builddir) && pwd`; \
 
342
        top_distdir=`cd $(top_distdir) && pwd`; \
 
343
        distdir=`cd $(distdir) && pwd`; \
 
344
        cd $(top_srcdir) \
 
345
          && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu src/test/Makefile
331
346
        @for file in $(DISTFILES); do \
332
347
          d=$(srcdir); \
333
348
          if test -d $$d/$$file; then \
339
354
          fi; \
340
355
        done
341
356
 
 
357
DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
 
358
 
 
359
-include $(DEP_FILES)
 
360
 
 
361
mostlyclean-depend:
 
362
 
 
363
clean-depend:
 
364
 
 
365
distclean-depend:
 
366
        -rm -rf .deps
 
367
 
 
368
maintainer-clean-depend:
 
369
 
 
370
%.o: %.c
 
371
        @echo '$(COMPILE) -c $<'; \
 
372
        $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
 
373
        @-cp .deps/$(*F).pp .deps/$(*F).P; \
 
374
        tr ' ' '\012' < .deps/$(*F).pp \
 
375
          | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
 
376
            >> .deps/$(*F).P; \
 
377
        rm .deps/$(*F).pp
 
378
 
 
379
%.lo: %.c
 
380
        @echo '$(LTCOMPILE) -c $<'; \
 
381
        $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
 
382
        @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
 
383
          < .deps/$(*F).pp > .deps/$(*F).P; \
 
384
        tr ' ' '\012' < .deps/$(*F).pp \
 
385
          | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
 
386
            >> .deps/$(*F).P; \
 
387
        rm -f .deps/$(*F).pp
342
388
info-am:
343
389
info: info-am
344
390
dvi-am:
376
422
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
377
423
 
378
424
maintainer-clean-generic:
379
 
        -test -z "ispl_llispl_yhispl_yc" || rm -f ispl_ll ispl_yh ispl_yc
 
425
        -test -z "ispl_lcispl_yhispl_yc" || rm -f ispl_lc ispl_yh ispl_yc
380
426
mostlyclean-am:  mostlyclean-binPROGRAMS mostlyclean-noinstPROGRAMS \
381
427
                mostlyclean-compile mostlyclean-libtool \
382
 
                mostlyclean-tags mostlyclean-generic
 
428
                mostlyclean-tags mostlyclean-depend mostlyclean-generic
383
429
 
384
430
mostlyclean: mostlyclean-am
385
431
 
386
432
clean-am:  clean-binPROGRAMS clean-noinstPROGRAMS clean-compile \
387
 
                clean-libtool clean-tags clean-generic mostlyclean-am
 
433
                clean-libtool clean-tags clean-depend clean-generic \
 
434
                mostlyclean-am
388
435
 
389
436
clean: clean-am
390
437
 
391
438
distclean-am:  distclean-binPROGRAMS distclean-noinstPROGRAMS \
392
439
                distclean-compile distclean-libtool distclean-tags \
393
 
                distclean-generic clean-am
 
440
                distclean-depend distclean-generic clean-am
394
441
        -rm -f libtool
395
442
 
396
443
distclean: distclean-am
398
445
maintainer-clean-am:  maintainer-clean-binPROGRAMS \
399
446
                maintainer-clean-noinstPROGRAMS \
400
447
                maintainer-clean-compile maintainer-clean-libtool \
401
 
                maintainer-clean-tags maintainer-clean-generic \
402
 
                distclean-am
 
448
                maintainer-clean-tags maintainer-clean-depend \
 
449
                maintainer-clean-generic distclean-am
403
450
        @echo "This command is intended for maintainers to use;"
404
451
        @echo "it deletes files that may require special tools to rebuild."
405
452
 
412
459
mostlyclean-compile distclean-compile clean-compile \
413
460
maintainer-clean-compile mostlyclean-libtool distclean-libtool \
414
461
clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
415
 
distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
416
 
dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
417
 
install-exec install-data-am install-data install-am install \
418
 
uninstall-am uninstall all-redirect all-am all installdirs \
419
 
mostlyclean-generic distclean-generic clean-generic \
420
 
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
 
462
distclean-tags clean-tags maintainer-clean-tags distdir \
 
463
mostlyclean-depend distclean-depend clean-depend \
 
464
maintainer-clean-depend info-am info dvi-am dvi check check-am \
 
465
installcheck-am installcheck install-exec-am install-exec \
 
466
install-data-am install-data install-am install uninstall-am uninstall \
 
467
all-redirect all-am all installdirs mostlyclean-generic \
 
468
distclean-generic clean-generic maintainer-clean-generic clean \
 
469
mostlyclean distclean maintainer-clean
421
470
 
422
471
 
423
472
isp.o: errnos.inc
424
473
 
425
474
errnos.inc: mkerrnos.pl
426
 
        @PERL@ ./mkerrnos.pl </usr/include/asm/errno.h \
427
 
        | grep -v EMAXERRNO     >errnos.inc || { rm -f errnos.inc; exit 1; }
 
475
        cpp -I/usr/include/ -dM /usr/include/asm/errno.h | grep "^#define E" \
 
476
        | @PERL@ ./mkerrnos.pl | grep -v EMAXERRNO >errnos.inc \
 
477
        || { rm -f errnos.inc; exit 1; }
428
478
 
429
479
# Tell versions [3.59,3.63) of GNU make to not export all variables.
430
480
# Otherwise a system limit (for SysV at least) may be exceeded.