blob: 4deac8747bbf0a03cfd597cf3a8293e2a894db35 [file] [log] [blame]
paul2d33f152003-03-17 01:10:58 +00001# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
2
3# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
4# This Makefile.in is free software; the Free Software Foundation
5# gives unlimited permission to copy and/or distribute it,
6# with or without modifications, as long as this notice is preserved.
7
8# This program is distributed in the hope that it will be useful,
9# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11# PARTICULAR PURPOSE.
12
13
14SHELL = @SHELL@
15
16srcdir = @srcdir@
17top_srcdir = @top_srcdir@
18VPATH = @srcdir@
19prefix = @prefix@
20exec_prefix = @exec_prefix@
21
22bindir = @bindir@
23sbindir = @sbindir@
24libexecdir = @libexecdir@
25datadir = @datadir@
26sysconfdir = @sysconfdir@
27sharedstatedir = @sharedstatedir@
28localstatedir = @localstatedir@
29libdir = @libdir@
30infodir = @infodir@
31mandir = @mandir@
32includedir = @includedir@
33oldincludedir = /usr/include
34
35DESTDIR =
36
37pkgdatadir = $(datadir)/@PACKAGE@
38pkglibdir = $(libdir)/@PACKAGE@
39pkgincludedir = $(includedir)/@PACKAGE@
40
41top_builddir = ..
42
43ACLOCAL = @ACLOCAL@
44AUTOCONF = @AUTOCONF@
45AUTOMAKE = @AUTOMAKE@
46AUTOHEADER = @AUTOHEADER@
47
48INSTALL = @INSTALL@
49INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50INSTALL_DATA = @INSTALL_DATA@
51INSTALL_SCRIPT = @INSTALL_SCRIPT@
52transform = @program_transform_name@
53
54NORMAL_INSTALL = :
55PRE_INSTALL = :
56POST_INSTALL = :
57NORMAL_UNINSTALL = :
58PRE_UNINSTALL = :
59POST_UNINSTALL = :
60host_alias = @host_alias@
61host_triplet = @host@
62AR = @AR@
63BGPD = @BGPD@
64CC = @CC@
65CPP = @CPP@
66CURSES = @CURSES@
67IF_METHOD = @IF_METHOD@
68IF_PROC = @IF_PROC@
69IPFORWARD = @IPFORWARD@
70KERNEL_METHOD = @KERNEL_METHOD@
71LIBPAM = @LIBPAM@
72LIB_IPV6 = @LIB_IPV6@
73LIB_REGEX = @LIB_REGEX@
74MAKEINFO = @MAKEINFO@
75MULTIPATH_NUM = @MULTIPATH_NUM@
76OSPF6D = @OSPF6D@
77OSPFCLIENT = @OSPFCLIENT@
78OSPFD = @OSPFD@
79OTHER_METHOD = @OTHER_METHOD@
80PACKAGE = @PACKAGE@
81RANLIB = @RANLIB@
82RIPD = @RIPD@
83RIPNGD = @RIPNGD@
84RTREAD_METHOD = @RTREAD_METHOD@
85RT_METHOD = @RT_METHOD@
86VERSION = @VERSION@
87VTYSH = @VTYSH@
88ZEBRA = @ZEBRA@
89
90INCLUDES = -I../lib -I../
91
92noinst_LIBRARIES = libospfapiclient.a
93sbin_PROGRAMS = ospfclient
94
95libospfapiclient_a_SOURCES = \
96 ospf_apiclient.c
97
98
99noinst_HEADERS = \
100 ospf_apiclient.h
101
102
103ospfclient_SOURCES = \
104 ospfclient.c $(libospfapiclient_a_SOURCES)
105
106
107ospfclient_LDADD = ../ospfd/libospf.a ../lib/libzebra.a
108mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
109CONFIG_HEADER = ../config.h
110CONFIG_CLEAN_FILES =
111LIBRARIES = $(noinst_LIBRARIES)
112
113
114DEFS = @DEFS@ -I. -I$(srcdir) -I..
115CPPFLAGS = @CPPFLAGS@
116LDFLAGS = @LDFLAGS@
117LIBS = @LIBS@
118libospfapiclient_a_LIBADD =
119libospfapiclient_a_OBJECTS = ospf_apiclient.o
120PROGRAMS = $(sbin_PROGRAMS)
121
122ospfclient_OBJECTS = ospfclient.o ospf_apiclient.o
123ospfclient_DEPENDENCIES = ../ospfd/libospf.a ../lib/libzebra.a
124ospfclient_LDFLAGS =
125CFLAGS = @CFLAGS@
126COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
127CCLD = $(CC)
128LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
129HEADERS = $(noinst_HEADERS)
130
131DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
132Makefile.in NEWS
133
134
135DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
136
137TAR = gtar
138GZIP_ENV = --best
139DEP_FILES = .deps/ospf_apiclient.P .deps/ospfclient.P
140SOURCES = $(libospfapiclient_a_SOURCES) $(ospfclient_SOURCES)
141OBJECTS = $(libospfapiclient_a_OBJECTS) $(ospfclient_OBJECTS)
142
143all: all-redirect
144.SUFFIXES:
145.SUFFIXES: .S .c .o .s
146$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
147 cd $(top_srcdir) && $(AUTOMAKE) --foreign ospfclient/Makefile
148
149Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
150 cd $(top_builddir) \
151 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
152
153
154mostlyclean-noinstLIBRARIES:
155
156clean-noinstLIBRARIES:
157 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
158
159distclean-noinstLIBRARIES:
160
161maintainer-clean-noinstLIBRARIES:
162
163.s.o:
164 $(COMPILE) -c $<
165
166.S.o:
167 $(COMPILE) -c $<
168
169mostlyclean-compile:
170 -rm -f *.o core *.core
171
172clean-compile:
173
174distclean-compile:
175 -rm -f *.tab.c
176
177maintainer-clean-compile:
178
179libospfapiclient.a: $(libospfapiclient_a_OBJECTS) $(libospfapiclient_a_DEPENDENCIES)
180 -rm -f libospfapiclient.a
181 $(AR) cru libospfapiclient.a $(libospfapiclient_a_OBJECTS) $(libospfapiclient_a_LIBADD)
182 $(RANLIB) libospfapiclient.a
183
184mostlyclean-sbinPROGRAMS:
185
186clean-sbinPROGRAMS:
187 -test -z "$(sbin_PROGRAMS)" || rm -f $(sbin_PROGRAMS)
188
189distclean-sbinPROGRAMS:
190
191maintainer-clean-sbinPROGRAMS:
192
193install-sbinPROGRAMS: $(sbin_PROGRAMS)
194 @$(NORMAL_INSTALL)
195 $(mkinstalldirs) $(DESTDIR)$(sbindir)
196 @list='$(sbin_PROGRAMS)'; for p in $$list; do \
197 if test -f $$p; then \
198 echo " $(INSTALL_PROGRAM) $$p $(DESTDIR)$(sbindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
199 $(INSTALL_PROGRAM) $$p $(DESTDIR)$(sbindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
200 else :; fi; \
201 done
202
203uninstall-sbinPROGRAMS:
204 @$(NORMAL_UNINSTALL)
205 list='$(sbin_PROGRAMS)'; for p in $$list; do \
206 rm -f $(DESTDIR)$(sbindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
207 done
208
209ospfclient: $(ospfclient_OBJECTS) $(ospfclient_DEPENDENCIES)
210 @rm -f ospfclient
211 $(LINK) $(ospfclient_LDFLAGS) $(ospfclient_OBJECTS) $(ospfclient_LDADD) $(LIBS)
212
213tags: TAGS
214
215ID: $(HEADERS) $(SOURCES) $(LISP)
216 list='$(SOURCES) $(HEADERS)'; \
217 unique=`for i in $$list; do echo $$i; done | \
218 awk ' { files[$$0] = 1; } \
219 END { for (i in files) print i; }'`; \
220 here=`pwd` && cd $(srcdir) \
221 && mkid -f$$here/ID $$unique $(LISP)
222
223TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
224 tags=; \
225 here=`pwd`; \
226 list='$(SOURCES) $(HEADERS)'; \
227 unique=`for i in $$list; do echo $$i; done | \
228 awk ' { files[$$0] = 1; } \
229 END { for (i in files) print i; }'`; \
230 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
231 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
232
233mostlyclean-tags:
234
235clean-tags:
236
237distclean-tags:
238 -rm -f TAGS ID
239
240maintainer-clean-tags:
241
242distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
243
244subdir = ospfclient
245
246distdir: $(DISTFILES)
247 here=`cd $(top_builddir) && pwd`; \
248 top_distdir=`cd $(top_distdir) && pwd`; \
249 distdir=`cd $(distdir) && pwd`; \
250 cd $(top_srcdir) \
251 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign ospfclient/Makefile
252 @for file in $(DISTFILES); do \
253 d=$(srcdir); \
254 if test -d $$d/$$file; then \
255 cp -pr $$d/$$file $(distdir)/$$file; \
256 else \
257 test -f $(distdir)/$$file \
258 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
259 || cp -p $$d/$$file $(distdir)/$$file || :; \
260 fi; \
261 done
262
263DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
264
265-include $(DEP_FILES)
266
267mostlyclean-depend:
268
269clean-depend:
270
271distclean-depend:
272 -rm -rf .deps
273
274maintainer-clean-depend:
275
276%.o: %.c
277 @echo '$(COMPILE) -c $<'; \
278 $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
279 @-cp .deps/$(*F).pp .deps/$(*F).P; \
280 tr ' ' '\012' < .deps/$(*F).pp \
281 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
282 >> .deps/$(*F).P; \
283 rm .deps/$(*F).pp
284
285%.lo: %.c
286 @echo '$(LTCOMPILE) -c $<'; \
287 $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
288 @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
289 < .deps/$(*F).pp > .deps/$(*F).P; \
290 tr ' ' '\012' < .deps/$(*F).pp \
291 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
292 >> .deps/$(*F).P; \
293 rm -f .deps/$(*F).pp
294info-am:
295info: info-am
296dvi-am:
297dvi: dvi-am
298check-am: all-am
299check: check-am
300installcheck-am:
301installcheck: installcheck-am
302install-exec-am: install-sbinPROGRAMS
303install-exec: install-exec-am
304
305install-data-am:
306install-data: install-data-am
307
308install-am: all-am
309 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
310install: install-am
311uninstall-am: uninstall-sbinPROGRAMS
312uninstall: uninstall-am
313all-am: Makefile $(LIBRARIES) $(PROGRAMS) $(HEADERS)
314all-redirect: all-am
315install-strip:
316 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
317installdirs:
318 $(mkinstalldirs) $(DESTDIR)$(sbindir)
319
320
321mostlyclean-generic:
322
323clean-generic:
324
325distclean-generic:
326 -rm -f Makefile $(CONFIG_CLEAN_FILES)
327 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
328
329maintainer-clean-generic:
330mostlyclean-am: mostlyclean-noinstLIBRARIES mostlyclean-compile \
331 mostlyclean-sbinPROGRAMS mostlyclean-tags \
332 mostlyclean-depend mostlyclean-generic
333
334mostlyclean: mostlyclean-am
335
336clean-am: clean-noinstLIBRARIES clean-compile clean-sbinPROGRAMS \
337 clean-tags clean-depend clean-generic mostlyclean-am
338
339clean: clean-am
340
341distclean-am: distclean-noinstLIBRARIES distclean-compile \
342 distclean-sbinPROGRAMS distclean-tags distclean-depend \
343 distclean-generic clean-am
344
345distclean: distclean-am
346
347maintainer-clean-am: maintainer-clean-noinstLIBRARIES \
348 maintainer-clean-compile maintainer-clean-sbinPROGRAMS \
349 maintainer-clean-tags maintainer-clean-depend \
350 maintainer-clean-generic distclean-am
351 @echo "This command is intended for maintainers to use;"
352 @echo "it deletes files that may require special tools to rebuild."
353
354maintainer-clean: maintainer-clean-am
355
356.PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
357clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
358mostlyclean-compile distclean-compile clean-compile \
359maintainer-clean-compile mostlyclean-sbinPROGRAMS \
360distclean-sbinPROGRAMS clean-sbinPROGRAMS maintainer-clean-sbinPROGRAMS \
361uninstall-sbinPROGRAMS install-sbinPROGRAMS tags mostlyclean-tags \
362distclean-tags clean-tags maintainer-clean-tags distdir \
363mostlyclean-depend distclean-depend clean-depend \
364maintainer-clean-depend info-am info dvi-am dvi check check-am \
365installcheck-am installcheck install-exec-am install-exec \
366install-data-am install-data install-am install uninstall-am uninstall \
367all-redirect all-am all installdirs mostlyclean-generic \
368distclean-generic clean-generic maintainer-clean-generic clean \
369mostlyclean distclean maintainer-clean
370
371
372# Tell versions [3.59,3.63) of GNU make to not export all variables.
373# Otherwise a system limit (for SysV at least) may be exceeded.
374.NOEXPORT: