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) 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
24SHELL = /bin/sh
25
26srcdir = @srcdir@
27top_srcdir = @top_srcdir@
28VPATH = @srcdir@
29prefix = @prefix@
30exec_prefix = @exec_prefix@
31
32bindir = @bindir@
33sbindir = @sbindir@
34libexecdir = @libexecdir@
35datadir = @datadir@
36sysconfdir = @sysconfdir@
37sharedstatedir = @sharedstatedir@
38localstatedir = @localstatedir@
39libdir = @libdir@
40infodir = @infodir@
41mandir = @mandir@
42includedir = @includedir@
43oldincludedir = /usr/include
44
45DISTDIR =
46
47pkgdatadir = $(datadir)/@PACKAGE@
48pkglibdir = $(libdir)/@PACKAGE@
49pkgincludedir = $(includedir)/@PACKAGE@
50
51top_builddir = ..
52
53ACLOCAL = @ACLOCAL@
54AUTOCONF = @AUTOCONF@
55AUTOMAKE = @AUTOMAKE@
56AUTOHEADER = @AUTOHEADER@
57
58INSTALL = @INSTALL@
59INSTALL_PROGRAM = @INSTALL_PROGRAM@
60INSTALL_DATA = @INSTALL_DATA@
61INSTALL_SCRIPT = @INSTALL_SCRIPT@
62transform = @program_transform_name@
63
64NORMAL_INSTALL = :
65PRE_INSTALL = :
66POST_INSTALL = :
67NORMAL_UNINSTALL = :
68PRE_UNINSTALL = :
69POST_UNINSTALL = :
70build_alias = @build_alias@
71build_triplet = @build@
72host_alias = @host_alias@
73host_triplet = @host@
74target_alias = @target_alias@
75target_triplet = @target@
76AR = @AR@
77CC = @CC@
78LD = @LD@
79LIBTOOL = @LIBTOOL@
80LIBVERSION = @LIBVERSION@
81LN_S = @LN_S@
82LTLIBOBJS = @LTLIBOBJS@
83MAKEINFO = @MAKEINFO@
84NM = @NM@
85PACKAGE = @PACKAGE@
86RANLIB = @RANLIB@
87RC_LOG_FACILITY = @RC_LOG_FACILITY@
88RC_SECURE_PATH = @RC_SECURE_PATH@
89VERSION = @VERSION@
90
91AUTOMAKE_OPTIONS = foreign
92
93pkgsysconfdir=@pkgsysconfdir@
94
95DEFS = @DEFS@ -DRC_CONFIG_FILE=\"${pkgsysconfdir}/radiusclient.conf\" \
96	      -DRC_SECURE_PATH=\"@RC_SECURE_PATH@\"
97INCLUDES = -I$(srcdir) -I$(top_srcdir)/include -I$(top_builddir)
98LDADD = ../lib/libradiusclient.la
99
100CLEANFILES = *~
101
102noinst_HEADERS = radlogin.h
103
104sbin_PROGRAMS = radlogin radstatus radacct radexample
105radlogin_SOURCES = radlogin.c radius.c local.c
106radacct_SOURCES = radacct.c
107radstatus_SOURCES = radstatus.c
108radexample_SOURCES = radexample.c
109mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
110CONFIG_HEADER = ../config.h
111CONFIG_CLEAN_FILES = 
112PROGRAMS =  $(sbin_PROGRAMS)
113
114CPPFLAGS = @CPPFLAGS@
115LDFLAGS = @LDFLAGS@
116LIBS = @LIBS@
117radlogin_OBJECTS =  radlogin.o radius.o local.o
118radlogin_LDADD = $(LDADD)
119radlogin_DEPENDENCIES =  ../lib/libradiusclient.la
120radlogin_LDFLAGS = 
121radstatus_OBJECTS =  radstatus.o
122radstatus_LDADD = $(LDADD)
123radstatus_DEPENDENCIES =  ../lib/libradiusclient.la
124radstatus_LDFLAGS = 
125radacct_OBJECTS =  radacct.o
126radacct_LDADD = $(LDADD)
127radacct_DEPENDENCIES =  ../lib/libradiusclient.la
128radacct_LDFLAGS = 
129radexample_OBJECTS =  radexample.o
130radexample_LDADD = $(LDADD)
131radexample_DEPENDENCIES =  ../lib/libradiusclient.la
132radexample_LDFLAGS = 
133CFLAGS = @CFLAGS@
134COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
135LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
136LINK = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS) -o $@
137HEADERS =  $(noinst_HEADERS)
138
139DIST_COMMON =  Makefile.am Makefile.in
140
141
142DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
143
144TAR = tar
145GZIP = --best
146SOURCES = $(radlogin_SOURCES) $(radstatus_SOURCES) $(radacct_SOURCES) $(radexample_SOURCES)
147OBJECTS = $(radlogin_OBJECTS) $(radstatus_OBJECTS) $(radacct_OBJECTS) $(radexample_OBJECTS)
148
149all: 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
156Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
157	cd $(top_builddir) \
158	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
159
160
161mostlyclean-sbinPROGRAMS:
162
163clean-sbinPROGRAMS:
164	-test -z "$(sbin_PROGRAMS)" || rm -f $(sbin_PROGRAMS)
165
166distclean-sbinPROGRAMS:
167
168maintainer-clean-sbinPROGRAMS:
169
170install-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
180uninstall-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
195mostlyclean-compile:
196	-rm -f *.o core *.core
197
198clean-compile:
199
200distclean-compile:
201	-rm -f *.tab.c
202
203maintainer-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
214mostlyclean-libtool:
215	-rm -f *.lo
216
217clean-libtool:
218	-rm -rf .libs _libs
219
220distclean-libtool:
221
222maintainer-clean-libtool:
223
224radlogin: $(radlogin_OBJECTS) $(radlogin_DEPENDENCIES)
225	@rm -f radlogin
226	$(LINK) $(radlogin_LDFLAGS) $(radlogin_OBJECTS) $(radlogin_LDADD) $(LIBS)
227
228radstatus: $(radstatus_OBJECTS) $(radstatus_DEPENDENCIES)
229	@rm -f radstatus
230	$(LINK) $(radstatus_LDFLAGS) $(radstatus_OBJECTS) $(radstatus_LDADD) $(LIBS)
231
232radacct: $(radacct_OBJECTS) $(radacct_DEPENDENCIES)
233	@rm -f radacct
234	$(LINK) $(radacct_LDFLAGS) $(radacct_OBJECTS) $(radacct_LDADD) $(LIBS)
235
236radexample: $(radexample_OBJECTS) $(radexample_DEPENDENCIES)
237	@rm -f radexample
238	$(LINK) $(radexample_LDFLAGS) $(radexample_OBJECTS) $(radexample_LDADD) $(LIBS)
239
240tags: TAGS
241
242ID: $(HEADERS) $(SOURCES) $(LISP)
243	here=`pwd` && cd $(srcdir) \
244	  && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
245
246TAGS:  $(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
256mostlyclean-tags:
257
258clean-tags:
259
260distclean-tags:
261	-rm -f TAGS ID
262
263maintainer-clean-tags:
264
265distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
266
267subdir = src
268
269distdir: $(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
276local.o: local.c ../config.h ../include/includes.h \
277	../include/radiusclient.h ../include/messages.h radlogin.h
278radacct.o: radacct.c ../config.h ../include/includes.h \
279	../include/radiusclient.h ../include/messages.h \
280	../include/pathnames.h
281radexample.o: radexample.c ../config.h ../include/includes.h \
282	../include/radiusclient.h ../include/pathnames.h
283radius.o: radius.c ../config.h ../include/includes.h \
284	../include/radiusclient.h ../include/messages.h radlogin.h
285radlogin.o: radlogin.c ../config.h ../include/includes.h \
286	../include/radiusclient.h ../include/messages.h \
287	../include/pathnames.h radlogin.h
288radstatus.o: radstatus.c ../config.h ../include/includes.h \
289	../include/radiusclient.h ../include/pathnames.h \
290	../include/messages.h
291
292info:
293dvi:
294check: all
295	$(MAKE)
296installcheck:
297install-exec: install-sbinPROGRAMS
298	@$(NORMAL_INSTALL)
299
300install-data: 
301	@$(NORMAL_INSTALL)
302
303install: install-exec install-data all
304	@:
305
306uninstall: uninstall-sbinPROGRAMS
307
308install-strip:
309	$(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
310installdirs:
311	$(mkinstalldirs)  $(DATADIR)$(sbindir)
312
313
314mostlyclean-generic:
315	-test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
316
317clean-generic:
318	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
319
320distclean-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
325maintainer-clean-generic:
326	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
327	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
328mostlyclean:  mostlyclean-sbinPROGRAMS mostlyclean-compile \
329		mostlyclean-libtool mostlyclean-tags \
330		mostlyclean-generic
331
332clean:  clean-sbinPROGRAMS clean-compile clean-libtool clean-tags \
333		clean-generic mostlyclean
334
335distclean:  distclean-sbinPROGRAMS distclean-compile distclean-libtool \
336		distclean-tags distclean-generic clean
337	-rm -f config.status
338	-rm -f libtool
339
340maintainer-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 \
348clean-sbinPROGRAMS maintainer-clean-sbinPROGRAMS uninstall-sbinPROGRAMS \
349install-sbinPROGRAMS mostlyclean-compile distclean-compile \
350clean-compile maintainer-clean-compile mostlyclean-libtool \
351distclean-libtool clean-libtool maintainer-clean-libtool tags \
352mostlyclean-tags distclean-tags clean-tags maintainer-clean-tags \
353distdir info dvi installcheck install-exec install-data install \
354uninstall all installdirs mostlyclean-generic distclean-generic \
355clean-generic maintainer-clean-generic clean mostlyclean distclean \
356maintainer-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:
362