ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/common/Makefile.in
Revision: 1.1
Committed: Fri Feb 3 07:11:29 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Branch point for: UPSTREAM
Log Message:
Initial revision

File Contents

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