ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/lib/Makefile.in
(Generate patch)

Comparing gvpe/lib/Makefile.in (file contents):
Revision 1.1 by pcg, Wed Oct 15 00:59:21 2003 UTC vs.
Revision 1.6 by pcg, Wed Jan 18 13:17:55 2006 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines