]> git.ozlabs.org Git - ppp.git/blob - pppd/plugins/radius/radiusclient/login.radius/Makefile.in
Add these files, used with TDB.
[ppp.git] / pppd / plugins / radius / radiusclient / login.radius / 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) 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
54 ACLOCAL = @ACLOCAL@
55 AUTOCONF = @AUTOCONF@
56 AUTOMAKE = @AUTOMAKE@
57 AUTOHEADER = @AUTOHEADER@
58
59 INSTALL = @INSTALL@
60 INSTALL_PROGRAM = @INSTALL_PROGRAM@
61 INSTALL_DATA = @INSTALL_DATA@
62 INSTALL_SCRIPT = @INSTALL_SCRIPT@
63 transform = @program_transform_name@
64
65 NORMAL_INSTALL = :
66 PRE_INSTALL = :
67 POST_INSTALL = :
68 NORMAL_UNINSTALL = :
69 PRE_UNINSTALL = :
70 POST_UNINSTALL = :
71 build_alias = @build_alias@
72 build_triplet = @build@
73 host_alias = @host_alias@
74 host_triplet = @host@
75 target_alias = @target_alias@
76 target_triplet = @target@
77 AR = @AR@
78 CC = @CC@
79 LD = @LD@
80 LIBTOOL = @LIBTOOL@
81 LIBVERSION = @LIBVERSION@
82 LN_S = @LN_S@
83 LTLIBOBJS = @LTLIBOBJS@
84 MAKEINFO = @MAKEINFO@
85 NM = @NM@
86 PACKAGE = @PACKAGE@
87 RANLIB = @RANLIB@
88 RC_LOG_FACILITY = @RC_LOG_FACILITY@
89 RC_SECURE_PATH = @RC_SECURE_PATH@
90 VERSION = @VERSION@
91 pkgsysconfdir = @pkgsysconfdir@
92
93 AUTOMAKE_OPTIONS = foreign
94
95 SUBDIRS = migs
96
97 EXTRA_DIST = README login.radius
98
99 sbin_SCRIPTS = login.radius
100 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
101 CONFIG_HEADER = ../config.h
102 CONFIG_CLEAN_FILES = 
103 SCRIPTS =  $(sbin_SCRIPTS)
104
105 DIST_COMMON =  README Makefile.am Makefile.in
106
107
108 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
109
110 TAR = tar
111 GZIP = --best
112 all: all-recursive all-am
113
114 .SUFFIXES:
115 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
116         cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps login.radius/Makefile
117
118 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
119         cd $(top_builddir) \
120           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
121
122
123 install-sbinSCRIPTS: $(sbin_SCRIPTS)
124         @$(NORMAL_INSTALL)
125         $(mkinstalldirs) $(DESTDIR)$(sbindir)
126         @list='$(sbin_SCRIPTS)'; for p in $$list; do \
127           if test -f $$p; then \
128             echo " $(INSTALL_SCRIPT) $$p $(DESTDIR)$(sbindir)/`echo $$p|sed '$(transform)'`"; \
129             $(INSTALL_SCRIPT) $$p $(DESTDIR)$(sbindir)/`echo $$p|sed '$(transform)'`; \
130           else if test -f $(srcdir)/$$p; then \
131             echo " $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(sbindir)/`echo $$p|sed '$(transform)'`"; \
132             $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(sbindir)/`echo $$p|sed '$(transform)'`; \
133           else :; fi; fi; \
134         done
135
136 uninstall-sbinSCRIPTS:
137         @$(NORMAL_UNINSTALL)
138         list='$(sbin_SCRIPTS)'; for p in $$list; do \
139           rm -f $(DESTDIR)$(sbindir)/`echo $$p|sed '$(transform)'`; \
140         done
141
142 # This directory's subdirectories are mostly independent; you can cd
143 # into them and run `make' without going through this Makefile.
144 # To change the values of `make' variables: instead of editing Makefiles,
145 # (1) if the variable is set in `config.status', edit `config.status'
146 #     (which will cause the Makefiles to be regenerated when you run `make');
147 # (2) otherwise, pass the desired values on the `make' command line.
148
149 @SET_MAKE@
150
151 all-recursive install-data-recursive install-exec-recursive \
152 installdirs-recursive install-recursive uninstall-recursive  \
153 check-recursive installcheck-recursive info-recursive dvi-recursive:
154         @set fnord $(MAKEFLAGS); amf=$$2; \
155         list='$(SUBDIRS)'; for subdir in $$list; do \
156           target=`echo $@ | sed s/-recursive//`; \
157           echo "Making $$target in $$subdir"; \
158           (cd $$subdir && $(MAKE) $$target) \
159            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
160         done && test -z "$$fail"
161
162 mostlyclean-recursive clean-recursive distclean-recursive \
163 maintainer-clean-recursive:
164         @set fnord $(MAKEFLAGS); amf=$$2; \
165         rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
166           rev="$$subdir $$rev"; \
167         done; \
168         for subdir in $$rev; do \
169           target=`echo $@ | sed s/-recursive//`; \
170           echo "Making $$target in $$subdir"; \
171           (cd $$subdir && $(MAKE) $$target) \
172            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
173         done && test -z "$$fail"
174 tags-recursive:
175         list='$(SUBDIRS)'; for subdir in $$list; do \
176           (cd $$subdir && $(MAKE) tags); \
177         done
178
179 tags: TAGS
180
181 ID: $(HEADERS) $(SOURCES) $(LISP)
182         here=`pwd` && cd $(srcdir) \
183           && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
184
185 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
186         tags=; \
187         here=`pwd`; \
188         list='$(SUBDIRS)'; for subdir in $$list; do \
189           test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
190         done; \
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
198 mostlyclean-tags:
199
200 clean-tags:
201
202 distclean-tags:
203         -rm -f TAGS ID
204
205 maintainer-clean-tags:
206
207 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
208
209 subdir = login.radius
210
211 distdir: $(DISTFILES)
212         @for file in $(DISTFILES); do \
213           d=$(srcdir); \
214           test -f $(distdir)/$$file \
215           || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
216           || cp -p $$d/$$file $(distdir)/$$file; \
217         done
218         for subdir in $(SUBDIRS); do \
219           test -d $(distdir)/$$subdir \
220           || mkdir $(distdir)/$$subdir \
221           || exit 1; \
222           chmod 777 $(distdir)/$$subdir; \
223           (cd $$subdir && $(MAKE) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
224             || exit 1; \
225         done
226 info: info-recursive
227 dvi: dvi-recursive
228 check: all-am
229         $(MAKE) check-recursive
230 installcheck: installcheck-recursive
231 all-am: Makefile $(SCRIPTS)
232
233 install-exec-am: install-sbinSCRIPTS
234
235 uninstall-am: uninstall-sbinSCRIPTS
236
237 install-exec: install-exec-recursive install-exec-am
238         @$(NORMAL_INSTALL)
239
240 install-data: install-data-recursive
241         @$(NORMAL_INSTALL)
242
243 install: install-recursive install-exec-am
244         @:
245
246 uninstall: uninstall-recursive uninstall-am
247
248 install-strip:
249         $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
250 installdirs: installdirs-recursive
251         $(mkinstalldirs)  $(DATADIR)$(sbindir)
252
253
254 mostlyclean-generic:
255         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
256
257 clean-generic:
258         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
259
260 distclean-generic:
261         -rm -f Makefile $(DISTCLEANFILES)
262         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
263         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
264
265 maintainer-clean-generic:
266         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
267         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
268 mostlyclean-am:  mostlyclean-tags mostlyclean-generic
269
270 clean-am:  clean-tags clean-generic mostlyclean-am
271
272 distclean-am:  distclean-tags distclean-generic clean-am
273
274 maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
275                 distclean-am
276
277 mostlyclean:  mostlyclean-recursive mostlyclean-am
278
279 clean:  clean-recursive clean-am
280
281 distclean:  distclean-recursive distclean-am
282         -rm -f config.status
283         -rm -f libtool
284
285 maintainer-clean:  maintainer-clean-recursive maintainer-clean-am
286         @echo "This command is intended for maintainers to use;"
287         @echo "it deletes files that may require special tools to rebuild."
288
289 .PHONY: uninstall-sbinSCRIPTS install-sbinSCRIPTS install-data-recursive \
290 uninstall-data-recursive install-exec-recursive \
291 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
292 all-recursive check-recursive installcheck-recursive info-recursive \
293 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
294 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
295 distclean-tags clean-tags maintainer-clean-tags distdir info dvi \
296 installcheck all-am install-exec-am uninstall-am install-exec \
297 install-data install uninstall all installdirs mostlyclean-generic \
298 distclean-generic clean-generic maintainer-clean-generic clean \
299 mostlyclean distclean maintainer-clean
300
301
302 # Tell versions [3.59,3.63) of GNU make to not export all variables.
303 # Otherwise a system limit (for SysV at least) may be exceeded.
304 .NOEXPORT: