ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/common/Makefile.in
Revision: 1.4
Committed: Thu Mar 16 21:08:09 2006 UTC (18 years, 2 months ago) by root
Branch: MAIN
Changes since 1.3: +8 -13 lines
Log Message:
allow perl to save/restore pelr data associated with players

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