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

« back to all changes in this revision

Viewing changes to ospfclient/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.
16
16
 
17
17
 
18
18
 
19
 
srcdir = @srcdir@
20
 
top_srcdir = @top_srcdir@
21
19
VPATH = @srcdir@
22
20
pkgdatadir = $(datadir)/@PACKAGE@
23
21
pkglibdir = $(libdir)/@PACKAGE@
24
22
pkgincludedir = $(includedir)/@PACKAGE@
25
 
top_builddir = ..
26
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
27
 
INSTALL = @INSTALL@
28
24
install_sh_DATA = $(install_sh) -c -m 644
29
25
install_sh_PROGRAM = $(install_sh) -c
30
26
install_sh_SCRIPT = $(install_sh) -c
63
59
libospfapiclient_la_LIBADD =
64
60
am_libospfapiclient_la_OBJECTS = ospf_apiclient.lo
65
61
libospfapiclient_la_OBJECTS = $(am_libospfapiclient_la_OBJECTS)
 
62
libospfapiclient_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
 
63
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
64
        $(libospfapiclient_la_LDFLAGS) $(LDFLAGS) -o $@
66
65
sbinPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
67
66
PROGRAMS = $(sbin_PROGRAMS)
68
67
am_ospfclient_OBJECTS = ospfclient.$(OBJEXT)
69
68
ospfclient_OBJECTS = $(am_ospfclient_OBJECTS)
70
69
ospfclient_DEPENDENCIES = libospfapiclient.la ../ospfd/libospf.la \
71
70
        ../lib/libzebra.la
72
 
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
 
71
DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
73
72
depcomp = $(SHELL) $(top_srcdir)/depcomp
74
73
am__depfiles_maybe = depfiles
75
74
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
76
75
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
77
 
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
78
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
79
 
        $(AM_CFLAGS) $(CFLAGS)
 
76
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
77
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
78
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
80
79
CCLD = $(CC)
81
 
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
82
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
80
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
81
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
82
        $(LDFLAGS) -o $@
83
83
SOURCES = $(libospfapiclient_la_SOURCES) $(ospfclient_SOURCES)
84
84
DIST_SOURCES = $(libospfapiclient_la_SOURCES) $(ospfclient_SOURCES)
85
85
ospfapiheaderHEADERS_INSTALL = $(INSTALL_HEADER)
88
88
CTAGS = ctags
89
89
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
90
90
ACLOCAL = @ACLOCAL@
91
 
AMDEP_FALSE = @AMDEP_FALSE@
92
 
AMDEP_TRUE = @AMDEP_TRUE@
93
91
AMTAR = @AMTAR@
94
92
AR = @AR@
95
93
AUTOCONF = @AUTOCONF@
120
118
F77 = @F77@
121
119
FFLAGS = @FFLAGS@
122
120
GAWK = @GAWK@
 
121
GREP = @GREP@
123
122
IF_METHOD = @IF_METHOD@
124
123
IF_PROC = @IF_PROC@
125
124
INCLUDES = @INCLUDES@ -I.. -I$(top_srcdir) -I$(top_srcdir)/lib
 
125
INSTALL = @INSTALL@
126
126
INSTALL_DATA = @INSTALL_DATA@
127
127
INSTALL_PROGRAM = @INSTALL_PROGRAM@
128
128
INSTALL_SCRIPT = @INSTALL_SCRIPT@
130
130
IOCTL_METHOD = @IOCTL_METHOD@
131
131
IPFORWARD = @IPFORWARD@
132
132
ISISD = @ISISD@
 
133
ISIS_METHOD = @ISIS_METHOD@
133
134
ISIS_TOPOLOGY_DIR = @ISIS_TOPOLOGY_DIR@
134
135
ISIS_TOPOLOGY_INCLUDES = @ISIS_TOPOLOGY_INCLUDES@
135
136
ISIS_TOPOLOGY_LIB = @ISIS_TOPOLOGY_LIB@
136
137
KERNEL_METHOD = @KERNEL_METHOD@
137
138
LDFLAGS = @LDFLAGS@
138
139
LIBCAP = @LIBCAP@
 
140
LIBM = @LIBM@
139
141
LIBOBJS = @LIBOBJS@
140
142
LIBPAM = @LIBPAM@
141
143
LIBREADLINE = @LIBREADLINE@
146
148
LN_S = @LN_S@
147
149
LTLIBOBJS = @LTLIBOBJS@
148
150
MAKEINFO = @MAKEINFO@
 
151
MKDIR_P = @MKDIR_P@
149
152
MULTIPATH_NUM = @MULTIPATH_NUM@
150
153
OBJEXT = @OBJEXT@
151
154
OSPF6D = @OSPF6D@
170
173
SET_MAKE = @SET_MAKE@
171
174
SHELL = @SHELL@
172
175
SNMP_INCLUDES = @SNMP_INCLUDES@
 
176
SOLARIS = @SOLARIS@
173
177
STRIP = @STRIP@
174
178
VERSION = @VERSION@
175
179
VTYSH = @VTYSH@
176
180
WATCHQUAGGA = @WATCHQUAGGA@
177
181
ZEBRA = @ZEBRA@
178
 
ac_ct_AR = @ac_ct_AR@
 
182
abs_builddir = @abs_builddir@
 
183
abs_srcdir = @abs_srcdir@
 
184
abs_top_builddir = @abs_top_builddir@
 
185
abs_top_srcdir = @abs_top_srcdir@
179
186
ac_ct_CC = @ac_ct_CC@
180
187
ac_ct_CXX = @ac_ct_CXX@
181
188
ac_ct_F77 = @ac_ct_F77@
182
 
ac_ct_RANLIB = @ac_ct_RANLIB@
183
 
ac_ct_STRIP = @ac_ct_STRIP@
184
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
185
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
186
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
187
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
188
189
am__include = @am__include@
189
190
am__leading_dot = @am__leading_dot@
190
191
am__quote = @am__quote@
196
197
build_cpu = @build_cpu@
197
198
build_os = @build_os@
198
199
build_vendor = @build_vendor@
 
200
builddir = @builddir@
199
201
datadir = @datadir@
 
202
datarootdir = @datarootdir@
 
203
docdir = @docdir@
 
204
dvidir = @dvidir@
200
205
enable_group = @enable_group@
201
206
enable_user = @enable_user@
202
207
enable_vty_group = @enable_vty_group@
207
212
host_cpu = @host_cpu@
208
213
host_os = @host_os@
209
214
host_vendor = @host_vendor@
 
215
htmldir = @htmldir@
210
216
includedir = @includedir@
211
217
infodir = @infodir@
212
218
install_sh = @install_sh@
213
219
libdir = @libdir@
214
220
libexecdir = @libexecdir@
 
221
localedir = @localedir@
215
222
localstatedir = @localstatedir@
216
223
mandir = @mandir@
217
224
mkdir_p = @mkdir_p@
218
225
oldincludedir = @oldincludedir@
 
226
pdfdir = @pdfdir@
219
227
pkgsrcdir = @pkgsrcdir@
220
228
pkgsrcrcdir = @pkgsrcrcdir@
221
229
prefix = @prefix@
222
230
program_transform_name = @program_transform_name@
 
231
psdir = @psdir@
223
232
quagga_statedir = @quagga_statedir@
224
233
sbindir = @sbindir@
225
234
sharedstatedir = @sharedstatedir@
 
235
srcdir = @srcdir@
226
236
sysconfdir = @sysconfdir@
227
237
target = @target@
228
238
target_alias = @target_alias@
229
239
target_cpu = @target_cpu@
230
240
target_os = @target_os@
231
241
target_vendor = @target_vendor@
 
242
top_builddir = @top_builddir@
 
243
top_srcdir = @top_srcdir@
232
244
lib_LTLIBRARIES = libospfapiclient.la
233
245
libospfapiclient_la_LDFLAGS = -version 0:0:0
234
246
libospfapiclient_la_SOURCES = \
279
291
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
280
292
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
281
293
        @$(NORMAL_INSTALL)
282
 
        test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
 
294
        test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
283
295
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
284
296
          if test -f $$p; then \
285
297
            f=$(am__strip_dir) \
290
302
 
291
303
uninstall-libLTLIBRARIES:
292
304
        @$(NORMAL_UNINSTALL)
293
 
        @set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
305
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
294
306
          p=$(am__strip_dir) \
295
307
          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
296
308
          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
305
317
          rm -f "$${dir}/so_locations"; \
306
318
        done
307
319
libospfapiclient.la: $(libospfapiclient_la_OBJECTS) $(libospfapiclient_la_DEPENDENCIES) 
308
 
        $(LINK) -rpath $(libdir) $(libospfapiclient_la_LDFLAGS) $(libospfapiclient_la_OBJECTS) $(libospfapiclient_la_LIBADD) $(LIBS)
 
320
        $(libospfapiclient_la_LINK) -rpath $(libdir) $(libospfapiclient_la_OBJECTS) $(libospfapiclient_la_LIBADD) $(LIBS)
309
321
install-sbinPROGRAMS: $(sbin_PROGRAMS)
310
322
        @$(NORMAL_INSTALL)
311
 
        test -z "$(sbindir)" || $(mkdir_p) "$(DESTDIR)$(sbindir)"
 
323
        test -z "$(sbindir)" || $(MKDIR_P) "$(DESTDIR)$(sbindir)"
312
324
        @list='$(sbin_PROGRAMS)'; for p in $$list; do \
313
325
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
314
326
          if test -f $$p \
336
348
        done
337
349
ospfclient$(EXEEXT): $(ospfclient_OBJECTS) $(ospfclient_DEPENDENCIES) 
338
350
        @rm -f ospfclient$(EXEEXT)
339
 
        $(LINK) $(ospfclient_LDFLAGS) $(ospfclient_OBJECTS) $(ospfclient_LDADD) $(LIBS)
 
351
        $(LINK) $(ospfclient_OBJECTS) $(ospfclient_LDADD) $(LIBS)
340
352
 
341
353
mostlyclean-compile:
342
354
        -rm -f *.$(OBJEXT)
348
360
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ospfclient.Po@am__quote@
349
361
 
350
362
.c.o:
351
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
352
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
363
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
364
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
353
365
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
354
366
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
355
367
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
356
368
 
357
369
.c.obj:
358
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
359
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
370
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
371
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
360
372
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
361
373
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
362
374
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
363
375
 
364
376
.c.lo:
365
 
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
366
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
377
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
378
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
367
379
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
368
380
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
369
381
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
373
385
 
374
386
clean-libtool:
375
387
        -rm -rf .libs _libs
376
 
 
377
 
distclean-libtool:
378
 
        -rm -f libtool
379
 
uninstall-info-am:
380
388
install-ospfapiheaderHEADERS: $(ospfapiheader_HEADERS)
381
389
        @$(NORMAL_INSTALL)
382
 
        test -z "$(ospfapiheaderdir)" || $(mkdir_p) "$(DESTDIR)$(ospfapiheaderdir)"
 
390
        test -z "$(ospfapiheaderdir)" || $(MKDIR_P) "$(DESTDIR)$(ospfapiheaderdir)"
383
391
        @list='$(ospfapiheader_HEADERS)'; for p in $$list; do \
384
392
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
385
393
          f=$(am__strip_dir) \
444
452
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
445
453
 
446
454
distdir: $(DISTFILES)
447
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
448
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
449
 
        list='$(DISTFILES)'; for file in $$list; do \
450
 
          case $$file in \
451
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
452
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
453
 
          esac; \
 
455
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
456
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
457
        list='$(DISTFILES)'; \
 
458
          dist_files=`for file in $$list; do echo $$file; done | \
 
459
          sed -e "s|^$$srcdirstrip/||;t" \
 
460
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
461
        case $$dist_files in \
 
462
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
463
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
464
                           sort -u` ;; \
 
465
        esac; \
 
466
        for file in $$dist_files; do \
454
467
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
455
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
456
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
457
 
            dir="/$$dir"; \
458
 
            $(mkdir_p) "$(distdir)$$dir"; \
459
 
          else \
460
 
            dir=''; \
461
 
          fi; \
462
468
          if test -d $$d/$$file; then \
 
469
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
463
470
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
464
471
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
465
472
            fi; \
475
482
all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(HEADERS)
476
483
installdirs:
477
484
        for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(ospfapiheaderdir)"; do \
478
 
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
485
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
479
486
        done
480
487
install: install-am
481
488
install-exec: install-exec-am
510
517
        -rm -rf ./$(DEPDIR)
511
518
        -rm -f Makefile
512
519
distclean-am: clean-am distclean-compile distclean-generic \
513
 
        distclean-libtool distclean-tags
 
520
        distclean-tags
514
521
 
515
522
dvi: dvi-am
516
523
 
524
531
 
525
532
install-data-am: install-ospfapiheaderHEADERS
526
533
 
 
534
install-dvi: install-dvi-am
 
535
 
527
536
install-exec-am: install-libLTLIBRARIES install-sbinPROGRAMS
528
537
 
 
538
install-html: install-html-am
 
539
 
529
540
install-info: install-info-am
530
541
 
531
542
install-man:
532
543
 
 
544
install-pdf: install-pdf-am
 
545
 
 
546
install-ps: install-ps-am
 
547
 
533
548
installcheck-am:
534
549
 
535
550
maintainer-clean: maintainer-clean-am
550
565
 
551
566
ps-am:
552
567
 
553
 
uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES \
554
 
        uninstall-ospfapiheaderHEADERS uninstall-sbinPROGRAMS
 
568
uninstall-am: uninstall-libLTLIBRARIES uninstall-ospfapiheaderHEADERS \
 
569
        uninstall-sbinPROGRAMS
 
570
 
 
571
.MAKE: install-am install-strip
555
572
 
556
573
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
557
574
        clean-libLTLIBRARIES clean-libtool clean-sbinPROGRAMS ctags \
558
575
        distclean distclean-compile distclean-generic \
559
576
        distclean-libtool distclean-tags distdir dvi dvi-am html \
560
577
        html-am info info-am install install-am install-data \
561
 
        install-data-am install-exec install-exec-am install-info \
 
578
        install-data-am install-dvi install-dvi-am install-exec \
 
579
        install-exec-am install-html install-html-am install-info \
562
580
        install-info-am install-libLTLIBRARIES install-man \
563
 
        install-ospfapiheaderHEADERS install-sbinPROGRAMS \
564
 
        install-strip installcheck installcheck-am installdirs \
565
 
        maintainer-clean maintainer-clean-generic mostlyclean \
566
 
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
567
 
        pdf pdf-am ps ps-am tags uninstall uninstall-am \
568
 
        uninstall-info-am uninstall-libLTLIBRARIES \
 
581
        install-ospfapiheaderHEADERS install-pdf install-pdf-am \
 
582
        install-ps install-ps-am install-sbinPROGRAMS install-strip \
 
583
        installcheck installcheck-am installdirs maintainer-clean \
 
584
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
585
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
586
        tags uninstall uninstall-am uninstall-libLTLIBRARIES \
569
587
        uninstall-ospfapiheaderHEADERS uninstall-sbinPROGRAMS
570
588
 
571
589
# Tell versions [3.59,3.63) of GNU make to not export all variables.