~ubuntu-branches/ubuntu/saucy/quagga/saucy

« back to all changes in this revision

Viewing changes to ripd/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Stephan Hermann
  • Date: 2007-09-14 09:47:54 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20070914094754-kqi815lcg6n8mh51
Tags: 0.99.9-1ubuntu1
* Merged new upstream version (LP: #139376)
  - Merged debian/changelog
* Fixes a DoS and some bugs introduced in 0.99.8
  (see: http://www.quagga.net/news2.php?y=2007&m=9&d=7#id1189190760)
* Remaining Ubuntu Patches:
  - debian/rules: use bash as shell
  - debian/quagga.prerm: handle upgrades more gracefully
  - debian/patches/81_32bit_u64.dpatch: Define __u64 as uint64_t
    before including the netlink headers, since that symbol does not exist
    by default on 32 bit arches. Fixes i386/powerpc FTBFS.
  - debian/patches/83_ifaddr_defs.dpatch:
    zebra/rt_netlink.c: #include <linux/if_addr.h> and define IF[L]A_RTA
    macros, so that the file compiles again with our kernel headers.
  - debian/patches/20_ht-20061217-0.99.6-bgp-md5.dpatch: updated for
    linux kernel 2.6.20.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.6 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
17
17
 
18
18
 
19
19
 
20
 
srcdir = @srcdir@
21
 
top_srcdir = @top_srcdir@
22
20
VPATH = @srcdir@
23
21
pkgdatadir = $(datadir)/@PACKAGE@
24
22
pkglibdir = $(libdir)/@PACKAGE@
25
23
pkgincludedir = $(includedir)/@PACKAGE@
26
 
top_builddir = ..
27
24
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
28
 
INSTALL = @INSTALL@
29
25
install_sh_DATA = $(install_sh) -c -m 644
30
26
install_sh_PROGRAM = $(install_sh) -c
31
27
install_sh_SCRIPT = $(install_sh) -c
68
64
am_ripd_OBJECTS = rip_main.$(OBJEXT) $(am__objects_1)
69
65
ripd_OBJECTS = $(am_ripd_OBJECTS)
70
66
ripd_DEPENDENCIES = ../lib/libzebra.la
71
 
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
 
67
DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
72
68
depcomp = $(SHELL) $(top_srcdir)/depcomp
73
69
am__depfiles_maybe = depfiles
74
70
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
75
71
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
76
 
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
77
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
78
 
        $(AM_CFLAGS) $(CFLAGS)
 
72
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
73
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
74
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
79
75
CCLD = $(CC)
80
 
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
81
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
76
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
77
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
78
        $(LDFLAGS) -o $@
82
79
SOURCES = $(librip_a_SOURCES) $(ripd_SOURCES)
83
80
DIST_SOURCES = $(librip_a_SOURCES) $(ripd_SOURCES)
84
81
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
94
91
CTAGS = ctags
95
92
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
96
93
ACLOCAL = @ACLOCAL@
97
 
AMDEP_FALSE = @AMDEP_FALSE@
98
 
AMDEP_TRUE = @AMDEP_TRUE@
99
94
AMTAR = @AMTAR@
100
95
AR = @AR@
101
96
AUTOCONF = @AUTOCONF@
126
121
F77 = @F77@
127
122
FFLAGS = @FFLAGS@
128
123
GAWK = @GAWK@
 
124
GREP = @GREP@
129
125
IF_METHOD = @IF_METHOD@
130
126
IF_PROC = @IF_PROC@
131
127
INCLUDES = @INCLUDES@ -I.. -I$(top_srcdir) -I$(top_srcdir)/lib @SNMP_INCLUDES@
 
128
INSTALL = @INSTALL@
132
129
INSTALL_DATA = @INSTALL_DATA@
133
130
INSTALL_PROGRAM = @INSTALL_PROGRAM@
134
131
INSTALL_SCRIPT = @INSTALL_SCRIPT@
136
133
IOCTL_METHOD = @IOCTL_METHOD@
137
134
IPFORWARD = @IPFORWARD@
138
135
ISISD = @ISISD@
 
136
ISIS_METHOD = @ISIS_METHOD@
139
137
ISIS_TOPOLOGY_DIR = @ISIS_TOPOLOGY_DIR@
140
138
ISIS_TOPOLOGY_INCLUDES = @ISIS_TOPOLOGY_INCLUDES@
141
139
ISIS_TOPOLOGY_LIB = @ISIS_TOPOLOGY_LIB@
142
140
KERNEL_METHOD = @KERNEL_METHOD@
143
141
LDFLAGS = @LDFLAGS@
144
142
LIBCAP = @LIBCAP@
 
143
LIBM = @LIBM@
145
144
LIBOBJS = @LIBOBJS@
146
145
LIBPAM = @LIBPAM@
147
146
LIBREADLINE = @LIBREADLINE@
152
151
LN_S = @LN_S@
153
152
LTLIBOBJS = @LTLIBOBJS@
154
153
MAKEINFO = @MAKEINFO@
 
154
MKDIR_P = @MKDIR_P@
155
155
MULTIPATH_NUM = @MULTIPATH_NUM@
156
156
OBJEXT = @OBJEXT@
157
157
OSPF6D = @OSPF6D@
176
176
SET_MAKE = @SET_MAKE@
177
177
SHELL = @SHELL@
178
178
SNMP_INCLUDES = @SNMP_INCLUDES@
 
179
SOLARIS = @SOLARIS@
179
180
STRIP = @STRIP@
180
181
VERSION = @VERSION@
181
182
VTYSH = @VTYSH@
182
183
WATCHQUAGGA = @WATCHQUAGGA@
183
184
ZEBRA = @ZEBRA@
184
 
ac_ct_AR = @ac_ct_AR@
 
185
abs_builddir = @abs_builddir@
 
186
abs_srcdir = @abs_srcdir@
 
187
abs_top_builddir = @abs_top_builddir@
 
188
abs_top_srcdir = @abs_top_srcdir@
185
189
ac_ct_CC = @ac_ct_CC@
186
190
ac_ct_CXX = @ac_ct_CXX@
187
191
ac_ct_F77 = @ac_ct_F77@
188
 
ac_ct_RANLIB = @ac_ct_RANLIB@
189
 
ac_ct_STRIP = @ac_ct_STRIP@
190
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
191
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
192
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
193
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
194
192
am__include = @am__include@
195
193
am__leading_dot = @am__leading_dot@
196
194
am__quote = @am__quote@
202
200
build_cpu = @build_cpu@
203
201
build_os = @build_os@
204
202
build_vendor = @build_vendor@
 
203
builddir = @builddir@
205
204
datadir = @datadir@
 
205
datarootdir = @datarootdir@
 
206
docdir = @docdir@
 
207
dvidir = @dvidir@
206
208
enable_group = @enable_group@
207
209
enable_user = @enable_user@
208
210
enable_vty_group = @enable_vty_group@
213
215
host_cpu = @host_cpu@
214
216
host_os = @host_os@
215
217
host_vendor = @host_vendor@
 
218
htmldir = @htmldir@
216
219
includedir = @includedir@
217
220
infodir = @infodir@
218
221
install_sh = @install_sh@
219
222
libdir = @libdir@
220
223
libexecdir = @libexecdir@
 
224
localedir = @localedir@
221
225
localstatedir = @localstatedir@
222
226
mandir = @mandir@
223
227
mkdir_p = @mkdir_p@
224
228
oldincludedir = @oldincludedir@
 
229
pdfdir = @pdfdir@
225
230
pkgsrcdir = @pkgsrcdir@
226
231
pkgsrcrcdir = @pkgsrcrcdir@
227
232
prefix = @prefix@
228
233
program_transform_name = @program_transform_name@
 
234
psdir = @psdir@
229
235
quagga_statedir = @quagga_statedir@
230
236
sbindir = @sbindir@
231
237
sharedstatedir = @sharedstatedir@
 
238
srcdir = @srcdir@
232
239
sysconfdir = @sysconfdir@
233
240
target = @target@
234
241
target_alias = @target_alias@
235
242
target_cpu = @target_cpu@
236
243
target_os = @target_os@
237
244
target_vendor = @target_vendor@
 
245
top_builddir = @top_builddir@
 
246
top_srcdir = @top_srcdir@
238
247
INSTALL_SDATA = @INSTALL@ -m 600
239
248
noinst_LIBRARIES = librip.a
240
249
librip_a_SOURCES = \
293
302
        $(RANLIB) librip.a
294
303
install-sbinPROGRAMS: $(sbin_PROGRAMS)
295
304
        @$(NORMAL_INSTALL)
296
 
        test -z "$(sbindir)" || $(mkdir_p) "$(DESTDIR)$(sbindir)"
 
305
        test -z "$(sbindir)" || $(MKDIR_P) "$(DESTDIR)$(sbindir)"
297
306
        @list='$(sbin_PROGRAMS)'; for p in $$list; do \
298
307
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
299
308
          if test -f $$p \
321
330
        done
322
331
ripd$(EXEEXT): $(ripd_OBJECTS) $(ripd_DEPENDENCIES) 
323
332
        @rm -f ripd$(EXEEXT)
324
 
        $(LINK) $(ripd_LDFLAGS) $(ripd_OBJECTS) $(ripd_LDADD) $(LIBS)
 
333
        $(LINK) $(ripd_OBJECTS) $(ripd_LDADD) $(LIBS)
325
334
 
326
335
mostlyclean-compile:
327
336
        -rm -f *.$(OBJEXT)
340
349
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ripd.Po@am__quote@
341
350
 
342
351
.c.o:
343
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
344
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
352
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
353
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
345
354
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
346
355
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
347
356
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
348
357
 
349
358
.c.obj:
350
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
351
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
359
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
360
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
352
361
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
353
362
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
354
363
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
355
364
 
356
365
.c.lo:
357
 
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
358
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
366
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
367
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
359
368
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
360
369
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
361
370
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
365
374
 
366
375
clean-libtool:
367
376
        -rm -rf .libs _libs
368
 
 
369
 
distclean-libtool:
370
 
        -rm -f libtool
371
 
uninstall-info-am:
372
377
install-dist_examplesDATA: $(dist_examples_DATA)
373
378
        @$(NORMAL_INSTALL)
374
 
        test -z "$(examplesdir)" || $(mkdir_p) "$(DESTDIR)$(examplesdir)"
 
379
        test -z "$(examplesdir)" || $(MKDIR_P) "$(DESTDIR)$(examplesdir)"
375
380
        @list='$(dist_examples_DATA)'; for p in $$list; do \
376
381
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
377
382
          f=$(am__strip_dir) \
436
441
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
437
442
 
438
443
distdir: $(DISTFILES)
439
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
440
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
441
 
        list='$(DISTFILES)'; for file in $$list; do \
442
 
          case $$file in \
443
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
444
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
445
 
          esac; \
 
444
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
445
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
446
        list='$(DISTFILES)'; \
 
447
          dist_files=`for file in $$list; do echo $$file; done | \
 
448
          sed -e "s|^$$srcdirstrip/||;t" \
 
449
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
450
        case $$dist_files in \
 
451
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
452
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
453
                           sort -u` ;; \
 
454
        esac; \
 
455
        for file in $$dist_files; do \
446
456
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
447
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
448
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
449
 
            dir="/$$dir"; \
450
 
            $(mkdir_p) "$(distdir)$$dir"; \
451
 
          else \
452
 
            dir=''; \
453
 
          fi; \
454
457
          if test -d $$d/$$file; then \
 
458
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
455
459
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
456
460
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
457
461
            fi; \
467
471
all-am: Makefile $(LIBRARIES) $(PROGRAMS) $(DATA) $(HEADERS)
468
472
installdirs:
469
473
        for dir in "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(examplesdir)"; do \
470
 
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
474
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
471
475
        done
472
476
install: install-am
473
477
install-exec: install-exec-am
502
506
        -rm -rf ./$(DEPDIR)
503
507
        -rm -f Makefile
504
508
distclean-am: clean-am distclean-compile distclean-generic \
505
 
        distclean-libtool distclean-tags
 
509
        distclean-tags
506
510
 
507
511
dvi: dvi-am
508
512
 
516
520
 
517
521
install-data-am: install-dist_examplesDATA
518
522
 
 
523
install-dvi: install-dvi-am
 
524
 
519
525
install-exec-am: install-sbinPROGRAMS
520
526
 
 
527
install-html: install-html-am
 
528
 
521
529
install-info: install-info-am
522
530
 
523
531
install-man:
524
532
 
 
533
install-pdf: install-pdf-am
 
534
 
 
535
install-ps: install-ps-am
 
536
 
525
537
installcheck-am:
526
538
 
527
539
maintainer-clean: maintainer-clean-am
542
554
 
543
555
ps-am:
544
556
 
545
 
uninstall-am: uninstall-dist_examplesDATA uninstall-info-am \
546
 
        uninstall-sbinPROGRAMS
 
557
uninstall-am: uninstall-dist_examplesDATA uninstall-sbinPROGRAMS
 
558
 
 
559
.MAKE: install-am install-strip
547
560
 
548
561
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
549
562
        clean-libtool clean-noinstLIBRARIES clean-sbinPROGRAMS ctags \
550
563
        distclean distclean-compile distclean-generic \
551
564
        distclean-libtool distclean-tags distdir dvi dvi-am html \
552
565
        html-am info info-am install install-am install-data \
553
 
        install-data-am install-dist_examplesDATA install-exec \
554
 
        install-exec-am install-info install-info-am install-man \
 
566
        install-data-am install-dist_examplesDATA install-dvi \
 
567
        install-dvi-am install-exec install-exec-am install-html \
 
568
        install-html-am install-info install-info-am install-man \
 
569
        install-pdf install-pdf-am install-ps install-ps-am \
555
570
        install-sbinPROGRAMS install-strip installcheck \
556
571
        installcheck-am installdirs maintainer-clean \
557
572
        maintainer-clean-generic mostlyclean mostlyclean-compile \
558
573
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
559
574
        tags uninstall uninstall-am uninstall-dist_examplesDATA \
560
 
        uninstall-info-am uninstall-sbinPROGRAMS
 
575
        uninstall-sbinPROGRAMS
561
576
 
562
577
# Tell versions [3.59,3.63) of GNU make to not export all variables.
563
578
# Otherwise a system limit (for SysV at least) may be exceeded.