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