]> git.ozlabs.org Git - ppp.git/blob - pppd/plugins/radius/radiusclient/Makefile.in
Added radius_pre_auth_hook to let additional plugins stacked on top
[ppp.git] / pppd / plugins / radius / radiusclient / 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:00 dfs Exp $
15
16 #  Copyright (C) 1997 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
25 SHELL = /bin/sh
26
27 srcdir = @srcdir@
28 top_srcdir = @top_srcdir@
29 VPATH = @srcdir@
30 prefix = @prefix@
31 exec_prefix = @exec_prefix@
32
33 bindir = @bindir@
34 sbindir = @sbindir@
35 libexecdir = @libexecdir@
36 datadir = @datadir@
37 sysconfdir = @sysconfdir@
38 sharedstatedir = @sharedstatedir@
39 localstatedir = @localstatedir@
40 libdir = @libdir@
41 infodir = @infodir@
42 mandir = @mandir@
43 includedir = @includedir@
44 oldincludedir = /usr/include
45
46 DISTDIR =
47
48 pkgdatadir = $(datadir)/@PACKAGE@
49 pkglibdir = $(libdir)/@PACKAGE@
50 pkgincludedir = $(includedir)/@PACKAGE@
51
52 top_builddir = .
53 AUTOCONF = @AUTOCONF@
54 AUTOMAKE = @AUTOMAKE@
55 AUTOHEADER = @AUTOHEADER@
56
57 INSTALL = @INSTALL@
58 INSTALL_PROGRAM = @INSTALL_PROGRAM@
59 INSTALL_DATA = @INSTALL_DATA@
60 INSTALL_SCRIPT = @INSTALL_SCRIPT@
61 transform = @program_transform_name@
62
63 NORMAL_INSTALL = :
64 PRE_INSTALL = :
65 POST_INSTALL = :
66 NORMAL_UNINSTALL = :
67 PRE_UNINSTALL = :
68 POST_UNINSTALL = :
69 build_alias = @build_alias@
70 build_triplet = @build@
71 host_alias = @host_alias@
72 host_triplet = @host@
73 target_alias = @target_alias@
74 target_triplet = @target@
75 AR = @AR@
76 CC = @CC@
77 LD = @LD@
78 LIBTOOL = @LIBTOOL@
79 LIBVERSION = @LIBVERSION@
80 LN_S = @LN_S@
81 MAKEINFO = @MAKEINFO@
82 NM = @NM@
83 PACKAGE = @PACKAGE@
84 RANLIB = @RANLIB@
85 RC_LOG_FACILITY = @RC_LOG_FACILITY@
86 RC_SECURE_PATH = @RC_SECURE_PATH@
87 VERSION = @VERSION@
88 pkgsysconfdir = @pkgsysconfdir@
89
90 AUTOMAKE_OPTIONS = foreign
91
92 INCLUDES = -D_GNU_SOURCE
93
94 ACLOCAL = @ACLOCAL@
95 LTLIBOBJS = @LTLIBOBJS@
96
97 SUBDIRS = include lib src etc man doc patches login.radius
98 EXTRA_DIST = BUGS CHANGES COPYRIGHT README README.radexample
99
100 CLEANFILES = *~
101 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
102 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
103 CONFIG_HEADER = config.h
104 CONFIG_CLEAN_FILES = 
105 DIST_COMMON =  README Makefile.am Makefile.in acconfig.h aclocal.m4 \
106 config.guess config.h.in config.sub configure configure.in install-sh \
107 ltconfig ltmain.sh missing mkinstalldirs stamp-h.in
108
109
110 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
111
112 TAR = tar
113 GZIP = --best
114 all: all-recursive-am all-am
115
116 .SUFFIXES:
117
118 config.h: stamp-h
119         @:
120 stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
121         cd $(top_builddir) \
122           && CONFIG_FILES= CONFIG_HEADERS=config.h \
123              $(SHELL) ./config.status
124         @echo timestamp > stamp-h
125 $(srcdir)/config.h.in: $(srcdir)/stamp-h.in
126 $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
127         cd $(top_srcdir) && $(AUTOHEADER)
128         @echo timestamp > $(srcdir)/stamp-h.in
129
130 mostlyclean-hdr:
131
132 clean-hdr:
133
134 distclean-hdr:
135         -rm -f config.h
136
137 maintainer-clean-hdr:
138
139 # This directory's subdirectories are mostly independent; you can cd
140 # into them and run `make' without going through this Makefile.
141 # To change the values of `make' variables: instead of editing Makefiles,
142 # (1) if the variable is set in `config.status', edit `config.status'
143 #     (which will cause the Makefiles to be regenerated when you run `make');
144 # (2) otherwise, pass the desired values on the `make' command line.
145
146 @SET_MAKE@
147
148 all-recursive install-data-recursive install-exec-recursive \
149 installdirs-recursive install-recursive uninstall-recursive  \
150 check-recursive installcheck-recursive info-recursive dvi-recursive:
151         @set fnord $(MAKEFLAGS); amf=$$2; \
152         list='$(SUBDIRS)'; for subdir in $$list; do \
153           target=`echo $@ | sed s/-recursive//`; \
154           echo "Making $$target in $$subdir"; \
155           (cd $$subdir && $(MAKE) $$target) \
156            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
157         done && test -z "$$fail"
158
159 mostlyclean-recursive clean-recursive distclean-recursive \
160 maintainer-clean-recursive:
161         @set fnord $(MAKEFLAGS); amf=$$2; \
162         rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
163           rev="$$subdir $$rev"; \
164         done; \
165         for subdir in $$rev; do \
166           target=`echo $@ | sed s/-recursive//`; \
167           echo "Making $$target in $$subdir"; \
168           (cd $$subdir && $(MAKE) $$target) \
169            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
170         done && test -z "$$fail"
171 tags-recursive:
172         list='$(SUBDIRS)'; for subdir in $$list; do \
173           (cd $$subdir && $(MAKE) tags); \
174         done
175
176 tags: TAGS
177
178 ID: $(HEADERS) $(SOURCES) $(LISP)
179         here=`pwd` && cd $(srcdir) \
180           && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
181
182 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
183         tags=; \
184         here=`pwd`; \
185         list='$(SUBDIRS)'; for subdir in $$list; do \
186           test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
187         done; \
188         list='$(SOURCES) $(HEADERS)'; \
189         unique=`for i in $$list; do echo $$i; done | \
190           awk '    { files[$$0] = 1; } \
191                END { for (i in files) print i; }'`; \
192         test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
193           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
194
195 mostlyclean-tags:
196
197 clean-tags:
198
199 distclean-tags:
200         -rm -f TAGS ID
201
202 maintainer-clean-tags:
203
204 distdir = $(PACKAGE)-$(VERSION)
205 top_distdir = $(distdir)
206
207 # This target untars the dist file and tries a VPATH configuration.  Then
208 # it guarantees that the distribution is self-contained by making another
209 # tarfile.
210 distcheck: dist
211         -rm -rf $(distdir)
212         GZIP=$(GZIP) $(TAR) zxf $(distdir).tar.gz
213         mkdir $(distdir)/=build
214         mkdir $(distdir)/=inst
215         dc_install_base=`cd $(distdir)/=inst && pwd`; \
216         cd $(distdir)/=build \
217           && ../configure --srcdir=.. --prefix=$$dc_install_base \
218           && $(MAKE) \
219           && $(MAKE) dvi \
220           && $(MAKE) check \
221           && $(MAKE) install \
222           && $(MAKE) installcheck \
223           && $(MAKE) dist
224         -rm -rf $(distdir)
225         @echo "========================"; \
226         echo "$(distdir).tar.gz is ready for distribution"; \
227         echo "========================"
228 dist: distdir
229         -chmod -R a+r $(distdir)
230         GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
231         -rm -rf $(distdir)
232 dist-all: distdir
233         -chmod -R a+r $(distdir)
234         GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
235         -rm -rf $(distdir)
236 distdir: $(DISTFILES)
237         -rm -rf $(distdir)
238         mkdir $(distdir)
239         -chmod 777 $(distdir)
240         @for file in $(DISTFILES); do \
241           d=$(srcdir); \
242           test -f $(distdir)/$$file \
243           || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
244           || cp -p $$d/$$file $(distdir)/$$file; \
245         done
246         for subdir in $(SUBDIRS); do \
247           test -d $(distdir)/$$subdir \
248           || mkdir $(distdir)/$$subdir \
249           || exit 1; \
250           chmod 777 $(distdir)/$$subdir; \
251           (cd $$subdir && $(MAKE) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
252             || exit 1; \
253         done
254 info: info-recursive
255 dvi: dvi-recursive
256 check: all-am
257         $(MAKE) check-recursive
258 installcheck: installcheck-recursive
259 all-recursive-am: config.h
260         $(MAKE) all-recursive
261
262 all-am: Makefile config.h
263
264 install-exec: install-exec-recursive
265         @$(NORMAL_INSTALL)
266
267 install-data: install-data-recursive
268         @$(NORMAL_INSTALL)
269
270 install: install-recursive
271         @:
272
273 uninstall: uninstall-recursive
274
275 install-strip:
276         $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
277 installdirs: installdirs-recursive
278
279
280 mostlyclean-generic:
281         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
282
283 clean-generic:
284         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
285
286 distclean-generic:
287         -rm -f Makefile $(DISTCLEANFILES)
288         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
289         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
290
291 maintainer-clean-generic:
292         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
293         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
294 mostlyclean-am:  mostlyclean-hdr mostlyclean-tags mostlyclean-generic
295
296 clean-am:  clean-hdr clean-tags clean-generic mostlyclean-am
297
298 distclean-am:  distclean-hdr distclean-tags distclean-generic clean-am
299
300 maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-tags \
301                 maintainer-clean-generic distclean-am
302
303 mostlyclean:  mostlyclean-recursive mostlyclean-am
304
305 clean:  clean-recursive clean-am
306
307 distclean:  distclean-recursive distclean-am
308         -rm -f config.status
309         -rm -f libtool
310
311 maintainer-clean:  maintainer-clean-recursive maintainer-clean-am
312         @echo "This command is intended for maintainers to use;"
313         @echo "it deletes files that may require special tools to rebuild."
314         -rm -f config.status
315
316 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
317 install-data-recursive uninstall-data-recursive install-exec-recursive \
318 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
319 all-recursive check-recursive installcheck-recursive info-recursive \
320 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
321 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
322 distclean-tags clean-tags maintainer-clean-tags distdir info dvi \
323 installcheck all-recursive-am all-am install-exec install-data install \
324 uninstall all installdirs mostlyclean-generic distclean-generic \
325 clean-generic maintainer-clean-generic clean mostlyclean distclean \
326 maintainer-clean
327
328
329 # Tell versions [3.59,3.63) of GNU make to not export all variables.
330 # Otherwise a system limit (for SysV at least) may be exceeded.
331 .NOEXPORT: