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

« back to all changes in this revision

Viewing changes to lib/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.
15
15
@SET_MAKE@
16
16
 
17
17
 
18
 
srcdir = @srcdir@
19
 
top_srcdir = @top_srcdir@
20
18
VPATH = @srcdir@
21
19
pkgdatadir = $(datadir)/@PACKAGE@
22
20
pkglibdir = $(libdir)/@PACKAGE@
23
21
pkgincludedir = $(includedir)/@PACKAGE@
24
 
top_builddir = ..
25
22
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26
 
INSTALL = @INSTALL@
27
23
install_sh_DATA = $(install_sh) -c -m 644
28
24
install_sh_PROGRAM = $(install_sh) -c
29
25
install_sh_SCRIPT = $(install_sh) -c
65
61
        if_rmap.lo keychain.lo privs.lo sigevent.lo pqueue.lo jhash.lo \
66
62
        memtypes.lo workqueue.lo
67
63
libzebra_la_OBJECTS = $(am_libzebra_la_OBJECTS)
68
 
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
 
64
libzebra_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
 
65
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
66
        $(libzebra_la_LDFLAGS) $(LDFLAGS) -o $@
 
67
DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
69
68
depcomp = $(SHELL) $(top_srcdir)/depcomp
70
69
am__depfiles_maybe = depfiles
71
70
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
72
71
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
73
 
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
74
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
75
 
        $(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)
76
75
CCLD = $(CC)
77
 
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
78
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
76
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
77
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
78
        $(LDFLAGS) -o $@
79
79
SOURCES = $(libzebra_la_SOURCES)
80
80
DIST_SOURCES = $(libzebra_la_SOURCES)
81
81
pkgincludeHEADERS_INSTALL = $(INSTALL_HEADER)
84
84
CTAGS = ctags
85
85
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
86
86
ACLOCAL = @ACLOCAL@
87
 
AMDEP_FALSE = @AMDEP_FALSE@
88
 
AMDEP_TRUE = @AMDEP_TRUE@
89
87
AMTAR = @AMTAR@
90
88
AR = @AR@
91
89
AUTOCONF = @AUTOCONF@
116
114
F77 = @F77@
117
115
FFLAGS = @FFLAGS@
118
116
GAWK = @GAWK@
 
117
GREP = @GREP@
119
118
IF_METHOD = @IF_METHOD@
120
119
IF_PROC = @IF_PROC@
121
120
INCLUDES = @INCLUDES@ -I.. -I$(top_srcdir) -I$(top_srcdir)/lib @SNMP_INCLUDES@
 
121
INSTALL = @INSTALL@
122
122
INSTALL_DATA = @INSTALL_DATA@
123
123
INSTALL_PROGRAM = @INSTALL_PROGRAM@
124
124
INSTALL_SCRIPT = @INSTALL_SCRIPT@
126
126
IOCTL_METHOD = @IOCTL_METHOD@
127
127
IPFORWARD = @IPFORWARD@
128
128
ISISD = @ISISD@
 
129
ISIS_METHOD = @ISIS_METHOD@
129
130
ISIS_TOPOLOGY_DIR = @ISIS_TOPOLOGY_DIR@
130
131
ISIS_TOPOLOGY_INCLUDES = @ISIS_TOPOLOGY_INCLUDES@
131
132
ISIS_TOPOLOGY_LIB = @ISIS_TOPOLOGY_LIB@
132
133
KERNEL_METHOD = @KERNEL_METHOD@
133
134
LDFLAGS = @LDFLAGS@
134
135
LIBCAP = @LIBCAP@
 
136
LIBM = @LIBM@
135
137
LIBOBJS = @LIBOBJS@
136
138
LIBPAM = @LIBPAM@
137
139
LIBREADLINE = @LIBREADLINE@
142
144
LN_S = @LN_S@
143
145
LTLIBOBJS = @LTLIBOBJS@
144
146
MAKEINFO = @MAKEINFO@
 
147
MKDIR_P = @MKDIR_P@
145
148
MULTIPATH_NUM = @MULTIPATH_NUM@
146
149
OBJEXT = @OBJEXT@
147
150
OSPF6D = @OSPF6D@
166
169
SET_MAKE = @SET_MAKE@
167
170
SHELL = @SHELL@
168
171
SNMP_INCLUDES = @SNMP_INCLUDES@
 
172
SOLARIS = @SOLARIS@
169
173
STRIP = @STRIP@
170
174
VERSION = @VERSION@
171
175
VTYSH = @VTYSH@
172
176
WATCHQUAGGA = @WATCHQUAGGA@
173
177
ZEBRA = @ZEBRA@
174
 
ac_ct_AR = @ac_ct_AR@
 
178
abs_builddir = @abs_builddir@
 
179
abs_srcdir = @abs_srcdir@
 
180
abs_top_builddir = @abs_top_builddir@
 
181
abs_top_srcdir = @abs_top_srcdir@
175
182
ac_ct_CC = @ac_ct_CC@
176
183
ac_ct_CXX = @ac_ct_CXX@
177
184
ac_ct_F77 = @ac_ct_F77@
178
 
ac_ct_RANLIB = @ac_ct_RANLIB@
179
 
ac_ct_STRIP = @ac_ct_STRIP@
180
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
181
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
182
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
183
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
184
185
am__include = @am__include@
185
186
am__leading_dot = @am__leading_dot@
186
187
am__quote = @am__quote@
192
193
build_cpu = @build_cpu@
193
194
build_os = @build_os@
194
195
build_vendor = @build_vendor@
 
196
builddir = @builddir@
195
197
datadir = @datadir@
 
198
datarootdir = @datarootdir@
 
199
docdir = @docdir@
 
200
dvidir = @dvidir@
196
201
enable_group = @enable_group@
197
202
enable_user = @enable_user@
198
203
enable_vty_group = @enable_vty_group@
203
208
host_cpu = @host_cpu@
204
209
host_os = @host_os@
205
210
host_vendor = @host_vendor@
 
211
htmldir = @htmldir@
206
212
includedir = @includedir@
207
213
infodir = @infodir@
208
214
install_sh = @install_sh@
209
215
libdir = @libdir@
210
216
libexecdir = @libexecdir@
 
217
localedir = @localedir@
211
218
localstatedir = @localstatedir@
212
219
mandir = @mandir@
213
220
mkdir_p = @mkdir_p@
214
221
oldincludedir = @oldincludedir@
 
222
pdfdir = @pdfdir@
215
223
pkgsrcdir = @pkgsrcdir@
216
224
pkgsrcrcdir = @pkgsrcrcdir@
217
225
prefix = @prefix@
218
226
program_transform_name = @program_transform_name@
 
227
psdir = @psdir@
219
228
quagga_statedir = @quagga_statedir@
220
229
sbindir = @sbindir@
221
230
sharedstatedir = @sharedstatedir@
 
231
srcdir = @srcdir@
222
232
sysconfdir = @sysconfdir@
223
233
target = @target@
224
234
target_alias = @target_alias@
225
235
target_cpu = @target_cpu@
226
236
target_os = @target_os@
227
237
target_vendor = @target_vendor@
 
238
top_builddir = @top_builddir@
 
239
top_srcdir = @top_srcdir@
228
240
lib_LTLIBRARIES = libzebra.la
229
241
libzebra_la_LDFLAGS = -version-info 0:0:0 
230
242
libzebra_la_SOURCES = \
286
298
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
287
299
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
288
300
        @$(NORMAL_INSTALL)
289
 
        test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
 
301
        test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
290
302
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
291
303
          if test -f $$p; then \
292
304
            f=$(am__strip_dir) \
297
309
 
298
310
uninstall-libLTLIBRARIES:
299
311
        @$(NORMAL_UNINSTALL)
300
 
        @set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
312
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
301
313
          p=$(am__strip_dir) \
302
314
          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
303
315
          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
312
324
          rm -f "$${dir}/so_locations"; \
313
325
        done
314
326
libzebra.la: $(libzebra_la_OBJECTS) $(libzebra_la_DEPENDENCIES) 
315
 
        $(LINK) -rpath $(libdir) $(libzebra_la_LDFLAGS) $(libzebra_la_OBJECTS) $(libzebra_la_LIBADD) $(LIBS)
 
327
        $(libzebra_la_LINK) -rpath $(libdir) $(libzebra_la_OBJECTS) $(libzebra_la_LIBADD) $(LIBS)
316
328
 
317
329
mostlyclean-compile:
318
330
        -rm -f *.$(OBJEXT)
359
371
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zclient.Plo@am__quote@
360
372
 
361
373
.c.o:
362
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
363
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
374
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
375
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
364
376
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
365
377
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
366
378
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
367
379
 
368
380
.c.obj:
369
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
370
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
381
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
382
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
371
383
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
372
384
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
373
385
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
374
386
 
375
387
.c.lo:
376
 
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
377
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
388
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
389
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
378
390
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
379
391
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
380
392
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
384
396
 
385
397
clean-libtool:
386
398
        -rm -rf .libs _libs
387
 
 
388
 
distclean-libtool:
389
 
        -rm -f libtool
390
 
uninstall-info-am:
391
399
install-pkgincludeHEADERS: $(pkginclude_HEADERS)
392
400
        @$(NORMAL_INSTALL)
393
 
        test -z "$(pkgincludedir)" || $(mkdir_p) "$(DESTDIR)$(pkgincludedir)"
 
401
        test -z "$(pkgincludedir)" || $(MKDIR_P) "$(DESTDIR)$(pkgincludedir)"
394
402
        @list='$(pkginclude_HEADERS)'; for p in $$list; do \
395
403
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
396
404
          f=$(am__strip_dir) \
455
463
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
456
464
 
457
465
distdir: $(DISTFILES)
458
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
459
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
460
 
        list='$(DISTFILES)'; for file in $$list; do \
461
 
          case $$file in \
462
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
463
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
464
 
          esac; \
 
466
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
467
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
468
        list='$(DISTFILES)'; \
 
469
          dist_files=`for file in $$list; do echo $$file; done | \
 
470
          sed -e "s|^$$srcdirstrip/||;t" \
 
471
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
472
        case $$dist_files in \
 
473
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
474
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
475
                           sort -u` ;; \
 
476
        esac; \
 
477
        for file in $$dist_files; do \
465
478
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
466
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
467
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
468
 
            dir="/$$dir"; \
469
 
            $(mkdir_p) "$(distdir)$$dir"; \
470
 
          else \
471
 
            dir=''; \
472
 
          fi; \
473
479
          if test -d $$d/$$file; then \
 
480
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
474
481
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
475
482
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
476
483
            fi; \
487
494
all-am: Makefile $(LTLIBRARIES) $(HEADERS)
488
495
installdirs:
489
496
        for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgincludedir)"; do \
490
 
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
497
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
491
498
        done
492
499
install: $(BUILT_SOURCES)
493
500
        $(MAKE) $(AM_MAKEFLAGS) install-am
524
531
        -rm -rf ./$(DEPDIR)
525
532
        -rm -f Makefile
526
533
distclean-am: clean-am distclean-compile distclean-generic \
527
 
        distclean-libtool distclean-tags
 
534
        distclean-tags
528
535
 
529
536
dvi: dvi-am
530
537
 
538
545
 
539
546
install-data-am: install-pkgincludeHEADERS
540
547
 
 
548
install-dvi: install-dvi-am
 
549
 
541
550
install-exec-am: install-libLTLIBRARIES
542
551
 
 
552
install-html: install-html-am
 
553
 
543
554
install-info: install-info-am
544
555
 
545
556
install-man:
546
557
 
 
558
install-pdf: install-pdf-am
 
559
 
 
560
install-ps: install-ps-am
 
561
 
547
562
installcheck-am:
548
563
 
549
564
maintainer-clean: maintainer-clean-am
564
579
 
565
580
ps-am:
566
581
 
567
 
uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES \
568
 
        uninstall-pkgincludeHEADERS
 
582
uninstall-am: uninstall-libLTLIBRARIES uninstall-pkgincludeHEADERS
 
583
 
 
584
.MAKE: install-am install-strip
569
585
 
570
586
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
571
587
        clean-libLTLIBRARIES clean-libtool ctags distclean \
572
588
        distclean-compile distclean-generic distclean-libtool \
573
589
        distclean-tags distdir dvi dvi-am html html-am info info-am \
574
 
        install install-am install-data install-data-am install-exec \
575
 
        install-exec-am install-info install-info-am \
576
 
        install-libLTLIBRARIES install-man install-pkgincludeHEADERS \
 
590
        install install-am install-data install-data-am install-dvi \
 
591
        install-dvi-am install-exec install-exec-am install-html \
 
592
        install-html-am install-info install-info-am \
 
593
        install-libLTLIBRARIES install-man install-pdf install-pdf-am \
 
594
        install-pkgincludeHEADERS install-ps install-ps-am \
577
595
        install-strip installcheck installcheck-am installdirs \
578
596
        maintainer-clean maintainer-clean-generic mostlyclean \
579
597
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
580
598
        pdf pdf-am ps ps-am tags uninstall uninstall-am \
581
 
        uninstall-info-am uninstall-libLTLIBRARIES \
582
 
        uninstall-pkgincludeHEADERS
 
599
        uninstall-libLTLIBRARIES uninstall-pkgincludeHEADERS
583
600
 
584
601
 
585
602
memtypes.h: $(srcdir)/memtypes.c $(srcdir)/memtypes.awk