ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/lib/Makefile.in
Revision: 1.6
Committed: Wed Jan 18 13:17:55 2006 UTC (18 years, 4 months ago) by pcg
Branch: MAIN
Changes since 1.5: +98 -85 lines
Log Message:
*** empty log message ***

File Contents

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