]> git.ozlabs.org Git - ppp.git/blob - pppd/plugins/radius/radiusclient/etc/Makefile.in
e3e2aedcdf55e53100a177c839c5d12e41ad558d
[ppp.git] / pppd / plugins / radius / radiusclient / etc / 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.4 2002/10/05 04:35:24 fcusack Exp $
15 #
16 # Copyright (C) 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
24 SHELL = /bin/sh
25
26 srcdir = @srcdir@
27 top_srcdir = @top_srcdir@
28 VPATH = @srcdir@
29 prefix = @prefix@
30 exec_prefix = @exec_prefix@
31
32 bindir = @bindir@
33 libexecdir = @libexecdir@
34 datadir = @datadir@
35 sysconfdir = @sysconfdir@
36 sharedstatedir = @sharedstatedir@
37 localstatedir = @localstatedir@
38 libdir = @libdir@
39 infodir = @infodir@
40 mandir = @mandir@
41 includedir = @includedir@
42 oldincludedir = /usr/include
43
44 DISTDIR =
45
46 pkgdatadir = $(datadir)/@PACKAGE@
47 pkglibdir = $(libdir)/@PACKAGE@
48 pkgincludedir = $(includedir)/@PACKAGE@
49
50 top_builddir = ..
51
52 ACLOCAL = @ACLOCAL@
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 LTLIBOBJS = @LTLIBOBJS@
82 MAKEINFO = @MAKEINFO@
83 NM = @NM@
84 PACKAGE = @PACKAGE@
85 RANLIB = @RANLIB@
86 RC_LOG_FACILITY = @RC_LOG_FACILITY@
87 RC_SECURE_PATH = @RC_SECURE_PATH@
88 VERSION = @VERSION@
89
90 AUTOMAKE_OPTIONS = foreign
91
92 CLEANFILES = *~ radiusclient.conf
93
94 sbindir = @sbindir@
95 pkgsysconfdir = @pkgsysconfdir@
96 pkgsysconf_DATA = issue port-id-map radiusclient.conf \
97         dictionary dictionary.ascend dictionary.compat dictionary.merit \
98         dictionary.microsoft
99
100 EXTRA_DIST = issue port-id-map dictionary dictionary.ascend \
101         dictionary.compat dictionary.merit dictionary.microsoft \
102         realms servers radiusclient.conf.in
103 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
104 CONFIG_HEADER = ../config.h
105 CONFIG_CLEAN_FILES = 
106 DATA =  $(pkgsysconf_DATA)
107
108 DIST_COMMON =  Makefile.am Makefile.in
109
110
111 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
112
113 TAR = tar
114 GZIP = --best
115 all: Makefile $(DATA)
116
117 .SUFFIXES:
118 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
119         cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps etc/Makefile
120
121 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
122         cd $(top_builddir) \
123           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
124
125
126 install-pkgsysconfDATA: $(pkgsysconf_DATA)
127         @$(NORMAL_INSTALL)
128         $(mkinstalldirs) $(DESTDIR)$(pkgsysconfdir)
129         @list='$(pkgsysconf_DATA)'; for p in $$list; do \
130           if test -f $(srcdir)/$$p; then \
131             echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgsysconfdir)/$$p"; \
132             $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgsysconfdir)/$$p; \
133           else if test -f $$p; then \
134             echo " $(INSTALL_DATA) $$p $(DESTDIR)$(pkgsysconfdir)/$$p"; \
135             $(INSTALL_DATA) $$p $(DESTDIR)$(pkgsysconfdir)/$$p; \
136           fi; fi; \
137         done
138
139 uninstall-pkgsysconfDATA:
140         @$(NORMAL_UNINSTALL)
141         list='$(pkgsysconf_DATA)'; for p in $$list; do \
142           rm -f $(DESTDIR)$(pkgsysconfdir)/$$p; \
143         done
144 tags: TAGS
145 TAGS:
146
147
148 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
149
150 subdir = etc
151
152 distdir: $(DISTFILES)
153         @for file in $(DISTFILES); do \
154           d=$(srcdir); \
155           test -f $(distdir)/$$file \
156           || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
157           || cp -p $$d/$$file $(distdir)/$$file; \
158         done
159 info:
160 dvi:
161 check: all
162         $(MAKE)
163 installcheck:
164 install-exec: 
165         @$(NORMAL_INSTALL)
166
167 install-data: install-pkgsysconfDATA install-data-local
168         @$(NORMAL_INSTALL)
169
170 install: install-exec install-data all
171         @:
172
173 uninstall: uninstall-pkgsysconfDATA uninstall-local
174
175 install-strip:
176         $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
177 installdirs:
178         $(mkinstalldirs)  $(DESTDIR)$(pkgsysconfdir)
179
180
181 mostlyclean-generic:
182         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
183
184 clean-generic:
185         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
186
187 distclean-generic:
188         -rm -f Makefile $(DISTCLEANFILES)
189         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
190         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
191
192 maintainer-clean-generic:
193         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
194         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
195 mostlyclean:  mostlyclean-generic
196
197 clean:  clean-generic mostlyclean
198
199 distclean:  distclean-generic clean
200         -rm -f config.status
201         -rm -f libtool
202
203 maintainer-clean:  maintainer-clean-generic distclean
204         @echo "This command is intended for maintainers to use;"
205         @echo "it deletes files that may require special tools to rebuild."
206
207 .PHONY: uninstall-pkgsysconfDATA install-pkgsysconfDATA tags distdir \
208 info dvi installcheck install-exec install-data install uninstall all \
209 installdirs mostlyclean-generic distclean-generic clean-generic \
210 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
211
212
213 radiusclient.conf: radiusclient.conf.in
214         sed -e 's|@sbin''dir@|$(sbindir)|g' \
215             -e 's|@pkgsysconf''dir@|$(pkgsysconfdir)|g' \
216             <$(srcdir)/radiusclient.conf.in >radiusclient.conf
217
218 install-data-local: realms servers
219         $(mkinstalldirs) $(DESTDIR)$(pkgsysconfdir); \
220         echo " $(INSTALL) -m600 $(srcdir)/realms $(DESTDIR)$(pkgsysconfdir)/realms"; \
221         $(INSTALL) -m600 $(srcdir)/realms $(DESTDIR)$(pkgsysconfdir)/realms
222         echo " $(INSTALL) -m600 $(srcdir)/servers $(DESTDIR)$(pkgsysconfdir)/servers"; \
223         $(INSTALL) -m600 $(srcdir)/servers $(DESTDIR)$(pkgsysconfdir)/servers
224
225 uninstall-local:
226         rm -f $(DESTDIR)$(pkgsysconfdir)/realms
227         rm -f $(DESTDIR)$(pkgsysconfdir)/servers
228
229 # Tell versions [3.59,3.63) of GNU make to not export all variables.
230 # Otherwise a system limit (for SysV at least) may be exceeded.
231 .NOEXPORT: