]> git.ozlabs.org Git - ppp.git/blob - pppd/plugins/radius/radiusclient/lib/Makefile.in
Minor patches as suggested by Frank Cusack <fcusack@fcusack.com> to ensure
[ppp.git] / pppd / plugins / radius / radiusclient / lib / Makefile.in
1 # Makefile.in generated automatically by automake 1.3 from Makefile.am
2
3 # Copyright (C) 1994, 1995, 1996, 1997, 1998 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 #
14 # $Id: Makefile.in,v 1.1 2002/01/22 16:03:02 dfs Exp $
15 #
16 # Copyright (C) 1995,1997,1998 Lars Fenneberg
17 #
18 # See the file COPYRIGHT for the respective terms and conditions. 
19 # If the file is missing contact me at lf@elemental.net 
20 # and I'll send you a copy.
21 #
22
23
24 SHELL = /bin/sh
25
26 srcdir = @srcdir@
27 top_srcdir = @top_srcdir@
28 VPATH = @srcdir@
29 prefix = @prefix@
30 exec_prefix = @exec_prefix@
31
32 bindir = @bindir@
33 sbindir = @sbindir@
34 libexecdir = @libexecdir@
35 datadir = @datadir@
36 sysconfdir = @sysconfdir@
37 sharedstatedir = @sharedstatedir@
38 localstatedir = @localstatedir@
39 libdir = @libdir@
40 infodir = @infodir@
41 mandir = @mandir@
42 includedir = @includedir@
43 oldincludedir = /usr/include
44
45 DISTDIR =
46
47 pkgdatadir = $(datadir)/@PACKAGE@
48 pkglibdir = $(libdir)/@PACKAGE@
49 pkgincludedir = $(includedir)/@PACKAGE@
50
51 top_builddir = ..
52
53 ACLOCAL = @ACLOCAL@
54 AUTOCONF = @AUTOCONF@
55 AUTOMAKE = @AUTOMAKE@
56 AUTOHEADER = @AUTOHEADER@
57
58 INSTALL = @INSTALL@
59 INSTALL_PROGRAM = @INSTALL_PROGRAM@
60 INSTALL_DATA = @INSTALL_DATA@
61 INSTALL_SCRIPT = @INSTALL_SCRIPT@
62 transform = @program_transform_name@
63
64 NORMAL_INSTALL = :
65 PRE_INSTALL = :
66 POST_INSTALL = :
67 NORMAL_UNINSTALL = :
68 PRE_UNINSTALL = :
69 POST_UNINSTALL = :
70 build_alias = @build_alias@
71 build_triplet = @build@
72 host_alias = @host_alias@
73 host_triplet = @host@
74 target_alias = @target_alias@
75 target_triplet = @target@
76 AR = @AR@
77 CC = @CC@
78 LD = @LD@
79 LIBTOOL = @LIBTOOL@
80 LN_S = @LN_S@
81 LTLIBOBJS = @LTLIBOBJS@
82 MAKEINFO = @MAKEINFO@
83 NM = @NM@
84 PACKAGE = @PACKAGE@
85 RANLIB = @RANLIB@
86 RC_SECURE_PATH = @RC_SECURE_PATH@
87 VERSION = @VERSION@
88 pkgsysconfdir = @pkgsysconfdir@
89
90 AUTOMAKE_OPTIONS = foreign
91
92 RC_LOG_FACILITY = @RC_LOG_FACILITY@
93 LIBVERSION = @LIBVERSION@
94
95 INCLUDES = -I$(srcdir) -I$(top_srcdir)/include -I$(top_builddir)
96 DEFS = @DEFS@ -DRC_LOG_FACILITY=$(RC_LOG_FACILITY)
97
98 CLEANFILES = *~
99
100 noinst_HEADERS = options.h
101
102 #radiusclient_SOURCES = buildreq.c clientid.c env.c sendserver.c avpair.c \
103 #       config.c dict.c ip_util.c log.c md5.c util.c lock.c
104
105 #radiusclient_LIBADD = @LIBOBJS@
106
107 #lib_LIBRARIES = radiusclient
108
109 lib_LTLIBRARIES = libradiusclient.la
110 libradiusclient_la_SOURCES = buildreq.c clientid.c env.c sendserver.c \
111         avpair.c config.c dict.c ip_util.c log.c md5.c util.c lock.c
112 libradiusclient_la_LDFLAGS = -version-info $(LIBVERSION)
113 libradiusclient_la_LIBADD = @LTLIBOBJS@
114 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
115 CONFIG_HEADER = ../config.h
116 CONFIG_CLEAN_FILES = 
117 LTLIBRARIES =  $(lib_LTLIBRARIES)
118
119 CPPFLAGS = @CPPFLAGS@
120 LDFLAGS = @LDFLAGS@
121 LIBS = @LIBS@
122 libradiusclient_la_DEPENDENCIES =  @LTLIBOBJS@
123 libradiusclient_la_OBJECTS =  buildreq.lo clientid.lo env.lo \
124 sendserver.lo avpair.lo config.lo dict.lo ip_util.lo log.lo md5.lo \
125 util.lo lock.lo
126 CFLAGS = @CFLAGS@
127 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
128 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
129 LINK = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS) -o $@
130 HEADERS =  $(noinst_HEADERS)
131
132 DIST_COMMON =  Makefile.am Makefile.in memcmp.c strcasecmp.c strdup.c \
133 strerror.c
134
135
136 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
137
138 TAR = tar
139 GZIP = --best
140 SOURCES = $(libradiusclient_la_SOURCES)
141 OBJECTS = $(libradiusclient_la_OBJECTS)
142
143 all: Makefile $(LTLIBRARIES) $(HEADERS)
144
145 .SUFFIXES:
146 .SUFFIXES: .S .c .lo .o .s
147 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
148         cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps lib/Makefile
149
150 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
151         cd $(top_builddir) \
152           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
153
154
155 mostlyclean-libLTLIBRARIES:
156
157 clean-libLTLIBRARIES:
158         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
159
160 distclean-libLTLIBRARIES:
161
162 maintainer-clean-libLTLIBRARIES:
163
164 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
165         @$(NORMAL_INSTALL)
166         $(mkinstalldirs) $(DESTDIR)$(libdir)
167         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
168           if test -f $$p; then \
169             echo "$(LIBTOOL)  --mode=install $(INSTALL_DATA) $$p $(DESTDIR)$(libdir)/$$p"; \
170             $(LIBTOOL)  --mode=install $(INSTALL_DATA) $$p $(DESTDIR)$(libdir)/$$p; \
171           else :; fi; \
172         done
173
174 uninstall-libLTLIBRARIES:
175         @$(NORMAL_UNINSTALL)
176         list='$(lib_LTLIBRARIES)'; for p in $$list; do \
177           $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
178         done
179
180 .c.o:
181         $(COMPILE) -c $<
182
183 .s.o:
184         $(COMPILE) -c $<
185
186 .S.o:
187         $(COMPILE) -c $<
188
189 mostlyclean-compile:
190         -rm -f *.o core *.core
191
192 clean-compile:
193
194 distclean-compile:
195         -rm -f *.tab.c
196
197 maintainer-clean-compile:
198
199 .c.lo:
200         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
201
202 .s.lo:
203         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
204
205 .S.lo:
206         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
207
208 mostlyclean-libtool:
209         -rm -f *.lo
210
211 clean-libtool:
212         -rm -rf .libs _libs
213
214 distclean-libtool:
215
216 maintainer-clean-libtool:
217
218 libradiusclient.la: $(libradiusclient_la_OBJECTS) $(libradiusclient_la_DEPENDENCIES)
219         $(LINK) -rpath $(libdir) $(libradiusclient_la_LDFLAGS) $(libradiusclient_la_OBJECTS) $(libradiusclient_la_LIBADD) $(LIBS)
220
221 tags: TAGS
222
223 ID: $(HEADERS) $(SOURCES) $(LISP)
224         here=`pwd` && cd $(srcdir) \
225           && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
226
227 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
228         tags=; \
229         here=`pwd`; \
230         list='$(SOURCES) $(HEADERS)'; \
231         unique=`for i in $$list; do echo $$i; done | \
232           awk '    { files[$$0] = 1; } \
233                END { for (i in files) print i; }'`; \
234         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
235           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
236
237 mostlyclean-tags:
238
239 clean-tags:
240
241 distclean-tags:
242         -rm -f TAGS ID
243
244 maintainer-clean-tags:
245
246 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
247
248 subdir = lib
249
250 distdir: $(DISTFILES)
251         @for file in $(DISTFILES); do \
252           d=$(srcdir); \
253           test -f $(distdir)/$$file \
254           || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
255           || cp -p $$d/$$file $(distdir)/$$file; \
256         done
257 avpair.lo avpair.o: avpair.c ../config.h ../include/includes.h \
258         ../include/radiusclient.h
259 buildreq.lo buildreq.o: buildreq.c ../config.h ../include/includes.h \
260         ../include/radiusclient.h
261 clientid.lo clientid.o: clientid.c ../config.h ../include/includes.h \
262         ../include/radiusclient.h
263 config.lo config.o: config.c ../config.h ../include/includes.h \
264         ../include/radiusclient.h options.h
265 dict.lo dict.o: dict.c ../config.h ../include/includes.h \
266         ../include/radiusclient.h
267 env.lo env.o: env.c ../config.h ../include/includes.h \
268         ../include/radiusclient.h
269 ip_util.lo ip_util.o: ip_util.c ../config.h ../include/includes.h \
270         ../include/radiusclient.h
271 lock.lo lock.o: lock.c ../config.h ../include/includes.h
272 log.lo log.o: log.c ../config.h ../include/includes.h \
273         ../include/radiusclient.h
274 md5.lo md5.o: md5.c ../config.h ../include/includes.h \
275         ../include/radiusclient.h
276 memcmp.o memcmp.lo: memcmp.c ../config.h ../include/includes.h
277 sendserver.lo sendserver.o: sendserver.c ../config.h \
278         ../include/includes.h ../include/radiusclient.h \
279         ../include/pathnames.h
280 strcasecmp.o strcasecmp.lo: strcasecmp.c ../config.h \
281         ../include/includes.h
282 strdup.o strdup.lo: strdup.c ../config.h ../include/includes.h
283 strerror.o strerror.lo: strerror.c ../config.h ../include/includes.h
284 util.lo util.o: util.c ../config.h ../include/includes.h \
285         ../include/radiusclient.h
286
287 info:
288 dvi:
289 check: all
290         $(MAKE)
291 installcheck:
292 install-exec: install-libLTLIBRARIES
293         @$(NORMAL_INSTALL)
294
295 install-data: 
296         @$(NORMAL_INSTALL)
297
298 install: install-exec install-data all
299         @:
300
301 uninstall: uninstall-libLTLIBRARIES
302
303 install-strip:
304         $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
305 installdirs:
306         $(mkinstalldirs)  $(DATADIR)$(libdir)
307
308
309 mostlyclean-generic:
310         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
311
312 clean-generic:
313         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
314
315 distclean-generic:
316         -rm -f Makefile $(DISTCLEANFILES)
317         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
318         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
319
320 maintainer-clean-generic:
321         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
322         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
323 mostlyclean:  mostlyclean-libLTLIBRARIES mostlyclean-compile \
324                 mostlyclean-libtool mostlyclean-tags \
325                 mostlyclean-generic
326
327 clean:  clean-libLTLIBRARIES clean-compile clean-libtool clean-tags \
328                 clean-generic mostlyclean
329
330 distclean:  distclean-libLTLIBRARIES distclean-compile distclean-libtool \
331                 distclean-tags distclean-generic clean
332         -rm -f config.status
333         -rm -f libtool
334
335 maintainer-clean:  maintainer-clean-libLTLIBRARIES \
336                 maintainer-clean-compile maintainer-clean-libtool \
337                 maintainer-clean-tags maintainer-clean-generic \
338                 distclean
339         @echo "This command is intended for maintainers to use;"
340         @echo "it deletes files that may require special tools to rebuild."
341
342 .PHONY: mostlyclean-libLTLIBRARIES distclean-libLTLIBRARIES \
343 clean-libLTLIBRARIES maintainer-clean-libLTLIBRARIES \
344 uninstall-libLTLIBRARIES install-libLTLIBRARIES mostlyclean-compile \
345 distclean-compile clean-compile maintainer-clean-compile \
346 mostlyclean-libtool distclean-libtool clean-libtool \
347 maintainer-clean-libtool tags mostlyclean-tags distclean-tags \
348 clean-tags maintainer-clean-tags distdir info dvi installcheck \
349 install-exec install-data install uninstall all installdirs \
350 mostlyclean-generic distclean-generic clean-generic \
351 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
352
353
354 # Tell versions [3.59,3.63) of GNU make to not export all variables.
355 # Otherwise a system limit (for SysV at least) may be exceeded.
356 .NOEXPORT: