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