• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/plugins/radius/radiusclient/login.radius/
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.1.1 2008/10/15 03:30:50 james26_jang 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
25SHELL = /bin/sh
26
27srcdir = @srcdir@
28top_srcdir = @top_srcdir@
29VPATH = @srcdir@
30prefix = @prefix@
31exec_prefix = @exec_prefix@
32
33bindir = @bindir@
34sbindir = @sbindir@
35libexecdir = @libexecdir@
36datadir = @datadir@
37sysconfdir = @sysconfdir@
38sharedstatedir = @sharedstatedir@
39localstatedir = @localstatedir@
40libdir = @libdir@
41infodir = @infodir@
42mandir = @mandir@
43includedir = @includedir@
44oldincludedir = /usr/include
45
46DISTDIR =
47
48pkgdatadir = $(datadir)/@PACKAGE@
49pkglibdir = $(libdir)/@PACKAGE@
50pkgincludedir = $(includedir)/@PACKAGE@
51
52top_builddir = ..
53
54ACLOCAL = @ACLOCAL@
55AUTOCONF = @AUTOCONF@
56AUTOMAKE = @AUTOMAKE@
57AUTOHEADER = @AUTOHEADER@
58
59INSTALL = @INSTALL@
60INSTALL_PROGRAM = @INSTALL_PROGRAM@
61INSTALL_DATA = @INSTALL_DATA@
62INSTALL_SCRIPT = @INSTALL_SCRIPT@
63transform = @program_transform_name@
64
65NORMAL_INSTALL = :
66PRE_INSTALL = :
67POST_INSTALL = :
68NORMAL_UNINSTALL = :
69PRE_UNINSTALL = :
70POST_UNINSTALL = :
71build_alias = @build_alias@
72build_triplet = @build@
73host_alias = @host_alias@
74host_triplet = @host@
75target_alias = @target_alias@
76target_triplet = @target@
77AR = @AR@
78CC = @CC@
79LD = @LD@
80LIBTOOL = @LIBTOOL@
81LIBVERSION = @LIBVERSION@
82LN_S = @LN_S@
83LTLIBOBJS = @LTLIBOBJS@
84MAKEINFO = @MAKEINFO@
85NM = @NM@
86PACKAGE = @PACKAGE@
87RANLIB = @RANLIB@
88RC_LOG_FACILITY = @RC_LOG_FACILITY@
89RC_SECURE_PATH = @RC_SECURE_PATH@
90VERSION = @VERSION@
91pkgsysconfdir = @pkgsysconfdir@
92
93AUTOMAKE_OPTIONS = foreign
94
95SUBDIRS = migs
96
97EXTRA_DIST = README login.radius
98
99sbin_SCRIPTS = login.radius
100mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
101CONFIG_HEADER = ../config.h
102CONFIG_CLEAN_FILES = 
103SCRIPTS =  $(sbin_SCRIPTS)
104
105DIST_COMMON =  README Makefile.am Makefile.in
106
107
108DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
109
110TAR = tar
111GZIP = --best
112all: 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
118Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
119	cd $(top_builddir) \
120	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
121
122
123install-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
136uninstall-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
151all-recursive install-data-recursive install-exec-recursive \
152installdirs-recursive install-recursive uninstall-recursive  \
153check-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
162mostlyclean-recursive clean-recursive distclean-recursive \
163maintainer-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"
174tags-recursive:
175	list='$(SUBDIRS)'; for subdir in $$list; do \
176	  (cd $$subdir && $(MAKE) tags); \
177	done
178
179tags: TAGS
180
181ID: $(HEADERS) $(SOURCES) $(LISP)
182	here=`pwd` && cd $(srcdir) \
183	  && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
184
185TAGS: 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
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 = login.radius
210
211distdir: $(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
226info: info-recursive
227dvi: dvi-recursive
228check: all-am
229	$(MAKE) check-recursive
230installcheck: installcheck-recursive
231all-am: Makefile $(SCRIPTS)
232
233install-exec-am: install-sbinSCRIPTS
234
235uninstall-am: uninstall-sbinSCRIPTS
236
237install-exec: install-exec-recursive install-exec-am
238	@$(NORMAL_INSTALL)
239
240install-data: install-data-recursive
241	@$(NORMAL_INSTALL)
242
243install: install-recursive install-exec-am
244	@:
245
246uninstall: uninstall-recursive uninstall-am
247
248install-strip:
249	$(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
250installdirs: installdirs-recursive
251	$(mkinstalldirs)  $(DATADIR)$(sbindir)
252
253
254mostlyclean-generic:
255	-test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
256
257clean-generic:
258	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
259
260distclean-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
265maintainer-clean-generic:
266	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
267	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
268mostlyclean-am:  mostlyclean-tags mostlyclean-generic
269
270clean-am:  clean-tags clean-generic mostlyclean-am
271
272distclean-am:  distclean-tags distclean-generic clean-am
273
274maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
275		distclean-am
276
277mostlyclean:  mostlyclean-recursive mostlyclean-am
278
279clean:  clean-recursive clean-am
280
281distclean:  distclean-recursive distclean-am
282	-rm -f config.status
283	-rm -f libtool
284
285maintainer-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 \
290uninstall-data-recursive install-exec-recursive \
291uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
292all-recursive check-recursive installcheck-recursive info-recursive \
293dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
294maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
295distclean-tags clean-tags maintainer-clean-tags distdir info dvi \
296installcheck all-am install-exec-am uninstall-am install-exec \
297install-data install uninstall all installdirs mostlyclean-generic \
298distclean-generic clean-generic maintainer-clean-generic clean \
299mostlyclean 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:
305