ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/lib/Makefile.in
Revision: 1.2
Committed: Sat Jan 17 01:18:36 2004 UTC (20 years, 4 months ago) by pcg
Branch: MAIN
CVS Tags: VPE_1_4
Changes since 1.1: +6 -9 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 pcg 1.2 # Makefile.in generated by automake 1.7.9 from Makefile.am.
2 pcg 1.1 # @configure_input@
3    
4     # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
5     # Free Software Foundation, Inc.
6     # This Makefile.in is free software; the Free Software Foundation
7     # gives unlimited permission to copy and/or distribute it,
8     # with or without modifications, as long as this notice is preserved.
9    
10     # This program is distributed in the hope that it will be useful,
11     # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12     # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13     # PARTICULAR PURPOSE.
14    
15     @SET_MAKE@
16    
17     srcdir = @srcdir@
18     top_srcdir = @top_srcdir@
19     VPATH = @srcdir@
20     pkgdatadir = $(datadir)/@PACKAGE@
21     pkglibdir = $(libdir)/@PACKAGE@
22     pkgincludedir = $(includedir)/@PACKAGE@
23     top_builddir = ..
24    
25     am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26     INSTALL = @INSTALL@
27     install_sh_DATA = $(install_sh) -c -m 644
28     install_sh_PROGRAM = $(install_sh) -c
29     install_sh_SCRIPT = $(install_sh) -c
30     INSTALL_HEADER = $(INSTALL_DATA)
31     transform = $(program_transform_name)
32     NORMAL_INSTALL = :
33     PRE_INSTALL = :
34     POST_INSTALL = :
35     NORMAL_UNINSTALL = :
36     PRE_UNINSTALL = :
37     POST_UNINSTALL = :
38     host_triplet = @host@
39     ACLOCAL = @ACLOCAL@
40     ALLOCA = @ALLOCA@
41     AMDEP_FALSE = @AMDEP_FALSE@
42     AMDEP_TRUE = @AMDEP_TRUE@
43     AMTAR = @AMTAR@
44     AUTOCONF = @AUTOCONF@
45     AUTOHEADER = @AUTOHEADER@
46     AUTOMAKE = @AUTOMAKE@
47     AWK = @AWK@
48     CC = @CC@
49     CCDEPMODE = @CCDEPMODE@
50     CFLAGS = @CFLAGS@
51     CPP = @CPP@
52     CPPFLAGS = @CPPFLAGS@
53     CXX = @CXX@
54     CXXCPP = @CXXCPP@
55     CXXDEPMODE = @CXXDEPMODE@
56     CXXFLAGS = @CXXFLAGS@
57     CYGPATH_W = @CYGPATH_W@
58     DEFS = @DEFS@
59     DEPDIR = @DEPDIR@
60     ECHO_C = @ECHO_C@
61     ECHO_N = @ECHO_N@
62     ECHO_T = @ECHO_T@
63     EGREP = @EGREP@
64     EXEEXT = @EXEEXT@
65     GMSGFMT = @GMSGFMT@
66     HAVE_TUNTAP = @HAVE_TUNTAP@
67     IFSUBTYPE = @IFSUBTYPE@
68     IFTYPE = @IFTYPE@
69    
70     INCLUDES = @INCLUDES@ -I. -I$(top_builddir)
71     INSTALL_DATA = @INSTALL_DATA@
72     INSTALL_PROGRAM = @INSTALL_PROGRAM@
73     INSTALL_SCRIPT = @INSTALL_SCRIPT@
74     INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
75     INTLLIBS = @INTLLIBS@
76     LDFLAGS = @LDFLAGS@
77     LIBICONV = @LIBICONV@
78     LIBINTL = @LIBINTL@
79     LIBOBJS = @LIBOBJS@
80     LIBS = @LIBS@
81     LINUX_IF_TUN_H = @LINUX_IF_TUN_H@
82     LN_S = @LN_S@
83     LTLIBICONV = @LTLIBICONV@
84     LTLIBINTL = @LTLIBINTL@
85     LTLIBOBJS = @LTLIBOBJS@
86     MAINT = @MAINT@
87     MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
88     MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
89     MAKEINFO = @MAKEINFO@
90     MKINSTALLDIRS = @MKINSTALLDIRS@
91     MSGFMT = @MSGFMT@
92     MSGMERGE = @MSGMERGE@
93     OBJEXT = @OBJEXT@
94     PACKAGE = @PACKAGE@
95     PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
96     PACKAGE_NAME = @PACKAGE_NAME@
97     PACKAGE_STRING = @PACKAGE_STRING@
98     PACKAGE_TARNAME = @PACKAGE_TARNAME@
99     PACKAGE_VERSION = @PACKAGE_VERSION@
100     PATH_SEPARATOR = @PATH_SEPARATOR@
101     POSUB = @POSUB@
102     RANLIB = @RANLIB@
103     SET_MAKE = @SET_MAKE@
104     SHELL = @SHELL@
105     STRIP = @STRIP@
106     USE_NLS = @USE_NLS@
107     VERSION = @VERSION@
108     XGETTEXT = @XGETTEXT@
109     ac_ct_CC = @ac_ct_CC@
110     ac_ct_CXX = @ac_ct_CXX@
111     ac_ct_RANLIB = @ac_ct_RANLIB@
112     ac_ct_STRIP = @ac_ct_STRIP@
113     am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
114     am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
115     am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
116     am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
117     am__include = @am__include@
118     am__leading_dot = @am__leading_dot@
119     am__quote = @am__quote@
120     bindir = @bindir@
121     build = @build@
122     build_alias = @build_alias@
123     build_cpu = @build_cpu@
124     build_os = @build_os@
125     build_vendor = @build_vendor@
126     datadir = @datadir@
127     exec_prefix = @exec_prefix@
128     host = @host@
129     host_alias = @host_alias@
130     host_cpu = @host_cpu@
131     host_os = @host_os@
132     host_vendor = @host_vendor@
133     includedir = @includedir@
134     infodir = @infodir@
135     install_sh = @install_sh@
136     libdir = @libdir@
137     libexecdir = @libexecdir@
138     localstatedir = @localstatedir@
139     mandir = @mandir@
140     oldincludedir = @oldincludedir@
141     prefix = @prefix@
142     program_transform_name = @program_transform_name@
143     sbindir = @sbindir@
144     sharedstatedir = @sharedstatedir@
145     sysconfdir = @sysconfdir@
146     target = @target@
147     target_alias = @target_alias@
148     target_cpu = @target_cpu@
149     target_os = @target_os@
150     target_vendor = @target_vendor@
151     noinst_LIBRARIES = libvpe.a
152    
153 pcg 1.2 libvpe_a_SOURCES = pidfile.c getopt.c getopt1.c dropin.c
154 pcg 1.1
155     libvpe_a_LIBADD = @LIBOBJS@ @ALLOCA@
156     libvpe_a_DEPENDENCIES = $(libvpn_a_LIBADD)
157    
158 pcg 1.2 noinst_HEADERS = pidfile.h getopt.h dropin.h gettext.h
159 pcg 1.1 subdir = lib
160     ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
161     mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
162     CONFIG_HEADER = $(top_builddir)/config.h
163     CONFIG_CLEAN_FILES =
164     LIBRARIES = $(noinst_LIBRARIES)
165    
166     libvpe_a_AR = $(AR) cru
167     am_libvpe_a_OBJECTS = pidfile.$(OBJEXT) getopt.$(OBJEXT) \
168 pcg 1.2 getopt1.$(OBJEXT) dropin.$(OBJEXT)
169 pcg 1.1 libvpe_a_OBJECTS = $(am_libvpe_a_OBJECTS)
170    
171     DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
172     depcomp = $(SHELL) $(top_srcdir)/depcomp
173     am__depfiles_maybe = depfiles
174     @AMDEP_TRUE@DEP_FILES = $(DEPDIR)/alloca.Po ./$(DEPDIR)/dropin.Po \
175     @AMDEP_TRUE@ ./$(DEPDIR)/getopt.Po ./$(DEPDIR)/getopt1.Po \
176 pcg 1.2 @AMDEP_TRUE@ ./$(DEPDIR)/pidfile.Po
177 pcg 1.1 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
178     $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
179     CCLD = $(CC)
180     LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
181     DIST_SOURCES = $(libvpe_a_SOURCES)
182     HEADERS = $(noinst_HEADERS)
183    
184     DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.in Makefile.am \
185     alloca.c
186     SOURCES = $(libvpe_a_SOURCES)
187    
188     all: all-am
189    
190     .SUFFIXES:
191     .SUFFIXES: .c .o .obj
192     $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
193     cd $(top_srcdir) && \
194     $(AUTOMAKE) --gnu lib/Makefile
195     Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status
196     cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
197    
198     AR = ar
199    
200     clean-noinstLIBRARIES:
201     -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
202     libvpe.a: $(libvpe_a_OBJECTS) $(libvpe_a_DEPENDENCIES)
203     -rm -f libvpe.a
204     $(libvpe_a_AR) libvpe.a $(libvpe_a_OBJECTS) $(libvpe_a_LIBADD)
205     $(RANLIB) libvpe.a
206    
207     mostlyclean-compile:
208     -rm -f *.$(OBJEXT) core *.core
209    
210     distclean-compile:
211     -rm -f *.tab.c
212    
213     @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/alloca.Po@am__quote@
214     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dropin.Po@am__quote@
215     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt.Po@am__quote@
216     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt1.Po@am__quote@
217     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pidfile.Po@am__quote@
218    
219     .c.o:
220     @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
221     @am__fastdepCC_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
222     @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
223     @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
224     @am__fastdepCC_TRUE@ fi
225     @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
226     @AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
227     @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
228     @am__fastdepCC_FALSE@ $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
229    
230     .c.obj:
231     @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
232     @am__fastdepCC_TRUE@ -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
233     @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
234     @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
235     @am__fastdepCC_TRUE@ fi
236     @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
237     @AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
238     @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
239     @am__fastdepCC_FALSE@ $(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
240     uninstall-info-am:
241    
242     ETAGS = etags
243     ETAGSFLAGS =
244    
245     CTAGS = ctags
246     CTAGSFLAGS =
247    
248     tags: TAGS
249    
250     ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
251     list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
252     unique=`for i in $$list; do \
253     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
254     done | \
255     $(AWK) ' { files[$$0] = 1; } \
256     END { for (i in files) print i; }'`; \
257     mkid -fID $$unique
258    
259     TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
260     $(TAGS_FILES) $(LISP)
261     tags=; \
262     here=`pwd`; \
263     list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
264     unique=`for i in $$list; do \
265     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
266     done | \
267     $(AWK) ' { files[$$0] = 1; } \
268     END { for (i in files) print i; }'`; \
269     test -z "$(ETAGS_ARGS)$$tags$$unique" \
270     || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
271     $$tags $$unique
272    
273     ctags: CTAGS
274     CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
275     $(TAGS_FILES) $(LISP)
276     tags=; \
277     here=`pwd`; \
278     list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
279     unique=`for i in $$list; do \
280     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
281     done | \
282     $(AWK) ' { files[$$0] = 1; } \
283     END { for (i in files) print i; }'`; \
284     test -z "$(CTAGS_ARGS)$$tags$$unique" \
285     || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
286     $$tags $$unique
287    
288     GTAGS:
289     here=`$(am__cd) $(top_builddir) && pwd` \
290     && cd $(top_srcdir) \
291     && gtags -i $(GTAGS_ARGS) $$here
292    
293     distclean-tags:
294     -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
295     DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
296    
297     top_distdir = ..
298     distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
299    
300     distdir: $(DISTFILES)
301     @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
302     topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
303     list='$(DISTFILES)'; for file in $$list; do \
304     case $$file in \
305     $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
306     $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
307     esac; \
308     if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
309     dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
310     if test "$$dir" != "$$file" && test "$$dir" != "."; then \
311     dir="/$$dir"; \
312     $(mkinstalldirs) "$(distdir)$$dir"; \
313     else \
314     dir=''; \
315     fi; \
316     if test -d $$d/$$file; then \
317     if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
318     cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
319     fi; \
320     cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
321     else \
322     test -f $(distdir)/$$file \
323     || cp -p $$d/$$file $(distdir)/$$file \
324     || exit 1; \
325     fi; \
326     done
327     check-am: all-am
328     check: check-am
329     all-am: Makefile $(LIBRARIES) $(HEADERS)
330    
331     installdirs:
332     install: install-am
333     install-exec: install-exec-am
334     install-data: install-data-am
335     uninstall: uninstall-am
336    
337     install-am: all-am
338     @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
339    
340     installcheck: installcheck-am
341     install-strip:
342     $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
343 pcg 1.2 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
344 pcg 1.1 `test -z '$(STRIP)' || \
345     echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
346     mostlyclean-generic:
347    
348     clean-generic:
349    
350     distclean-generic:
351     -rm -f $(CONFIG_CLEAN_FILES)
352    
353     maintainer-clean-generic:
354     @echo "This command is intended for maintainers to use"
355     @echo "it deletes files that may require special tools to rebuild."
356     clean: clean-am
357    
358     clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
359    
360     distclean: distclean-am
361     -rm -rf $(DEPDIR) ./$(DEPDIR)
362     -rm -f Makefile
363     distclean-am: clean-am distclean-compile distclean-generic \
364     distclean-tags
365    
366     dvi: dvi-am
367    
368     dvi-am:
369    
370     info: info-am
371    
372     info-am:
373    
374     install-data-am:
375    
376     install-exec-am:
377    
378     install-info: install-info-am
379    
380     install-man:
381    
382     installcheck-am:
383    
384     maintainer-clean: maintainer-clean-am
385     -rm -rf $(DEPDIR) ./$(DEPDIR)
386     -rm -f Makefile
387     maintainer-clean-am: distclean-am maintainer-clean-generic
388    
389     mostlyclean: mostlyclean-am
390    
391     mostlyclean-am: mostlyclean-compile mostlyclean-generic
392    
393     pdf: pdf-am
394    
395     pdf-am:
396    
397     ps: ps-am
398    
399     ps-am:
400    
401     uninstall-am: uninstall-info-am
402    
403     .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
404     clean-noinstLIBRARIES ctags distclean distclean-compile \
405     distclean-generic distclean-tags distdir dvi dvi-am info \
406     info-am install install-am install-data install-data-am \
407     install-exec install-exec-am install-info install-info-am \
408     install-man install-strip installcheck installcheck-am \
409     installdirs maintainer-clean maintainer-clean-generic \
410     mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
411     ps ps-am tags uninstall uninstall-am uninstall-info-am
412    
413     # Tell versions [3.59,3.63) of GNU make to not export all variables.
414     # Otherwise a system limit (for SysV at least) may be exceeded.
415     .NOEXPORT: