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:48 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 = .
53AUTOCONF = @AUTOCONF@
54AUTOMAKE = @AUTOMAKE@
55AUTOHEADER = @AUTOHEADER@
56
57INSTALL = @INSTALL@
58INSTALL_PROGRAM = @INSTALL_PROGRAM@
59INSTALL_DATA = @INSTALL_DATA@
60INSTALL_SCRIPT = @INSTALL_SCRIPT@
61transform = @program_transform_name@
62
63NORMAL_INSTALL = :
64PRE_INSTALL = :
65POST_INSTALL = :
66NORMAL_UNINSTALL = :
67PRE_UNINSTALL = :
68POST_UNINSTALL = :
69build_alias = @build_alias@
70build_triplet = @build@
71host_alias = @host_alias@
72host_triplet = @host@
73target_alias = @target_alias@
74target_triplet = @target@
75AR = @AR@
76CC = @CC@
77LD = @LD@
78LIBTOOL = @LIBTOOL@
79LIBVERSION = @LIBVERSION@
80LN_S = @LN_S@
81MAKEINFO = @MAKEINFO@
82NM = @NM@
83PACKAGE = @PACKAGE@
84RANLIB = @RANLIB@
85RC_LOG_FACILITY = @RC_LOG_FACILITY@
86RC_SECURE_PATH = @RC_SECURE_PATH@
87VERSION = @VERSION@
88pkgsysconfdir = @pkgsysconfdir@
89
90AUTOMAKE_OPTIONS = foreign
91
92INCLUDES = -D_GNU_SOURCE
93
94ACLOCAL = @ACLOCAL@
95LTLIBOBJS = @LTLIBOBJS@
96
97SUBDIRS = include lib src etc man doc patches login.radius
98EXTRA_DIST = BUGS CHANGES COPYRIGHT README README.radexample
99
100CLEANFILES = *~
101ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
102mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
103CONFIG_HEADER = config.h
104CONFIG_CLEAN_FILES = 
105DIST_COMMON =  README Makefile.am Makefile.in acconfig.h aclocal.m4 \
106config.guess config.h.in config.sub configure configure.in install-sh \
107ltconfig ltmain.sh missing mkinstalldirs stamp-h.in
108
109
110DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
111
112TAR = tar
113GZIP = --best
114all: all-recursive-am all-am
115
116.SUFFIXES:
117
118config.h: stamp-h
119	@:
120stamp-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
130mostlyclean-hdr:
131
132clean-hdr:
133
134distclean-hdr:
135	-rm -f config.h
136
137maintainer-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
148all-recursive install-data-recursive install-exec-recursive \
149installdirs-recursive install-recursive uninstall-recursive  \
150check-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
159mostlyclean-recursive clean-recursive distclean-recursive \
160maintainer-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"
171tags-recursive:
172	list='$(SUBDIRS)'; for subdir in $$list; do \
173	  (cd $$subdir && $(MAKE) tags); \
174	done
175
176tags: TAGS
177
178ID: $(HEADERS) $(SOURCES) $(LISP)
179	here=`pwd` && cd $(srcdir) \
180	  && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
181
182TAGS: 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
195mostlyclean-tags:
196
197clean-tags:
198
199distclean-tags:
200	-rm -f TAGS ID
201
202maintainer-clean-tags:
203
204distdir = $(PACKAGE)-$(VERSION)
205top_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.
210distcheck: 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 "========================"
228dist: distdir
229	-chmod -R a+r $(distdir)
230	GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
231	-rm -rf $(distdir)
232dist-all: distdir
233	-chmod -R a+r $(distdir)
234	GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
235	-rm -rf $(distdir)
236distdir: $(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
254info: info-recursive
255dvi: dvi-recursive
256check: all-am
257	$(MAKE) check-recursive
258installcheck: installcheck-recursive
259all-recursive-am: config.h
260	$(MAKE) all-recursive
261
262all-am: Makefile config.h
263
264install-exec: install-exec-recursive
265	@$(NORMAL_INSTALL)
266
267install-data: install-data-recursive
268	@$(NORMAL_INSTALL)
269
270install: install-recursive
271	@:
272
273uninstall: uninstall-recursive
274
275install-strip:
276	$(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
277installdirs: installdirs-recursive
278
279
280mostlyclean-generic:
281	-test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
282
283clean-generic:
284	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
285
286distclean-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
291maintainer-clean-generic:
292	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
293	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
294mostlyclean-am:  mostlyclean-hdr mostlyclean-tags mostlyclean-generic
295
296clean-am:  clean-hdr clean-tags clean-generic mostlyclean-am
297
298distclean-am:  distclean-hdr distclean-tags distclean-generic clean-am
299
300maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-tags \
301		maintainer-clean-generic distclean-am
302
303mostlyclean:  mostlyclean-recursive mostlyclean-am
304
305clean:  clean-recursive clean-am
306
307distclean:  distclean-recursive distclean-am
308	-rm -f config.status
309	-rm -f libtool
310
311maintainer-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 \
317install-data-recursive uninstall-data-recursive install-exec-recursive \
318uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
319all-recursive check-recursive installcheck-recursive info-recursive \
320dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
321maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
322distclean-tags clean-tags maintainer-clean-tags distdir info dvi \
323installcheck all-recursive-am all-am install-exec install-data install \
324uninstall all installdirs mostlyclean-generic distclean-generic \
325clean-generic maintainer-clean-generic clean mostlyclean distclean \
326maintainer-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:
332