]> git.ozlabs.org Git - ppp.git/blob - pppd/plugins/radius/radiusclient/patches/Makefile.in
Add these files, used with TDB.
[ppp.git] / pppd / plugins / radius / radiusclient / patches / 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:03 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 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 sbindir = @sbindir@
34 libexecdir = @libexecdir@
35 datadir = @datadir@
36 sysconfdir = @sysconfdir@
37 sharedstatedir = @sharedstatedir@
38 localstatedir = @localstatedir@
39 libdir = @libdir@
40 infodir = @infodir@
41 mandir = @mandir@
42 includedir = @includedir@
43 oldincludedir = /usr/include
44
45 DISTDIR =
46
47 pkgdatadir = $(datadir)/@PACKAGE@
48 pkglibdir = $(libdir)/@PACKAGE@
49 pkgincludedir = $(includedir)/@PACKAGE@
50
51 top_builddir = ..
52
53 ACLOCAL = @ACLOCAL@
54 AUTOCONF = @AUTOCONF@
55 AUTOMAKE = @AUTOMAKE@
56 AUTOHEADER = @AUTOHEADER@
57
58 INSTALL = @INSTALL@
59 INSTALL_PROGRAM = @INSTALL_PROGRAM@
60 INSTALL_DATA = @INSTALL_DATA@
61 INSTALL_SCRIPT = @INSTALL_SCRIPT@
62 transform = @program_transform_name@
63
64 NORMAL_INSTALL = :
65 PRE_INSTALL = :
66 POST_INSTALL = :
67 NORMAL_UNINSTALL = :
68 PRE_UNINSTALL = :
69 POST_UNINSTALL = :
70 build_alias = @build_alias@
71 build_triplet = @build@
72 host_alias = @host_alias@
73 host_triplet = @host@
74 target_alias = @target_alias@
75 target_triplet = @target@
76 AR = @AR@
77 CC = @CC@
78 LD = @LD@
79 LIBTOOL = @LIBTOOL@
80 LIBVERSION = @LIBVERSION@
81 LN_S = @LN_S@
82 LTLIBOBJS = @LTLIBOBJS@
83 MAKEINFO = @MAKEINFO@
84 NM = @NM@
85 PACKAGE = @PACKAGE@
86 RANLIB = @RANLIB@
87 RC_LOG_FACILITY = @RC_LOG_FACILITY@
88 RC_SECURE_PATH = @RC_SECURE_PATH@
89 VERSION = @VERSION@
90 pkgsysconfdir = @pkgsysconfdir@
91
92 AUTOMAKE_OPTIONS = foreign
93
94 CLEANFILES = *~
95
96 EXTRA_DIST = README merit-2.4.21-CHAP.diff radiusd-1.16.shadow.diff \
97         radiusd-1.16.accounting.diff
98 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
99 CONFIG_HEADER = ../config.h
100 CONFIG_CLEAN_FILES = 
101 DIST_COMMON =  README Makefile.am Makefile.in
102
103
104 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
105
106 TAR = tar
107 GZIP = --best
108 all: Makefile
109
110 .SUFFIXES:
111 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
112         cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps patches/Makefile
113
114 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
115         cd $(top_builddir) \
116           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
117
118 tags: TAGS
119 TAGS:
120
121
122 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
123
124 subdir = patches
125
126 distdir: $(DISTFILES)
127         @for file in $(DISTFILES); do \
128           d=$(srcdir); \
129           test -f $(distdir)/$$file \
130           || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
131           || cp -p $$d/$$file $(distdir)/$$file; \
132         done
133 info:
134 dvi:
135 check: all
136         $(MAKE)
137 installcheck:
138 install-exec: 
139         @$(NORMAL_INSTALL)
140
141 install-data: 
142         @$(NORMAL_INSTALL)
143
144 install: install-exec install-data all
145         @:
146
147 uninstall: 
148
149 install-strip:
150         $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
151 installdirs:
152
153
154 mostlyclean-generic:
155         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
156
157 clean-generic:
158         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
159
160 distclean-generic:
161         -rm -f Makefile $(DISTCLEANFILES)
162         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
163         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
164
165 maintainer-clean-generic:
166         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
167         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
168 mostlyclean:  mostlyclean-generic
169
170 clean:  clean-generic mostlyclean
171
172 distclean:  distclean-generic clean
173         -rm -f config.status
174         -rm -f libtool
175
176 maintainer-clean:  maintainer-clean-generic distclean
177         @echo "This command is intended for maintainers to use;"
178         @echo "it deletes files that may require special tools to rebuild."
179
180 .PHONY: tags distdir info dvi installcheck install-exec install-data \
181 install uninstall all installdirs mostlyclean-generic distclean-generic \
182 clean-generic maintainer-clean-generic clean mostlyclean distclean \
183 maintainer-clean
184
185
186 # Tell versions [3.59,3.63) of GNU make to not export all variables.
187 # Otherwise a system limit (for SysV at least) may be exceeded.
188 .NOEXPORT: