blob: 535c07d32a26b77a7f03d7d99906112653d02127 [file] [log] [blame]
jjako52c24142002-12-16 13:33:51 +00001# Generated automatically from Makefile.in by configure.
2# Makefile.in generated automatically by automake 1.4 from Makefile.am
3
4# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
5# This Makefile.in is free software; the Free Software Foundation
6# gives unlimited permission to copy and/or distribute it,
7# with or without modifications, as long as this notice is preserved.
8
9# This program is distributed in the hope that it will be useful,
10# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12# PARTICULAR PURPOSE.
13
14
15SHELL = /bin/sh
16
17srcdir = .
18top_srcdir = ..
19prefix = /usr/local
20exec_prefix = ${prefix}
21
22bindir = ${exec_prefix}/bin
23sbindir = ${exec_prefix}/sbin
24libexecdir = ${exec_prefix}/libexec
25datadir = ${prefix}/share
26sysconfdir = ${prefix}/etc
27sharedstatedir = ${prefix}/com
28localstatedir = ${prefix}/var
29libdir = ${exec_prefix}/lib
30infodir = ${prefix}/info
31mandir = ${prefix}/man
32includedir = ${prefix}/include
33oldincludedir = /usr/include
34
35DESTDIR =
36
37pkgdatadir = $(datadir)/OpenGGSN
38pkglibdir = $(libdir)/OpenGGSN
39pkgincludedir = $(includedir)/OpenGGSN
40
41top_builddir = ..
42
43ACLOCAL = aclocal
44AUTOCONF = autoconf
45AUTOMAKE = automake
46AUTOHEADER = autoheader
47
48INSTALL = /usr/bin/install -c
49INSTALL_PROGRAM = ${INSTALL} $(AM_INSTALL_PROGRAM_FLAGS)
50INSTALL_DATA = ${INSTALL} -m 644
51INSTALL_SCRIPT = ${INSTALL_PROGRAM}
52transform = s,x,x,
53
54NORMAL_INSTALL = :
55PRE_INSTALL = :
56POST_INSTALL = :
57NORMAL_UNINSTALL = :
58PRE_UNINSTALL = :
59POST_UNINSTALL = :
60host_alias = i686-pc-linux
61host_triplet = i686-pc-linux-gnu
62AS = @AS@
63AWK = gawk
64CC = gcc
65DLLTOOL = @DLLTOOL@
66LIBTOOL = $(SHELL) $(top_builddir)/libtool
67LN_S = ln -s
68MAKEINFO = makeinfo
69OBJDUMP = @OBJDUMP@
70PACKAGE = OpenGGSN
71RANLIB = ranlib
72VERSION = 0.5
73
74lib_LTLIBRARIES = libgtp.la
75
76CFLAGS = -O2 -fno-builtin -Wall -ansi -DSBINDIR='"$(sbindir)"'
77
78libgtp_la_SOURCES = gtp.c gtp.h gtpie.c gtpie.h pdp.c pdp.h lookupa.c lookupa.h queue.c queue.h
79mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
80CONFIG_CLEAN_FILES =
81LTLIBRARIES = $(lib_LTLIBRARIES)
82
83
84DEFS = -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_FCNTL_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRTOUL=1 -DPACKAGE=\"OpenGGSN\" -DVERSION=\"0.5\" -I. -I$(srcdir)
85CPPFLAGS =
86LDFLAGS =
87LIBS =
88libgtp_la_LDFLAGS =
89libgtp_la_LIBADD =
90libgtp_la_OBJECTS = gtp.lo gtpie.lo pdp.lo lookupa.lo queue.lo
91COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
92LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
93CCLD = $(CC)
94LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
95DIST_COMMON = Makefile.am Makefile.in
96
97
98DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
99
100TAR = gtar
101GZIP_ENV = --best
102DEP_FILES = .deps/gtp.P .deps/gtpie.P .deps/lookupa.P .deps/pdp.P \
103.deps/queue.P
104SOURCES = $(libgtp_la_SOURCES)
105OBJECTS = $(libgtp_la_OBJECTS)
106
107all: all-redirect
108.SUFFIXES:
109.SUFFIXES: .S .c .lo .o .s
110$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
111 cd $(top_srcdir) && $(AUTOMAKE) --gnu gtp/Makefile
112
113Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
114 cd $(top_builddir) \
115 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
116
117
118mostlyclean-libLTLIBRARIES:
119
120clean-libLTLIBRARIES:
121 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
122
123distclean-libLTLIBRARIES:
124
125maintainer-clean-libLTLIBRARIES:
126
127install-libLTLIBRARIES: $(lib_LTLIBRARIES)
128 @$(NORMAL_INSTALL)
129 $(mkinstalldirs) $(DESTDIR)$(libdir)
130 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
131 if test -f $$p; then \
132 echo "$(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p"; \
133 $(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p; \
134 else :; fi; \
135 done
136
137uninstall-libLTLIBRARIES:
138 @$(NORMAL_UNINSTALL)
139 list='$(lib_LTLIBRARIES)'; for p in $$list; do \
140 $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
141 done
142
143.s.o:
144 $(COMPILE) -c $<
145
146.S.o:
147 $(COMPILE) -c $<
148
149mostlyclean-compile:
150 -rm -f *.o core *.core
151
152clean-compile:
153
154distclean-compile:
155 -rm -f *.tab.c
156
157maintainer-clean-compile:
158
159.s.lo:
160 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
161
162.S.lo:
163 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
164
165mostlyclean-libtool:
166 -rm -f *.lo
167
168clean-libtool:
169 -rm -rf .libs _libs
170
171distclean-libtool:
172
173maintainer-clean-libtool:
174
175libgtp.la: $(libgtp_la_OBJECTS) $(libgtp_la_DEPENDENCIES)
176 $(LINK) -rpath $(libdir) $(libgtp_la_LDFLAGS) $(libgtp_la_OBJECTS) $(libgtp_la_LIBADD) $(LIBS)
177
178tags: TAGS
179
180ID: $(HEADERS) $(SOURCES) $(LISP)
181 list='$(SOURCES) $(HEADERS)'; \
182 unique=`for i in $$list; do echo $$i; done | \
183 awk ' { files[$$0] = 1; } \
184 END { for (i in files) print i; }'`; \
185 here=`pwd` && cd $(srcdir) \
186 && mkid -f$$here/ID $$unique $(LISP)
187
188TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
189 tags=; \
190 here=`pwd`; \
191 list='$(SOURCES) $(HEADERS)'; \
192 unique=`for i in $$list; do echo $$i; done | \
193 awk ' { files[$$0] = 1; } \
194 END { for (i in files) print i; }'`; \
195 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
196 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
197
198mostlyclean-tags:
199
200clean-tags:
201
202distclean-tags:
203 -rm -f TAGS ID
204
205maintainer-clean-tags:
206
207distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
208
209subdir = gtp
210
211distdir: $(DISTFILES)
212 here=`cd $(top_builddir) && pwd`; \
213 top_distdir=`cd $(top_distdir) && pwd`; \
214 distdir=`cd $(distdir) && pwd`; \
215 cd $(top_srcdir) \
216 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu gtp/Makefile
217 @for file in $(DISTFILES); do \
218 d=$(srcdir); \
219 if test -d $$d/$$file; then \
220 cp -pr $$d/$$file $(distdir)/$$file; \
221 else \
222 test -f $(distdir)/$$file \
223 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
224 || cp -p $$d/$$file $(distdir)/$$file || :; \
225 fi; \
226 done
227
228DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
229
230-include $(DEP_FILES)
231
232mostlyclean-depend:
233
234clean-depend:
235
236distclean-depend:
237 -rm -rf .deps
238
239maintainer-clean-depend:
240
241%.o: %.c
242 @echo '$(COMPILE) -c $<'; \
243 $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
244 @-cp .deps/$(*F).pp .deps/$(*F).P; \
245 tr ' ' '\012' < .deps/$(*F).pp \
246 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
247 >> .deps/$(*F).P; \
248 rm .deps/$(*F).pp
249
250%.lo: %.c
251 @echo '$(LTCOMPILE) -c $<'; \
252 $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
253 @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
254 < .deps/$(*F).pp > .deps/$(*F).P; \
255 tr ' ' '\012' < .deps/$(*F).pp \
256 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
257 >> .deps/$(*F).P; \
258 rm -f .deps/$(*F).pp
259info-am:
260info: info-am
261dvi-am:
262dvi: dvi-am
263check-am: all-am
264check: check-am
265installcheck-am:
266installcheck: installcheck-am
267install-exec-am: install-libLTLIBRARIES
268install-exec: install-exec-am
269
270install-data-am:
271install-data: install-data-am
272
273install-am: all-am
274 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
275install: install-am
276uninstall-am: uninstall-libLTLIBRARIES
277uninstall: uninstall-am
278all-am: Makefile $(LTLIBRARIES)
279all-redirect: all-am
280install-strip:
281 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
282installdirs:
283 $(mkinstalldirs) $(DESTDIR)$(libdir)
284
285
286mostlyclean-generic:
287
288clean-generic:
289
290distclean-generic:
291 -rm -f Makefile $(CONFIG_CLEAN_FILES)
292 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
293
294maintainer-clean-generic:
295mostlyclean-am: mostlyclean-libLTLIBRARIES mostlyclean-compile \
296 mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
297 mostlyclean-generic
298
299mostlyclean: mostlyclean-am
300
301clean-am: clean-libLTLIBRARIES clean-compile clean-libtool clean-tags \
302 clean-depend clean-generic mostlyclean-am
303
304clean: clean-am
305
306distclean-am: distclean-libLTLIBRARIES distclean-compile \
307 distclean-libtool distclean-tags distclean-depend \
308 distclean-generic clean-am
309 -rm -f libtool
310
311distclean: distclean-am
312
313maintainer-clean-am: maintainer-clean-libLTLIBRARIES \
314 maintainer-clean-compile maintainer-clean-libtool \
315 maintainer-clean-tags maintainer-clean-depend \
316 maintainer-clean-generic distclean-am
317 @echo "This command is intended for maintainers to use;"
318 @echo "it deletes files that may require special tools to rebuild."
319
320maintainer-clean: maintainer-clean-am
321
322.PHONY: mostlyclean-libLTLIBRARIES distclean-libLTLIBRARIES \
323clean-libLTLIBRARIES maintainer-clean-libLTLIBRARIES \
324uninstall-libLTLIBRARIES install-libLTLIBRARIES mostlyclean-compile \
325distclean-compile clean-compile maintainer-clean-compile \
326mostlyclean-libtool distclean-libtool clean-libtool \
327maintainer-clean-libtool tags mostlyclean-tags distclean-tags \
328clean-tags maintainer-clean-tags distdir mostlyclean-depend \
329distclean-depend clean-depend maintainer-clean-depend info-am info \
330dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
331install-exec install-data-am install-data install-am install \
332uninstall-am uninstall all-redirect all-am all installdirs \
333mostlyclean-generic distclean-generic clean-generic \
334maintainer-clean-generic clean mostlyclean distclean maintainer-clean
335
336
337# Tell versions [3.59,3.63) of GNU make to not export all variables.
338# Otherwise a system limit (for SysV at least) may be exceeded.
339.NOEXPORT: