ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/common/Makefile.in
Revision: 1.1.1.2 (vendor branch)
Committed: Wed Mar 15 14:04:35 2006 UTC (18 years, 3 months ago) by elmex
Branch: UPSTREAM
CVS Tags: UPSTREAM_2006_03_15
Changes since 1.1.1.1: +1 -3 lines
Error occurred while calculating annotation data.
Log Message:
cvs -z9 -d:ext:elmex@cvs.schmorp.de:/schmorpforge import cf.schmorp.de UPSTREAM UPSTREAM_2006_03_15

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 # Makefile for crossfire 0.95.0 and beyond
19 #
20 # This file will eventually be replaced by a configure script. But for
21 # now, this simple makefile should do the job.
22 #
23 # Copyright (C) 1992 Frank Tore Johansen
24 # Copyright (C) 2001 Mark Wedel
25 #
26 # This program is free software; you can redistribute it and/or modify
27 # it under the terms of the GNU General Public License as published by
28 # the Free Software Foundation; either version 2 of the License, or
29 # (at your option) any later version.
30 #
31 # This program is distributed in the hope that it will be useful,
32 # but WITHOUT ANY WARRANTY; without even the implied warranty of
33 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
34 # GNU General Public License for more details.
35 #
36 # You should have received a copy of the GNU General Public License
37 # along with this program; if not, write to the Free Software
38 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
39 #
40 # The author can be reached via e-mail to mwedel@scruz.net
41
42 srcdir = @srcdir@
43 top_srcdir = @top_srcdir@
44 VPATH = @srcdir@
45 pkgdatadir = $(datadir)/@PACKAGE@
46 pkglibdir = $(libdir)/@PACKAGE@
47 pkgincludedir = $(includedir)/@PACKAGE@
48 top_builddir = ..
49 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
50 INSTALL = @INSTALL@
51 install_sh_DATA = $(install_sh) -c -m 644
52 install_sh_PROGRAM = $(install_sh) -c
53 install_sh_SCRIPT = $(install_sh) -c
54 INSTALL_HEADER = $(INSTALL_DATA)
55 transform = $(program_transform_name)
56 NORMAL_INSTALL = :
57 PRE_INSTALL = :
58 POST_INSTALL = :
59 NORMAL_UNINSTALL = :
60 PRE_UNINSTALL = :
61 POST_UNINSTALL = :
62 build_triplet = @build@
63 host_triplet = @host@
64 subdir = common
65 DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
66 loader.c
67 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
68 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
69 $(top_srcdir)/configure.ac
70 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
71 $(ACLOCAL_M4)
72 mkinstalldirs = $(SHELL) $(top_srcdir)/utils/mkinstalldirs
73 CONFIG_HEADER = $(top_builddir)/include/autoconf.h
74 CONFIG_CLEAN_FILES =
75 LIBRARIES = $(noinst_LIBRARIES)
76 ARFLAGS = cru
77 libcross_a_AR = $(AR) $(ARFLAGS)
78 libcross_a_LIBADD =
79 am_libcross_a_OBJECTS = anim.$(OBJEXT) arch.$(OBJEXT) button.$(OBJEXT) \
80 exp.$(OBJEXT) friend.$(OBJEXT) glue.$(OBJEXT) holy.$(OBJEXT) \
81 info.$(OBJEXT) image.$(OBJEXT) init.$(OBJEXT) item.$(OBJEXT) \
82 links.$(OBJEXT) living.$(OBJEXT) loader.$(OBJEXT) \
83 logger.$(OBJEXT) los.$(OBJEXT) map.$(OBJEXT) object.$(OBJEXT) \
84 path.$(OBJEXT) porting.$(OBJEXT) player.$(OBJEXT) \
85 quest.$(OBJEXT) re-cmp.$(OBJEXT) readable.$(OBJEXT) \
86 recipe.$(OBJEXT) region.$(OBJEXT) shstr.$(OBJEXT) \
87 time.$(OBJEXT) treasure.$(OBJEXT) utils.$(OBJEXT)
88 libcross_a_OBJECTS = $(am_libcross_a_OBJECTS)
89 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/include
90 depcomp = $(SHELL) $(top_srcdir)/utils/depcomp
91 am__depfiles_maybe = depfiles
92 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
93 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
94 LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
95 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
96 $(AM_CFLAGS) $(CFLAGS)
97 CCLD = $(CC)
98 LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
99 $(AM_LDFLAGS) $(LDFLAGS) -o $@
100 LEXCOMPILE = $(LEX) $(LFLAGS) $(AM_LFLAGS)
101 LTLEXCOMPILE = $(LIBTOOL) --mode=compile $(LEX) $(LFLAGS) $(AM_LFLAGS)
102 SOURCES = $(libcross_a_SOURCES)
103 DIST_SOURCES = $(libcross_a_SOURCES)
104 ETAGS = etags
105 CTAGS = ctags
106 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
107 ACLOCAL = @ACLOCAL@
108 AMDEP_FALSE = @AMDEP_FALSE@
109 AMDEP_TRUE = @AMDEP_TRUE@
110 AMTAR = @AMTAR@
111 AR = @AR@
112 AUTOCONF = @AUTOCONF@
113 AUTOHEADER = @AUTOHEADER@
114 AUTOMAKE = @AUTOMAKE@
115 AWK = @AWK@
116 BASENAME = @BASENAME@
117 BUNZIP = @BUNZIP@
118 BZIP = @BZIP@
119 CC = @CC@
120 CCDEPMODE = @CCDEPMODE@
121 CFLAGS = @CFLAGS@
122 COMPRESS = @COMPRESS@
123 CPP = @CPP@
124 CPPFLAGS = @CPPFLAGS@
125 CXX = @CXX@
126 CXXCPP = @CXXCPP@
127 CXXDEPMODE = @CXXDEPMODE@
128 CXXFLAGS = @CXXFLAGS@
129 CYGPATH_W = @CYGPATH_W@
130 DEFS = @DEFS@
131 DEPDIR = @DEPDIR@
132 ECHO = @ECHO@
133 ECHO_C = @ECHO_C@
134 ECHO_N = @ECHO_N@
135 ECHO_T = @ECHO_T@
136 EGREP = @EGREP@
137 EXEEXT = @EXEEXT@
138 F77 = @F77@
139 FFLAGS = @FFLAGS@
140 GUNZIP = @GUNZIP@
141 GZIP = @GZIP@
142 HAVE_LIBDL_FALSE = @HAVE_LIBDL_FALSE@
143 HAVE_LIBDL_TRUE = @HAVE_LIBDL_TRUE@
144 HAVE_X_FALSE = @HAVE_X_FALSE@
145 HAVE_X_TRUE = @HAVE_X_TRUE@
146 INSTALL_DATA = @INSTALL_DATA@
147 INSTALL_PROGRAM = @INSTALL_PROGRAM@
148 INSTALL_SCRIPT = @INSTALL_SCRIPT@
149 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
150 LATEX = @LATEX@
151 LDFLAGS = @LDFLAGS@
152 LEX = @LEX@
153 LEXLIB = @LEXLIB@
154 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
155 LIBOBJS = @LIBOBJS@
156 LIBS = @LIBS@
157 LIBTOOL = @LIBTOOL@
158 LN_S = @LN_S@
159 LTLIBOBJS = @LTLIBOBJS@
160 MAINT = @MAINT@
161 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
162 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
163 MAKEINFO = @MAKEINFO@
164 OBJEXT = @OBJEXT@
165 PACKAGE = @PACKAGE@
166 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
167 PACKAGE_NAME = @PACKAGE_NAME@
168 PACKAGE_STRING = @PACKAGE_STRING@
169 PACKAGE_TARNAME = @PACKAGE_TARNAME@
170 PACKAGE_VERSION = @PACKAGE_VERSION@
171 PATH_SEPARATOR = @PATH_SEPARATOR@
172 PERL = @PERL@
173 PLUGIN_PYTHON = @PLUGIN_PYTHON@
174 PYTHON_LIB = @PYTHON_LIB@
175 PYTHON_PLUGIN_FALSE = @PYTHON_PLUGIN_FALSE@
176 PYTHON_PLUGIN_TRUE = @PYTHON_PLUGIN_TRUE@
177 PY_INCLUDES = @PY_INCLUDES@
178 PY_LIBS = @PY_LIBS@
179 RANLIB = @RANLIB@
180 SET_MAKE = @SET_MAKE@
181 SHELL = @SHELL@
182 STRIP = @STRIP@
183 TAR = @TAR@
184 UNCOMPRESS = @UNCOMPRESS@
185 VERSION = @VERSION@
186 X11LIBS = @X11LIBS@
187 X_CFLAGS = @X_CFLAGS@
188 X_EXTRA_LIBS = @X_EXTRA_LIBS@
189 X_LIBS = @X_LIBS@
190 X_PRE_LIBS = @X_PRE_LIBS@
191 ac_ct_AR = @ac_ct_AR@
192 ac_ct_CC = @ac_ct_CC@
193 ac_ct_CXX = @ac_ct_CXX@
194 ac_ct_F77 = @ac_ct_F77@
195 ac_ct_RANLIB = @ac_ct_RANLIB@
196 ac_ct_STRIP = @ac_ct_STRIP@
197 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
198 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
199 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
200 am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
201 am__include = @am__include@
202 am__leading_dot = @am__leading_dot@
203 am__quote = @am__quote@
204 am__tar = @am__tar@
205 am__untar = @am__untar@
206 bindir = @bindir@
207 build = @build@
208 build_alias = @build_alias@
209 build_cpu = @build_cpu@
210 build_os = @build_os@
211 build_vendor = @build_vendor@
212 datadir = @datadir@
213 exec_prefix = @exec_prefix@
214 host = @host@
215 host_alias = @host_alias@
216 host_cpu = @host_cpu@
217 host_os = @host_os@
218 host_vendor = @host_vendor@
219 includedir = @includedir@
220 infodir = @infodir@
221 install_sh = @install_sh@
222 libdir = @libdir@
223 libexecdir = @libexecdir@
224 localstatedir = @localstatedir@
225 mandir = @mandir@
226 mkdir_p = @mkdir_p@
227 no_x = @no_x@
228 oldincludedir = @oldincludedir@
229 pkgconfdir = @pkgconfdir@
230 pkgstatedir = @pkgstatedir@
231 prefix = @prefix@
232 program_transform_name = @program_transform_name@
233 sbindir = @sbindir@
234 sharedstatedir = @sharedstatedir@
235 sysconfdir = @sysconfdir@
236 target_alias = @target_alias@
237 x_includes = @x_includes@
238 x_libraries = @x_libraries@
239 noinst_LIBRARIES = libcross.a
240 libcross_a_SOURCES = \
241 anim.c \
242 arch.c\
243 button.c\
244 exp.c\
245 friend.c\
246 glue.c\
247 holy.c\
248 info.c\
249 image.c \
250 init.c\
251 item.c\
252 links.c\
253 living.c\
254 loader.l\
255 logger.c\
256 los.c\
257 map.c\
258 object.c\
259 path.c\
260 porting.c\
261 player.c\
262 quest.c\
263 re-cmp.c\
264 readable.c\
265 recipe.c\
266 region.c\
267 shstr.c\
268 time.c\
269 treasure.c\
270 utils.c
271
272 EXTRA_DIST = README
273 AM_CPPFLAGS = -I$(top_srcdir)/include -DDATADIR=\"$(pkgdatadir)\" -DCONFDIR=\"$(pkgconfdir)\" \
274 -DLIBDIR=\"$(pkglibdir)\" -DLOCALDIR=\"$(pkgstatedir)\"
275
276 AM_LFLAGS = -i
277 all: all-am
278
279 .SUFFIXES:
280 .SUFFIXES: .c .l .lo .o .obj
281 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
282 @for dep in $?; do \
283 case '$(am__configure_deps)' in \
284 *$$dep*) \
285 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
286 && exit 0; \
287 exit 1;; \
288 esac; \
289 done; \
290 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu common/Makefile'; \
291 cd $(top_srcdir) && \
292 $(AUTOMAKE) --gnu common/Makefile
293 .PRECIOUS: Makefile
294 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
295 @case '$?' in \
296 *config.status*) \
297 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
298 *) \
299 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
300 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
301 esac;
302
303 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
304 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
305
306 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
307 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
308 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
309 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
310
311 clean-noinstLIBRARIES:
312 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
313 libcross.a: $(libcross_a_OBJECTS) $(libcross_a_DEPENDENCIES)
314 -rm -f libcross.a
315 $(libcross_a_AR) libcross.a $(libcross_a_OBJECTS) $(libcross_a_LIBADD)
316 $(RANLIB) libcross.a
317
318 mostlyclean-compile:
319 -rm -f *.$(OBJEXT)
320
321 distclean-compile:
322 -rm -f *.tab.c
323
324 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/anim.Po@am__quote@
325 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arch.Po@am__quote@
326 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/button.Po@am__quote@
327 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exp.Po@am__quote@
328 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/friend.Po@am__quote@
329 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/glue.Po@am__quote@
330 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/holy.Po@am__quote@
331 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/image.Po@am__quote@
332 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/info.Po@am__quote@
333 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/init.Po@am__quote@
334 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/item.Po@am__quote@
335 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/links.Po@am__quote@
336 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/living.Po@am__quote@
337 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/loader.Po@am__quote@
338 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/logger.Po@am__quote@
339 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/los.Po@am__quote@
340 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/map.Po@am__quote@
341 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/object.Po@am__quote@
342 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/path.Po@am__quote@
343 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/player.Po@am__quote@
344 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/porting.Po@am__quote@
345 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/quest.Po@am__quote@
346 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/re-cmp.Po@am__quote@
347 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/readable.Po@am__quote@
348 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/recipe.Po@am__quote@
349 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/region.Po@am__quote@
350 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/shstr.Po@am__quote@
351 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/time.Po@am__quote@
352 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/treasure.Po@am__quote@
353 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utils.Po@am__quote@
354
355 .c.o:
356 @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
357 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
358 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
359 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
360 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
361
362 .c.obj:
363 @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
364 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
365 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
366 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
367 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
368
369 .c.lo:
370 @am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
371 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
372 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
373 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
374 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
375
376 .l.c:
377 $(LEXCOMPILE) $<
378 sed '/^#/ s|$(LEX_OUTPUT_ROOT)\.c|$@|' $(LEX_OUTPUT_ROOT).c >$@
379 rm -f $(LEX_OUTPUT_ROOT).c
380
381 mostlyclean-libtool:
382 -rm -f *.lo
383
384 clean-libtool:
385 -rm -rf .libs _libs
386
387 distclean-libtool:
388 -rm -f libtool
389 uninstall-info-am:
390
391 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
392 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
393 unique=`for i in $$list; do \
394 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
395 done | \
396 $(AWK) ' { files[$$0] = 1; } \
397 END { for (i in files) print i; }'`; \
398 mkid -fID $$unique
399 tags: TAGS
400
401 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
402 $(TAGS_FILES) $(LISP)
403 tags=; \
404 here=`pwd`; \
405 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
406 unique=`for i in $$list; do \
407 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
408 done | \
409 $(AWK) ' { files[$$0] = 1; } \
410 END { for (i in files) print i; }'`; \
411 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
412 test -n "$$unique" || unique=$$empty_fix; \
413 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
414 $$tags $$unique; \
415 fi
416 ctags: CTAGS
417 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
418 $(TAGS_FILES) $(LISP)
419 tags=; \
420 here=`pwd`; \
421 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
422 unique=`for i in $$list; do \
423 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
424 done | \
425 $(AWK) ' { files[$$0] = 1; } \
426 END { for (i in files) print i; }'`; \
427 test -z "$(CTAGS_ARGS)$$tags$$unique" \
428 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
429 $$tags $$unique
430
431 GTAGS:
432 here=`$(am__cd) $(top_builddir) && pwd` \
433 && cd $(top_srcdir) \
434 && gtags -i $(GTAGS_ARGS) $$here
435
436 distclean-tags:
437 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
438
439 distdir: $(DISTFILES)
440 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
441 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
442 list='$(DISTFILES)'; for file in $$list; do \
443 case $$file in \
444 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
445 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
446 esac; \
447 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
448 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
449 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
450 dir="/$$dir"; \
451 $(mkdir_p) "$(distdir)$$dir"; \
452 else \
453 dir=''; \
454 fi; \
455 if test -d $$d/$$file; then \
456 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
457 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
458 fi; \
459 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
460 else \
461 test -f $(distdir)/$$file \
462 || cp -p $$d/$$file $(distdir)/$$file \
463 || exit 1; \
464 fi; \
465 done
466 check-am: all-am
467 check: check-am
468 all-am: Makefile $(LIBRARIES)
469 installdirs:
470 install: install-am
471 install-exec: install-exec-am
472 install-data: install-data-am
473 uninstall: uninstall-am
474
475 install-am: all-am
476 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
477
478 installcheck: installcheck-am
479 install-strip:
480 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
481 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
482 `test -z '$(STRIP)' || \
483 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
484 mostlyclean-generic:
485
486 clean-generic:
487
488 distclean-generic:
489 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
490
491 maintainer-clean-generic:
492 @echo "This command is intended for maintainers to use"
493 @echo "it deletes files that may require special tools to rebuild."
494 -rm -f loader.c
495 clean: clean-am
496
497 clean-am: clean-generic clean-libtool clean-noinstLIBRARIES \
498 mostlyclean-am
499
500 distclean: distclean-am
501 -rm -rf ./$(DEPDIR)
502 -rm -f Makefile
503 distclean-am: clean-am distclean-compile distclean-generic \
504 distclean-libtool distclean-tags
505
506 dvi: dvi-am
507
508 dvi-am:
509
510 html: html-am
511
512 info: info-am
513
514 info-am:
515
516 install-data-am:
517
518 install-exec-am:
519
520 install-info: install-info-am
521
522 install-man:
523
524 installcheck-am:
525
526 maintainer-clean: maintainer-clean-am
527 -rm -rf ./$(DEPDIR)
528 -rm -f Makefile
529 maintainer-clean-am: distclean-am maintainer-clean-generic
530
531 mostlyclean: mostlyclean-am
532
533 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
534 mostlyclean-libtool
535
536 pdf: pdf-am
537
538 pdf-am:
539
540 ps: ps-am
541
542 ps-am:
543
544 uninstall-am: uninstall-info-am
545
546 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
547 clean-libtool clean-noinstLIBRARIES ctags distclean \
548 distclean-compile distclean-generic distclean-libtool \
549 distclean-tags distdir dvi dvi-am html html-am info info-am \
550 install install-am install-data install-data-am install-exec \
551 install-exec-am install-info install-info-am install-man \
552 install-strip installcheck installcheck-am installdirs \
553 maintainer-clean maintainer-clean-generic mostlyclean \
554 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
555 pdf pdf-am ps ps-am tags uninstall uninstall-am \
556 uninstall-info-am
557
558
559 proto:
560 cproto -e -o ../include/libproto.h.bak $(CPPFLAGS) $(AM_CPPFLAGS) \
561 `echo $(SOURCES) loader.c " " | $(AWK) -v RS=" " '/.c$$/ { print }'`
562 sed -e "s/__signed/signed/g" -e "/inline/d" -e "/YY_BUFFER/d" -e "/yy_size_t/d" < ../include/libproto.h.bak > ../include/libproto.h
563 chmod 644 ../include/libproto.h
564 rm -f ../include/libproto.h.bak
565 # Tell versions [3.59,3.63) of GNU make to not export all variables.
566 # Otherwise a system limit (for SysV at least) may be exceeded.
567 .NOEXPORT: