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

« back to all changes in this revision

Viewing changes to src/switch/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
 
105
109
LDFLAGS = @LDFLAGS@
106
110
LIBS = @LIBS@
107
111
libsw_a_LIBADD = 
108
 
libsw_a_OBJECTS =  control.o dispatch.o proto.o relay.o route.o sig.o \
109
 
cfg_y.o cfg_l.o
 
112
libsw_a_OBJECTS =  control.$(OBJEXT) dispatch.$(OBJEXT) proto.$(OBJEXT) \
 
113
relay.$(OBJEXT) route.$(OBJEXT) sig.$(OBJEXT) cfg_y.$(OBJEXT) \
 
114
cfg_l.$(OBJEXT)
110
115
AR = ar
 
116
noinst_PROGRAMS =  swc$(EXEEXT)
111
117
PROGRAMS =  $(noinst_PROGRAMS)
112
118
 
113
 
swc_OBJECTS =  swc.o
 
119
swc_OBJECTS =  swc.$(OBJEXT)
114
120
swc_LDFLAGS = 
115
121
LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
116
122
LEXLIB = @LEXLIB@
124
130
 
125
131
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
126
132
 
127
 
TAR = gtar
 
133
TAR = tar
128
134
GZIP_ENV = --best
 
135
DEP_FILES =  .deps/cfg_l.P .deps/cfg_y.P .deps/control.P \
 
136
.deps/dispatch.P .deps/proto.P .deps/relay.P .deps/route.P .deps/sig.P \
 
137
.deps/swc.P
129
138
SOURCES = $(libsw_a_SOURCES) $(swc_SOURCES)
130
139
OBJECTS = $(libsw_a_OBJECTS) $(swc_OBJECTS)
131
140
 
132
141
all: all-redirect
133
142
.SUFFIXES:
134
 
.SUFFIXES: .S .c .l .lo .o .s .y
 
143
.SUFFIXES: .S .c .l .lo .o .obj .s .y
135
144
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
136
 
        cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps src/switch/Makefile
 
145
        cd $(top_srcdir) && $(AUTOMAKE) --gnu src/switch/Makefile
137
146
 
138
 
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
147
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
139
148
        cd $(top_builddir) \
140
149
          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
141
150
 
149
158
 
150
159
maintainer-clean-noinstLIBRARIES:
151
160
 
152
 
.c.o:
153
 
        $(COMPILE) -c $<
 
161
# FIXME: We should only use cygpath when building on Windows,
 
162
# and only if it is available.
 
163
.c.obj:
 
164
        $(COMPILE) -c `cygpath -w $<`
154
165
 
155
166
.s.o:
156
167
        $(COMPILE) -c $<
160
171
 
161
172
mostlyclean-compile:
162
173
        -rm -f *.o core *.core
 
174
        -rm -f *.$(OBJEXT)
163
175
 
164
176
clean-compile:
165
177
 
168
180
 
169
181
maintainer-clean-compile:
170
182
 
171
 
.c.lo:
172
 
        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
173
 
 
174
183
.s.lo:
175
184
        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
176
185
 
201
210
 
202
211
maintainer-clean-noinstPROGRAMS:
203
212
 
204
 
swc: $(swc_OBJECTS) $(swc_DEPENDENCIES)
205
 
        @rm -f swc
 
213
swc$(EXEEXT): $(swc_OBJECTS) $(swc_DEPENDENCIES)
 
214
        @rm -f swc$(EXEEXT)
206
215
        $(LINK) $(swc_LDFLAGS) $(swc_OBJECTS) $(swc_LDADD) $(LIBS)
207
216
.l.c:
208
217
        $(LEX) $(AM_LFLAGS) $(LFLAGS) $< && mv $(LEX_OUTPUT_ROOT).c $@
250
259
        dot_seen=no; \
251
260
        rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
252
261
          rev="$$subdir $$rev"; \
253
 
          test "$$subdir" = "." && dot_seen=yes; \
 
262
          test "$$subdir" != "." || dot_seen=yes; \
254
263
        done; \
255
264
        test "$$dot_seen" = "no" && rev=". $$rev"; \
256
265
        target=`echo $@ | sed s/-recursive//`; \
292
301
          awk '    { files[$$0] = 1; } \
293
302
               END { for (i in files) print i; }'`; \
294
303
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
295
 
          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
 
304
          || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags  $$unique $(LISP))
296
305
 
297
306
mostlyclean-tags:
298
307
 
308
317
subdir = src/switch
309
318
 
310
319
distdir: $(DISTFILES)
 
320
        here=`cd $(top_builddir) && pwd`; \
 
321
        top_distdir=`cd $(top_distdir) && pwd`; \
 
322
        distdir=`cd $(distdir) && pwd`; \
 
323
        cd $(top_srcdir) \
 
324
          && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu src/switch/Makefile
311
325
        @for file in $(DISTFILES); do \
312
326
          d=$(srcdir); \
313
327
          if test -d $$d/$$file; then \
329
343
          fi; \
330
344
        done
331
345
 
 
346
DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
 
347
 
 
348
-include $(DEP_FILES)
 
349
 
 
350
mostlyclean-depend:
 
351
 
 
352
clean-depend:
 
353
 
 
354
distclean-depend:
 
355
        -rm -rf .deps
 
356
 
 
357
maintainer-clean-depend:
 
358
 
 
359
%.o: %.c
 
360
        @echo '$(COMPILE) -c $<'; \
 
361
        $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
 
362
        @-cp .deps/$(*F).pp .deps/$(*F).P; \
 
363
        tr ' ' '\012' < .deps/$(*F).pp \
 
364
          | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
 
365
            >> .deps/$(*F).P; \
 
366
        rm .deps/$(*F).pp
 
367
 
 
368
%.lo: %.c
 
369
        @echo '$(LTCOMPILE) -c $<'; \
 
370
        $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
 
371
        @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
 
372
          < .deps/$(*F).pp > .deps/$(*F).P; \
 
373
        tr ' ' '\012' < .deps/$(*F).pp \
 
374
          | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
 
375
            >> .deps/$(*F).P; \
 
376
        rm -f .deps/$(*F).pp
332
377
info-am:
333
378
info: info-recursive
334
379
dvi-am:
365
410
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
366
411
 
367
412
maintainer-clean-generic:
368
 
        -test -z "cfg_llcfg_yhcfg_yc" || rm -f cfg_ll cfg_yh cfg_yc
 
413
        -test -z "cfg_lccfg_yhcfg_yc" || rm -f cfg_lc cfg_yh cfg_yc
369
414
mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
370
415
                mostlyclean-libtool mostlyclean-noinstPROGRAMS \
371
 
                mostlyclean-tags mostlyclean-generic
 
416
                mostlyclean-tags mostlyclean-depend mostlyclean-generic
372
417
 
373
418
mostlyclean: mostlyclean-recursive
374
419
 
375
420
clean-am:  clean-noinstLIBRARIES clean-compile clean-libtool \
376
 
                clean-noinstPROGRAMS clean-tags clean-generic \
377
 
                mostlyclean-am
 
421
                clean-noinstPROGRAMS clean-tags clean-depend \
 
422
                clean-generic mostlyclean-am
378
423
 
379
424
clean: clean-recursive
380
425
 
381
426
distclean-am:  distclean-noinstLIBRARIES distclean-compile \
382
427
                distclean-libtool distclean-noinstPROGRAMS \
383
 
                distclean-tags distclean-generic clean-am
 
428
                distclean-tags distclean-depend distclean-generic \
 
429
                clean-am
384
430
        -rm -f libtool
385
431
 
386
432
distclean: distclean-recursive
388
434
maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \
389
435
                maintainer-clean-compile maintainer-clean-libtool \
390
436
                maintainer-clean-noinstPROGRAMS maintainer-clean-tags \
391
 
                maintainer-clean-generic distclean-am
 
437
                maintainer-clean-depend maintainer-clean-generic \
 
438
                distclean-am
392
439
        @echo "This command is intended for maintainers to use;"
393
440
        @echo "it deletes files that may require special tools to rebuild."
394
441
 
406
453
all-recursive check-recursive installcheck-recursive info-recursive \
407
454
dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
408
455
maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
409
 
distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
410
 
dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
411
 
install-exec install-data-am install-data install-am install \
412
 
uninstall-am uninstall all-redirect all-am all installdirs-am \
413
 
installdirs mostlyclean-generic distclean-generic clean-generic \
414
 
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
 
456
distclean-tags clean-tags maintainer-clean-tags distdir \
 
457
mostlyclean-depend distclean-depend clean-depend \
 
458
maintainer-clean-depend info-am info dvi-am dvi check check-am \
 
459
installcheck-am installcheck install-exec-am install-exec \
 
460
install-data-am install-data install-am install uninstall-am uninstall \
 
461
all-redirect all-am all installdirs-am installdirs mostlyclean-generic \
 
462
distclean-generic clean-generic maintainer-clean-generic clean \
 
463
mostlyclean distclean maintainer-clean
415
464
 
416
465
 
417
466
# Tell versions [3.59,3.63) of GNU make to not export all variables.