]> git.ozlabs.org Git - ppp.git/blob - pppd/plugins/radius/radiusclient/etc/Makefile.in
088921b94a863a5b2900cd88aca62160dcfe1bb4
[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.1 2002/01/22 16:03:01 dfs 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
99 EXTRA_DIST = issue port-id-map dictionary dictionary.ascend \
100         dictionary.compat dictionary.merit servers radiusclient.conf.in
101 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
102 CONFIG_HEADER = ../config.h
103 CONFIG_CLEAN_FILES = 
104 DATA =  $(pkgsysconf_DATA)
105
106 DIST_COMMON =  Makefile.am Makefile.in
107
108
109 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
110
111 TAR = tar
112 GZIP = --best
113 all: Makefile $(DATA)
114
115 .SUFFIXES:
116 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
117         cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps etc/Makefile
118
119 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
120         cd $(top_builddir) \
121           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
122
123
124 install-pkgsysconfDATA: $(pkgsysconf_DATA)
125         @$(NORMAL_INSTALL)
126         $(mkinstalldirs) $(DESTDIR)$(pkgsysconfdir)
127         @list='$(pkgsysconf_DATA)'; for p in $$list; do \
128           if test -f $(srcdir)/$$p; then \
129             echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgsysconfdir)/$$p"; \
130             $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgsysconfdir)/$$p; \
131           else if test -f $$p; then \
132             echo " $(INSTALL_DATA) $$p $(DESTDIR)$(pkgsysconfdir)/$$p"; \
133             $(INSTALL_DATA) $$p $(DESTDIR)$(pkgsysconfdir)/$$p; \
134           fi; fi; \
135         done
136
137 uninstall-pkgsysconfDATA:
138         @$(NORMAL_UNINSTALL)
139         list='$(pkgsysconf_DATA)'; for p in $$list; do \
140           rm -f $(DESTDIR)$(pkgsysconfdir)/$$p; \
141         done
142 tags: TAGS
143 TAGS:
144
145
146 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
147
148 subdir = etc
149
150 distdir: $(DISTFILES)
151         @for file in $(DISTFILES); do \
152           d=$(srcdir); \
153           test -f $(distdir)/$$file \
154           || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
155           || cp -p $$d/$$file $(distdir)/$$file; \
156         done
157 info:
158 dvi:
159 check: all
160         $(MAKE)
161 installcheck:
162 install-exec: 
163         @$(NORMAL_INSTALL)
164
165 install-data: install-pkgsysconfDATA install-data-local
166         @$(NORMAL_INSTALL)
167
168 install: install-exec install-data all
169         @:
170
171 uninstall: uninstall-pkgsysconfDATA uninstall-local
172
173 install-strip:
174         $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
175 installdirs:
176         $(mkinstalldirs)  $(DATADIR)$(pkgsysconfdir)
177
178
179 mostlyclean-generic:
180         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
181
182 clean-generic:
183         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
184
185 distclean-generic:
186         -rm -f Makefile $(DISTCLEANFILES)
187         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
188         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
189
190 maintainer-clean-generic:
191         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
192         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
193 mostlyclean:  mostlyclean-generic
194
195 clean:  clean-generic mostlyclean
196
197 distclean:  distclean-generic clean
198         -rm -f config.status
199         -rm -f libtool
200
201 maintainer-clean:  maintainer-clean-generic distclean
202         @echo "This command is intended for maintainers to use;"
203         @echo "it deletes files that may require special tools to rebuild."
204
205 .PHONY: uninstall-pkgsysconfDATA install-pkgsysconfDATA tags distdir \
206 info dvi installcheck install-exec install-data install uninstall all \
207 installdirs mostlyclean-generic distclean-generic clean-generic \
208 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
209
210
211 radiusclient.conf: radiusclient.conf.in
212         sed -e 's|@sbin''dir@|$(sbindir)|g' \
213             -e 's|@pkgsysconf''dir@|$(pkgsysconfdir)|g' \
214             <$(srcdir)/radiusclient.conf.in >radiusclient.conf
215
216 install-data-local: servers
217         $(mkinstalldirs) $(pkgsysconfdir); \
218         echo " $(INSTALL) -m600 $(srcdir)/servers $(pkgsysconfdir)/servers"; \
219         $(INSTALL) -m600 $(srcdir)/servers $(pkgsysconfdir)/servers
220
221 uninstall-local:
222         rm -f $(pkgsysconfdir)/servers
223
224 # Tell versions [3.59,3.63) of GNU make to not export all variables.
225 # Otherwise a system limit (for SysV at least) may be exceeded.
226 .NOEXPORT: