ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/lib/Makefile.in
Revision: 1.5
Committed: Fri Mar 18 01:53:05 2005 UTC (19 years, 2 months ago) by pcg
Branch: MAIN
CVS Tags: rel-1_9, rel-1_8, rel-2_0
Changes since 1.4: +13 -13 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 pcg 1.4 LDFLAGS_DAEMON = @LDFLAGS_DAEMON@
78 pcg 1.1 LIBICONV = @LIBICONV@
79     LIBINTL = @LIBINTL@
80     LIBOBJS = @LIBOBJS@
81     LIBS = @LIBS@
82     LINUX_IF_TUN_H = @LINUX_IF_TUN_H@
83     LN_S = @LN_S@
84     LTLIBICONV = @LTLIBICONV@
85     LTLIBINTL = @LTLIBINTL@
86     LTLIBOBJS = @LTLIBOBJS@
87     MAINT = @MAINT@
88     MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
89     MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
90     MAKEINFO = @MAKEINFO@
91     MKINSTALLDIRS = @MKINSTALLDIRS@
92     MSGFMT = @MSGFMT@
93     MSGMERGE = @MSGMERGE@
94     OBJEXT = @OBJEXT@
95     PACKAGE = @PACKAGE@
96     PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
97     PACKAGE_NAME = @PACKAGE_NAME@
98     PACKAGE_STRING = @PACKAGE_STRING@
99     PACKAGE_TARNAME = @PACKAGE_TARNAME@
100     PACKAGE_VERSION = @PACKAGE_VERSION@
101     PATH_SEPARATOR = @PATH_SEPARATOR@
102     POSUB = @POSUB@
103     RANLIB = @RANLIB@
104 pcg 1.3 ROHC_FALSE = @ROHC_FALSE@
105     ROHC_TRUE = @ROHC_TRUE@
106 pcg 1.1 SET_MAKE = @SET_MAKE@
107     SHELL = @SHELL@
108     STRIP = @STRIP@
109     USE_NLS = @USE_NLS@
110     VERSION = @VERSION@
111     XGETTEXT = @XGETTEXT@
112     ac_ct_CC = @ac_ct_CC@
113     ac_ct_CXX = @ac_ct_CXX@
114     ac_ct_RANLIB = @ac_ct_RANLIB@
115     ac_ct_STRIP = @ac_ct_STRIP@
116     am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
117     am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
118     am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
119     am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
120     am__include = @am__include@
121     am__leading_dot = @am__leading_dot@
122     am__quote = @am__quote@
123     bindir = @bindir@
124     build = @build@
125     build_alias = @build_alias@
126     build_cpu = @build_cpu@
127     build_os = @build_os@
128     build_vendor = @build_vendor@
129     datadir = @datadir@
130     exec_prefix = @exec_prefix@
131     host = @host@
132     host_alias = @host_alias@
133     host_cpu = @host_cpu@
134     host_os = @host_os@
135     host_vendor = @host_vendor@
136     includedir = @includedir@
137     infodir = @infodir@
138     install_sh = @install_sh@
139     libdir = @libdir@
140     libexecdir = @libexecdir@
141     localstatedir = @localstatedir@
142     mandir = @mandir@
143     oldincludedir = @oldincludedir@
144     prefix = @prefix@
145     program_transform_name = @program_transform_name@
146     sbindir = @sbindir@
147     sharedstatedir = @sharedstatedir@
148     sysconfdir = @sysconfdir@
149     target = @target@
150     target_alias = @target_alias@
151     target_cpu = @target_cpu@
152     target_os = @target_os@
153     target_vendor = @target_vendor@
154 pcg 1.5 noinst_LIBRARIES = libgvpe.a
155 pcg 1.1
156 pcg 1.5 libgvpe_a_SOURCES = pidfile.c getopt.c getopt1.c dropin.c
157 pcg 1.1
158 pcg 1.5 libgvpe_a_LIBADD = @LIBOBJS@ @ALLOCA@
159     libgvpe_a_DEPENDENCIES = $(libgvpe_a_LIBADD)
160 pcg 1.1
161 pcg 1.2 noinst_HEADERS = pidfile.h getopt.h dropin.h gettext.h
162 pcg 1.1 subdir = lib
163     ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
164     mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
165     CONFIG_HEADER = $(top_builddir)/config.h
166     CONFIG_CLEAN_FILES =
167     LIBRARIES = $(noinst_LIBRARIES)
168    
169 pcg 1.5 libgvpe_a_AR = $(AR) cru
170     am_libgvpe_a_OBJECTS = pidfile.$(OBJEXT) getopt.$(OBJEXT) \
171 pcg 1.2 getopt1.$(OBJEXT) dropin.$(OBJEXT)
172 pcg 1.5 libgvpe_a_OBJECTS = $(am_libgvpe_a_OBJECTS)
173 pcg 1.1
174     DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
175     depcomp = $(SHELL) $(top_srcdir)/depcomp
176     am__depfiles_maybe = depfiles
177     @AMDEP_TRUE@DEP_FILES = $(DEPDIR)/alloca.Po ./$(DEPDIR)/dropin.Po \
178     @AMDEP_TRUE@ ./$(DEPDIR)/getopt.Po ./$(DEPDIR)/getopt1.Po \
179 pcg 1.2 @AMDEP_TRUE@ ./$(DEPDIR)/pidfile.Po
180 pcg 1.1 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
181     $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
182     CCLD = $(CC)
183     LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
184 pcg 1.5 DIST_SOURCES = $(libgvpe_a_SOURCES)
185 pcg 1.1 HEADERS = $(noinst_HEADERS)
186    
187     DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.in Makefile.am \
188     alloca.c
189 pcg 1.5 SOURCES = $(libgvpe_a_SOURCES)
190 pcg 1.1
191     all: all-am
192    
193     .SUFFIXES:
194     .SUFFIXES: .c .o .obj
195     $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
196     cd $(top_srcdir) && \
197     $(AUTOMAKE) --gnu lib/Makefile
198     Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status
199     cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
200    
201     AR = ar
202    
203     clean-noinstLIBRARIES:
204     -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
205 pcg 1.5 libgvpe.a: $(libgvpe_a_OBJECTS) $(libgvpe_a_DEPENDENCIES)
206     -rm -f libgvpe.a
207     $(libgvpe_a_AR) libgvpe.a $(libgvpe_a_OBJECTS) $(libgvpe_a_LIBADD)
208     $(RANLIB) libgvpe.a
209 pcg 1.1
210     mostlyclean-compile:
211     -rm -f *.$(OBJEXT) core *.core
212    
213     distclean-compile:
214     -rm -f *.tab.c
215    
216     @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/alloca.Po@am__quote@
217     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dropin.Po@am__quote@
218     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt.Po@am__quote@
219     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt1.Po@am__quote@
220     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pidfile.Po@am__quote@
221    
222     .c.o:
223     @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
224     @am__fastdepCC_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
225     @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
226     @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
227     @am__fastdepCC_TRUE@ fi
228     @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
229     @AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
230     @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
231     @am__fastdepCC_FALSE@ $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
232    
233     .c.obj:
234     @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
235     @am__fastdepCC_TRUE@ -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
236     @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
237     @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
238     @am__fastdepCC_TRUE@ fi
239     @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
240     @AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
241     @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
242     @am__fastdepCC_FALSE@ $(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
243     uninstall-info-am:
244    
245     ETAGS = etags
246     ETAGSFLAGS =
247    
248     CTAGS = ctags
249     CTAGSFLAGS =
250    
251     tags: TAGS
252    
253     ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
254     list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
255     unique=`for i in $$list; do \
256     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
257     done | \
258     $(AWK) ' { files[$$0] = 1; } \
259     END { for (i in files) print i; }'`; \
260     mkid -fID $$unique
261    
262     TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
263     $(TAGS_FILES) $(LISP)
264     tags=; \
265     here=`pwd`; \
266     list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
267     unique=`for i in $$list; do \
268     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
269     done | \
270     $(AWK) ' { files[$$0] = 1; } \
271     END { for (i in files) print i; }'`; \
272     test -z "$(ETAGS_ARGS)$$tags$$unique" \
273     || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
274     $$tags $$unique
275    
276     ctags: CTAGS
277     CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
278     $(TAGS_FILES) $(LISP)
279     tags=; \
280     here=`pwd`; \
281     list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
282     unique=`for i in $$list; do \
283     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
284     done | \
285     $(AWK) ' { files[$$0] = 1; } \
286     END { for (i in files) print i; }'`; \
287     test -z "$(CTAGS_ARGS)$$tags$$unique" \
288     || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
289     $$tags $$unique
290    
291     GTAGS:
292     here=`$(am__cd) $(top_builddir) && pwd` \
293     && cd $(top_srcdir) \
294     && gtags -i $(GTAGS_ARGS) $$here
295    
296     distclean-tags:
297     -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
298     DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
299    
300     top_distdir = ..
301     distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
302    
303     distdir: $(DISTFILES)
304     @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
305     topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
306     list='$(DISTFILES)'; for file in $$list; do \
307     case $$file in \
308     $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
309     $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
310     esac; \
311     if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
312     dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
313     if test "$$dir" != "$$file" && test "$$dir" != "."; then \
314     dir="/$$dir"; \
315     $(mkinstalldirs) "$(distdir)$$dir"; \
316     else \
317     dir=''; \
318     fi; \
319     if test -d $$d/$$file; then \
320     if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
321     cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
322     fi; \
323     cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
324     else \
325     test -f $(distdir)/$$file \
326     || cp -p $$d/$$file $(distdir)/$$file \
327     || exit 1; \
328     fi; \
329     done
330     check-am: all-am
331     check: check-am
332     all-am: Makefile $(LIBRARIES) $(HEADERS)
333    
334     installdirs:
335     install: install-am
336     install-exec: install-exec-am
337     install-data: install-data-am
338     uninstall: uninstall-am
339    
340     install-am: all-am
341     @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
342    
343     installcheck: installcheck-am
344     install-strip:
345     $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
346 pcg 1.2 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
347 pcg 1.1 `test -z '$(STRIP)' || \
348     echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
349     mostlyclean-generic:
350    
351     clean-generic:
352    
353     distclean-generic:
354     -rm -f $(CONFIG_CLEAN_FILES)
355    
356     maintainer-clean-generic:
357     @echo "This command is intended for maintainers to use"
358     @echo "it deletes files that may require special tools to rebuild."
359     clean: clean-am
360    
361     clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
362    
363     distclean: distclean-am
364     -rm -rf $(DEPDIR) ./$(DEPDIR)
365     -rm -f Makefile
366     distclean-am: clean-am distclean-compile distclean-generic \
367     distclean-tags
368    
369     dvi: dvi-am
370    
371     dvi-am:
372    
373     info: info-am
374    
375     info-am:
376    
377     install-data-am:
378    
379     install-exec-am:
380    
381     install-info: install-info-am
382    
383     install-man:
384    
385     installcheck-am:
386    
387     maintainer-clean: maintainer-clean-am
388     -rm -rf $(DEPDIR) ./$(DEPDIR)
389     -rm -f Makefile
390     maintainer-clean-am: distclean-am maintainer-clean-generic
391    
392     mostlyclean: mostlyclean-am
393    
394     mostlyclean-am: mostlyclean-compile mostlyclean-generic
395    
396     pdf: pdf-am
397    
398     pdf-am:
399    
400     ps: ps-am
401    
402     ps-am:
403    
404     uninstall-am: uninstall-info-am
405    
406     .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
407     clean-noinstLIBRARIES ctags distclean distclean-compile \
408     distclean-generic distclean-tags distdir dvi dvi-am info \
409     info-am install install-am install-data install-data-am \
410     install-exec install-exec-am install-info install-info-am \
411     install-man install-strip installcheck installcheck-am \
412     installdirs maintainer-clean maintainer-clean-generic \
413     mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
414     ps ps-am tags uninstall uninstall-am uninstall-info-am
415    
416     # Tell versions [3.59,3.63) of GNU make to not export all variables.
417     # Otherwise a system limit (for SysV at least) may be exceeded.
418     .NOEXPORT: