• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/plugins/radius/radiusclient/login.radius/migs/
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.1.1 2008/10/15 03:30:50 james26_jang 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
25SHELL = /bin/sh
26
27srcdir = @srcdir@
28top_srcdir = @top_srcdir@
29VPATH = @srcdir@
30prefix = @prefix@
31exec_prefix = @exec_prefix@
32
33bindir = @bindir@
34sbindir = @sbindir@
35libexecdir = @libexecdir@
36datadir = @datadir@
37sysconfdir = @sysconfdir@
38sharedstatedir = @sharedstatedir@
39localstatedir = @localstatedir@
40libdir = @libdir@
41infodir = @infodir@
42mandir = @mandir@
43includedir = @includedir@
44oldincludedir = /usr/include
45
46DISTDIR =
47
48pkgdatadir = $(datadir)/@PACKAGE@
49pkglibdir = $(libdir)/@PACKAGE@
50pkgincludedir = $(includedir)/@PACKAGE@
51
52top_builddir = ../..
53
54ACLOCAL = @ACLOCAL@
55AUTOCONF = @AUTOCONF@
56AUTOMAKE = @AUTOMAKE@
57AUTOHEADER = @AUTOHEADER@
58
59INSTALL = @INSTALL@
60INSTALL_PROGRAM = @INSTALL_PROGRAM@
61INSTALL_DATA = @INSTALL_DATA@
62INSTALL_SCRIPT = @INSTALL_SCRIPT@
63transform = @program_transform_name@
64
65NORMAL_INSTALL = :
66PRE_INSTALL = :
67POST_INSTALL = :
68NORMAL_UNINSTALL = :
69PRE_UNINSTALL = :
70POST_UNINSTALL = :
71build_alias = @build_alias@
72build_triplet = @build@
73host_alias = @host_alias@
74host_triplet = @host@
75target_alias = @target_alias@
76target_triplet = @target@
77AR = @AR@
78CC = @CC@
79LD = @LD@
80LIBTOOL = @LIBTOOL@
81LIBVERSION = @LIBVERSION@
82LN_S = @LN_S@
83LTLIBOBJS = @LTLIBOBJS@
84MAKEINFO = @MAKEINFO@
85NM = @NM@
86PACKAGE = @PACKAGE@
87RANLIB = @RANLIB@
88RC_LOG_FACILITY = @RC_LOG_FACILITY@
89RC_SECURE_PATH = @RC_SECURE_PATH@
90VERSION = @VERSION@
91pkgsysconfdir = @pkgsysconfdir@
92
93AUTOMAKE_OPTIONS = foreign
94
95EXTRA_DIST = README ip-down ip-up login.radius
96mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
97CONFIG_HEADER = ../../config.h
98CONFIG_CLEAN_FILES = 
99DIST_COMMON =  README Makefile.am Makefile.in
100
101
102DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
103
104TAR = tar
105GZIP = --best
106all: 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
112Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
113	cd $(top_builddir) \
114	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
115
116tags: TAGS
117TAGS:
118
119
120distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
121
122subdir = login.radius/migs
123
124distdir: $(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
131info:
132dvi:
133check: all
134	$(MAKE)
135installcheck:
136install-exec: 
137	@$(NORMAL_INSTALL)
138
139install-data: 
140	@$(NORMAL_INSTALL)
141
142install: install-exec install-data all
143	@:
144
145uninstall: 
146
147install-strip:
148	$(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
149installdirs:
150
151
152mostlyclean-generic:
153	-test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
154
155clean-generic:
156	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
157
158distclean-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
163maintainer-clean-generic:
164	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
165	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
166mostlyclean:  mostlyclean-generic
167
168clean:  clean-generic mostlyclean
169
170distclean:  distclean-generic clean
171	-rm -f config.status
172	-rm -f libtool
173
174maintainer-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 \
179install uninstall all installdirs mostlyclean-generic distclean-generic \
180clean-generic maintainer-clean-generic clean mostlyclean distclean \
181maintainer-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:
187