]> git.ozlabs.org Git - ppp.git/blob - pppd/plugins/radius/radiusclient/include/Makefile.in
Add these files, used with TDB.
[ppp.git] / pppd / plugins / radius / radiusclient / include / 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 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
25 SHELL = /bin/sh
26
27 srcdir = @srcdir@
28 top_srcdir = @top_srcdir@
29 VPATH = @srcdir@
30 prefix = @prefix@
31 exec_prefix = @exec_prefix@
32
33 bindir = @bindir@
34 sbindir = @sbindir@
35 libexecdir = @libexecdir@
36 datadir = @datadir@
37 sysconfdir = @sysconfdir@
38 sharedstatedir = @sharedstatedir@
39 localstatedir = @localstatedir@
40 libdir = @libdir@
41 infodir = @infodir@
42 mandir = @mandir@
43 includedir = @includedir@
44 oldincludedir = /usr/include
45
46 DISTDIR =
47
48 pkgdatadir = $(datadir)/@PACKAGE@
49 pkglibdir = $(libdir)/@PACKAGE@
50 pkgincludedir = $(includedir)/@PACKAGE@
51
52 top_builddir = ..
53
54 ACLOCAL = @ACLOCAL@
55 AUTOCONF = @AUTOCONF@
56 AUTOMAKE = @AUTOMAKE@
57 AUTOHEADER = @AUTOHEADER@
58
59 INSTALL = @INSTALL@
60 INSTALL_PROGRAM = @INSTALL_PROGRAM@
61 INSTALL_DATA = @INSTALL_DATA@
62 INSTALL_SCRIPT = @INSTALL_SCRIPT@
63 transform = @program_transform_name@
64
65 NORMAL_INSTALL = :
66 PRE_INSTALL = :
67 POST_INSTALL = :
68 NORMAL_UNINSTALL = :
69 PRE_UNINSTALL = :
70 POST_UNINSTALL = :
71 build_alias = @build_alias@
72 build_triplet = @build@
73 host_alias = @host_alias@
74 host_triplet = @host@
75 target_alias = @target_alias@
76 target_triplet = @target@
77 AR = @AR@
78 CC = @CC@
79 LD = @LD@
80 LIBTOOL = @LIBTOOL@
81 LIBVERSION = @LIBVERSION@
82 LN_S = @LN_S@
83 LTLIBOBJS = @LTLIBOBJS@
84 MAKEINFO = @MAKEINFO@
85 NM = @NM@
86 PACKAGE = @PACKAGE@
87 RANLIB = @RANLIB@
88 RC_LOG_FACILITY = @RC_LOG_FACILITY@
89 RC_SECURE_PATH = @RC_SECURE_PATH@
90 VERSION = @VERSION@
91 pkgsysconfdir = @pkgsysconfdir@
92
93 AUTOMAKE_OPTIONS = foreign
94
95 noinst_HEADERS = pathnames.h messages.h includes.h
96 include_HEADERS = radiusclient.h
97 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
98 CONFIG_HEADER = ../config.h
99 CONFIG_CLEAN_FILES = 
100 HEADERS =  $(include_HEADERS) $(noinst_HEADERS)
101
102 DIST_COMMON =  Makefile.am Makefile.in
103
104
105 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
106
107 TAR = tar
108 GZIP = --best
109 all: Makefile $(HEADERS)
110
111 .SUFFIXES:
112 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
113         cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps include/Makefile
114
115 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
116         cd $(top_builddir) \
117           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
118
119
120 install-includeHEADERS: $(include_HEADERS)
121         @$(NORMAL_INSTALL)
122         $(mkinstalldirs) $(DESTDIR)$(includedir)
123         @list='$(include_HEADERS)'; for p in $$list; do \
124           if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \
125           echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/$$p"; \
126           $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/$$p; \
127         done
128
129 uninstall-includeHEADERS:
130         @$(NORMAL_UNINSTALL)
131         list='$(include_HEADERS)'; for p in $$list; do \
132           rm -f $(DESTDIR)$(includedir)/$$p; \
133         done
134
135 tags: TAGS
136
137 ID: $(HEADERS) $(SOURCES) $(LISP)
138         here=`pwd` && cd $(srcdir) \
139           && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
140
141 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
142         tags=; \
143         here=`pwd`; \
144         list='$(SOURCES) $(HEADERS)'; \
145         unique=`for i in $$list; do echo $$i; done | \
146           awk '    { files[$$0] = 1; } \
147                END { for (i in files) print i; }'`; \
148         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
149           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
150
151 mostlyclean-tags:
152
153 clean-tags:
154
155 distclean-tags:
156         -rm -f TAGS ID
157
158 maintainer-clean-tags:
159
160 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
161
162 subdir = include
163
164 distdir: $(DISTFILES)
165         @for file in $(DISTFILES); do \
166           d=$(srcdir); \
167           test -f $(distdir)/$$file \
168           || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
169           || cp -p $$d/$$file $(distdir)/$$file; \
170         done
171 info:
172 dvi:
173 check: all
174         $(MAKE)
175 installcheck:
176 install-exec: 
177         @$(NORMAL_INSTALL)
178
179 install-data: install-includeHEADERS
180         @$(NORMAL_INSTALL)
181
182 install: install-exec install-data all
183         @:
184
185 uninstall: uninstall-includeHEADERS
186
187 install-strip:
188         $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
189 installdirs:
190         $(mkinstalldirs)  $(DATADIR)$(includedir)
191
192
193 mostlyclean-generic:
194         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
195
196 clean-generic:
197         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
198
199 distclean-generic:
200         -rm -f Makefile $(DISTCLEANFILES)
201         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
202         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
203
204 maintainer-clean-generic:
205         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
206         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
207 mostlyclean:  mostlyclean-tags mostlyclean-generic
208
209 clean:  clean-tags clean-generic mostlyclean
210
211 distclean:  distclean-tags distclean-generic clean
212         -rm -f config.status
213         -rm -f libtool
214
215 maintainer-clean:  maintainer-clean-tags maintainer-clean-generic \
216                 distclean
217         @echo "This command is intended for maintainers to use;"
218         @echo "it deletes files that may require special tools to rebuild."
219
220 .PHONY: uninstall-includeHEADERS install-includeHEADERS tags \
221 mostlyclean-tags distclean-tags clean-tags maintainer-clean-tags \
222 distdir info dvi installcheck install-exec install-data install \
223 uninstall all installdirs mostlyclean-generic distclean-generic \
224 clean-generic maintainer-clean-generic clean mostlyclean distclean \
225 maintainer-clean
226
227
228 # Tell versions [3.59,3.63) of GNU make to not export all variables.
229 # Otherwise a system limit (for SysV at least) may be exceeded.
230 .NOEXPORT: