ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/lib/Makefile.in
Revision: 1.14
Committed: Thu Oct 25 07:31:58 2018 UTC (5 years, 7 months ago) by root
Branch: MAIN
Changes since 1.13: +2 -2 lines
Log Message:
*** empty log message ***

File Contents

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