ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/common/Makefile.in
Revision: 1.3
Committed: Wed Mar 15 15:35:46 2006 UTC (18 years, 2 months ago) by elmex
Branch: MAIN
Changes since 1.2: +13 -8 lines
Log Message:
UPSTREAM merge from 15.03.2006

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