]> git.ozlabs.org Git - ppp.git/blob - pppd/plugins/radius/radiusclient/src/Makefile.in
Add these files, used with TDB.
[ppp.git] / pppd / plugins / radius / radiusclient / src / 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:04 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 LIBVERSION = @LIBVERSION@
81 LN_S = @LN_S@
82 LTLIBOBJS = @LTLIBOBJS@
83 MAKEINFO = @MAKEINFO@
84 NM = @NM@
85 PACKAGE = @PACKAGE@
86 RANLIB = @RANLIB@
87 RC_LOG_FACILITY = @RC_LOG_FACILITY@
88 RC_SECURE_PATH = @RC_SECURE_PATH@
89 VERSION = @VERSION@
90
91 AUTOMAKE_OPTIONS = foreign
92
93 pkgsysconfdir=@pkgsysconfdir@
94
95 DEFS = @DEFS@ -DRC_CONFIG_FILE=\"${pkgsysconfdir}/radiusclient.conf\" \
96               -DRC_SECURE_PATH=\"@RC_SECURE_PATH@\"
97 INCLUDES = -I$(srcdir) -I$(top_srcdir)/include -I$(top_builddir)
98 LDADD = ../lib/libradiusclient.la
99
100 CLEANFILES = *~
101
102 noinst_HEADERS = radlogin.h
103
104 sbin_PROGRAMS = radlogin radstatus radacct radexample
105 radlogin_SOURCES = radlogin.c radius.c local.c
106 radacct_SOURCES = radacct.c
107 radstatus_SOURCES = radstatus.c
108 radexample_SOURCES = radexample.c
109 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
110 CONFIG_HEADER = ../config.h
111 CONFIG_CLEAN_FILES = 
112 PROGRAMS =  $(sbin_PROGRAMS)
113
114 CPPFLAGS = @CPPFLAGS@
115 LDFLAGS = @LDFLAGS@
116 LIBS = @LIBS@
117 radlogin_OBJECTS =  radlogin.o radius.o local.o
118 radlogin_LDADD = $(LDADD)
119 radlogin_DEPENDENCIES =  ../lib/libradiusclient.la
120 radlogin_LDFLAGS = 
121 radstatus_OBJECTS =  radstatus.o
122 radstatus_LDADD = $(LDADD)
123 radstatus_DEPENDENCIES =  ../lib/libradiusclient.la
124 radstatus_LDFLAGS = 
125 radacct_OBJECTS =  radacct.o
126 radacct_LDADD = $(LDADD)
127 radacct_DEPENDENCIES =  ../lib/libradiusclient.la
128 radacct_LDFLAGS = 
129 radexample_OBJECTS =  radexample.o
130 radexample_LDADD = $(LDADD)
131 radexample_DEPENDENCIES =  ../lib/libradiusclient.la
132 radexample_LDFLAGS = 
133 CFLAGS = @CFLAGS@
134 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
135 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
136 LINK = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS) -o $@
137 HEADERS =  $(noinst_HEADERS)
138
139 DIST_COMMON =  Makefile.am Makefile.in
140
141
142 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
143
144 TAR = tar
145 GZIP = --best
146 SOURCES = $(radlogin_SOURCES) $(radstatus_SOURCES) $(radacct_SOURCES) $(radexample_SOURCES)
147 OBJECTS = $(radlogin_OBJECTS) $(radstatus_OBJECTS) $(radacct_OBJECTS) $(radexample_OBJECTS)
148
149 all: Makefile $(PROGRAMS) $(HEADERS)
150
151 .SUFFIXES:
152 .SUFFIXES: .S .c .lo .o .s
153 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
154         cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps src/Makefile
155
156 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
157         cd $(top_builddir) \
158           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
159
160
161 mostlyclean-sbinPROGRAMS:
162
163 clean-sbinPROGRAMS:
164         -test -z "$(sbin_PROGRAMS)" || rm -f $(sbin_PROGRAMS)
165
166 distclean-sbinPROGRAMS:
167
168 maintainer-clean-sbinPROGRAMS:
169
170 install-sbinPROGRAMS: $(sbin_PROGRAMS)
171         @$(NORMAL_INSTALL)
172         $(mkinstalldirs) $(DESTDIR)$(sbindir)
173         @list='$(sbin_PROGRAMS)'; for p in $$list; do \
174           if test -f $$p; then \
175             echo " $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(sbindir)/`echo $$p|sed '$(transform)'`"; \
176             $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(sbindir)/`echo $$p|sed '$(transform)'`; \
177           else :; fi; \
178         done
179
180 uninstall-sbinPROGRAMS:
181         @$(NORMAL_UNINSTALL)
182         list='$(sbin_PROGRAMS)'; for p in $$list; do \
183           rm -f $(DESTDIR)$(sbindir)/`echo $$p|sed '$(transform)'`; \
184         done
185
186 .c.o:
187         $(COMPILE) -c $<
188
189 .s.o:
190         $(COMPILE) -c $<
191
192 .S.o:
193         $(COMPILE) -c $<
194
195 mostlyclean-compile:
196         -rm -f *.o core *.core
197
198 clean-compile:
199
200 distclean-compile:
201         -rm -f *.tab.c
202
203 maintainer-clean-compile:
204
205 .c.lo:
206         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
207
208 .s.lo:
209         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
210
211 .S.lo:
212         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
213
214 mostlyclean-libtool:
215         -rm -f *.lo
216
217 clean-libtool:
218         -rm -rf .libs _libs
219
220 distclean-libtool:
221
222 maintainer-clean-libtool:
223
224 radlogin: $(radlogin_OBJECTS) $(radlogin_DEPENDENCIES)
225         @rm -f radlogin
226         $(LINK) $(radlogin_LDFLAGS) $(radlogin_OBJECTS) $(radlogin_LDADD) $(LIBS)
227
228 radstatus: $(radstatus_OBJECTS) $(radstatus_DEPENDENCIES)
229         @rm -f radstatus
230         $(LINK) $(radstatus_LDFLAGS) $(radstatus_OBJECTS) $(radstatus_LDADD) $(LIBS)
231
232 radacct: $(radacct_OBJECTS) $(radacct_DEPENDENCIES)
233         @rm -f radacct
234         $(LINK) $(radacct_LDFLAGS) $(radacct_OBJECTS) $(radacct_LDADD) $(LIBS)
235
236 radexample: $(radexample_OBJECTS) $(radexample_DEPENDENCIES)
237         @rm -f radexample
238         $(LINK) $(radexample_LDFLAGS) $(radexample_OBJECTS) $(radexample_LDADD) $(LIBS)
239
240 tags: TAGS
241
242 ID: $(HEADERS) $(SOURCES) $(LISP)
243         here=`pwd` && cd $(srcdir) \
244           && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
245
246 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
247         tags=; \
248         here=`pwd`; \
249         list='$(SOURCES) $(HEADERS)'; \
250         unique=`for i in $$list; do echo $$i; done | \
251           awk '    { files[$$0] = 1; } \
252                END { for (i in files) print i; }'`; \
253         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
254           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
255
256 mostlyclean-tags:
257
258 clean-tags:
259
260 distclean-tags:
261         -rm -f TAGS ID
262
263 maintainer-clean-tags:
264
265 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
266
267 subdir = src
268
269 distdir: $(DISTFILES)
270         @for file in $(DISTFILES); do \
271           d=$(srcdir); \
272           test -f $(distdir)/$$file \
273           || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
274           || cp -p $$d/$$file $(distdir)/$$file; \
275         done
276 local.o: local.c ../config.h ../include/includes.h \
277         ../include/radiusclient.h ../include/messages.h radlogin.h
278 radacct.o: radacct.c ../config.h ../include/includes.h \
279         ../include/radiusclient.h ../include/messages.h \
280         ../include/pathnames.h
281 radexample.o: radexample.c ../config.h ../include/includes.h \
282         ../include/radiusclient.h ../include/pathnames.h
283 radius.o: radius.c ../config.h ../include/includes.h \
284         ../include/radiusclient.h ../include/messages.h radlogin.h
285 radlogin.o: radlogin.c ../config.h ../include/includes.h \
286         ../include/radiusclient.h ../include/messages.h \
287         ../include/pathnames.h radlogin.h
288 radstatus.o: radstatus.c ../config.h ../include/includes.h \
289         ../include/radiusclient.h ../include/pathnames.h \
290         ../include/messages.h
291
292 info:
293 dvi:
294 check: all
295         $(MAKE)
296 installcheck:
297 install-exec: install-sbinPROGRAMS
298         @$(NORMAL_INSTALL)
299
300 install-data: 
301         @$(NORMAL_INSTALL)
302
303 install: install-exec install-data all
304         @:
305
306 uninstall: uninstall-sbinPROGRAMS
307
308 install-strip:
309         $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
310 installdirs:
311         $(mkinstalldirs)  $(DATADIR)$(sbindir)
312
313
314 mostlyclean-generic:
315         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
316
317 clean-generic:
318         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
319
320 distclean-generic:
321         -rm -f Makefile $(DISTCLEANFILES)
322         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
323         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
324
325 maintainer-clean-generic:
326         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
327         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
328 mostlyclean:  mostlyclean-sbinPROGRAMS mostlyclean-compile \
329                 mostlyclean-libtool mostlyclean-tags \
330                 mostlyclean-generic
331
332 clean:  clean-sbinPROGRAMS clean-compile clean-libtool clean-tags \
333                 clean-generic mostlyclean
334
335 distclean:  distclean-sbinPROGRAMS distclean-compile distclean-libtool \
336                 distclean-tags distclean-generic clean
337         -rm -f config.status
338         -rm -f libtool
339
340 maintainer-clean:  maintainer-clean-sbinPROGRAMS \
341                 maintainer-clean-compile maintainer-clean-libtool \
342                 maintainer-clean-tags maintainer-clean-generic \
343                 distclean
344         @echo "This command is intended for maintainers to use;"
345         @echo "it deletes files that may require special tools to rebuild."
346
347 .PHONY: mostlyclean-sbinPROGRAMS distclean-sbinPROGRAMS \
348 clean-sbinPROGRAMS maintainer-clean-sbinPROGRAMS uninstall-sbinPROGRAMS \
349 install-sbinPROGRAMS mostlyclean-compile distclean-compile \
350 clean-compile maintainer-clean-compile mostlyclean-libtool \
351 distclean-libtool clean-libtool maintainer-clean-libtool tags \
352 mostlyclean-tags distclean-tags clean-tags maintainer-clean-tags \
353 distdir info dvi installcheck install-exec install-data install \
354 uninstall all installdirs mostlyclean-generic distclean-generic \
355 clean-generic maintainer-clean-generic clean mostlyclean distclean \
356 maintainer-clean
357
358
359 # Tell versions [3.59,3.63) of GNU make to not export all variables.
360 # Otherwise a system limit (for SysV at least) may be exceeded.
361 .NOEXPORT: