]> git.ozlabs.org Git - ppp.git/blob - pppd/plugins/radius/radiusclient/man/Makefile.in
Add these files, used with TDB.
[ppp.git] / pppd / plugins / radius / radiusclient / man / 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:02 dfs Exp $
15 #
16 # Copyright (C) 1995 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 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
96 CONFIG_HEADER = ../config.h
97 CONFIG_CLEAN_FILES = 
98 DIST_COMMON =  Makefile.am Makefile.in
99
100
101 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
102
103 TAR = tar
104 GZIP = --best
105 all: Makefile
106
107 .SUFFIXES:
108 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
109         cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps man/Makefile
110
111 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
112         cd $(top_builddir) \
113           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
114
115 tags: TAGS
116 TAGS:
117
118
119 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
120
121 subdir = man
122
123 distdir: $(DISTFILES)
124         @for file in $(DISTFILES); do \
125           d=$(srcdir); \
126           test -f $(distdir)/$$file \
127           || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
128           || cp -p $$d/$$file $(distdir)/$$file; \
129         done
130 info:
131 dvi:
132 check: all
133         $(MAKE)
134 installcheck:
135 install-exec: 
136         @$(NORMAL_INSTALL)
137
138 install-data: 
139         @$(NORMAL_INSTALL)
140
141 install: install-exec install-data all
142         @:
143
144 uninstall: 
145
146 install-strip:
147         $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
148 installdirs:
149
150
151 mostlyclean-generic:
152         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
153
154 clean-generic:
155         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
156
157 distclean-generic:
158         -rm -f Makefile $(DISTCLEANFILES)
159         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
160         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
161
162 maintainer-clean-generic:
163         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
164         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
165 mostlyclean:  mostlyclean-generic
166
167 clean:  clean-generic mostlyclean
168
169 distclean:  distclean-generic clean
170         -rm -f config.status
171         -rm -f libtool
172
173 maintainer-clean:  maintainer-clean-generic distclean
174         @echo "This command is intended for maintainers to use;"
175         @echo "it deletes files that may require special tools to rebuild."
176
177 .PHONY: tags distdir info dvi installcheck install-exec install-data \
178 install uninstall all installdirs mostlyclean-generic distclean-generic \
179 clean-generic maintainer-clean-generic clean mostlyclean distclean \
180 maintainer-clean
181
182
183 # Tell versions [3.59,3.63) of GNU make to not export all variables.
184 # Otherwise a system limit (for SysV at least) may be exceeded.
185 .NOEXPORT: