ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/common/Makefile.in
Revision: 1.6
Committed: Sun Jul 2 15:09:12 2006 UTC (17 years, 10 months ago) by pippijn
Branch: MAIN
CVS Tags: HEAD
Changes since 1.5: +0 -0 lines
State: FILE REMOVED
Log Message:
Removed autogenerated files.

File Contents

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