ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/Makefile.in
(Generate patch)

Comparing deliantra/server/include/Makefile.in (file contents):
Revision 1.1.1.1 by root, Fri Feb 3 07:12:47 2006 UTC vs.
Revision 1.6 by pippijn, Sun Jul 2 15:09:14 2006 UTC

1# Makefile.in generated by automake 1.9.5 from Makefile.am. 1# Makefile.in generated by automake 1.7.9 from Makefile.am.
2# @configure_input@ 2# @configure_input@
3 3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 4# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
5# 2003, 2004, 2005 Free Software Foundation, Inc. 5# Free Software Foundation, Inc.
6# This Makefile.in is free software; the Free Software Foundation 6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it, 7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved. 8# with or without modifications, as long as this notice is preserved.
9 9
10# This program is distributed in the hope that it will be useful, 10# This program is distributed in the hope that it will be useful,
19VPATH = @srcdir@ 19VPATH = @srcdir@
20pkgdatadir = $(datadir)/@PACKAGE@ 20pkgdatadir = $(datadir)/@PACKAGE@
21pkglibdir = $(libdir)/@PACKAGE@ 21pkglibdir = $(libdir)/@PACKAGE@
22pkgincludedir = $(includedir)/@PACKAGE@ 22pkgincludedir = $(includedir)/@PACKAGE@
23top_builddir = .. 23top_builddir = ..
24
24am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 25am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25INSTALL = @INSTALL@ 26INSTALL = @INSTALL@
26install_sh_DATA = $(install_sh) -c -m 644 27install_sh_DATA = $(install_sh) -c -m 644
27install_sh_PROGRAM = $(install_sh) -c 28install_sh_PROGRAM = $(install_sh) -c
28install_sh_SCRIPT = $(install_sh) -c 29install_sh_SCRIPT = $(install_sh) -c
32PRE_INSTALL = : 33PRE_INSTALL = :
33POST_INSTALL = : 34POST_INSTALL = :
34NORMAL_UNINSTALL = : 35NORMAL_UNINSTALL = :
35PRE_UNINSTALL = : 36PRE_UNINSTALL = :
36POST_UNINSTALL = : 37POST_UNINSTALL = :
37build_triplet = @build@
38host_triplet = @host@ 38host_triplet = @host@
39subdir = include
40DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
41 $(srcdir)/Makefile.in $(srcdir)/autoconf.h.in
42ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
43am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
44 $(top_srcdir)/configure.ac
45am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
46 $(ACLOCAL_M4)
47mkinstalldirs = $(SHELL) $(top_srcdir)/utils/mkinstalldirs
48CONFIG_HEADER = autoconf.h
49CONFIG_CLEAN_FILES =
50SOURCES =
51DIST_SOURCES =
52HEADERS = $(noinst_HEADERS)
53ETAGS = etags
54CTAGS = ctags
55DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
56ACLOCAL = @ACLOCAL@ 39ACLOCAL = @ACLOCAL@
57AMDEP_FALSE = @AMDEP_FALSE@ 40AMDEP_FALSE = @AMDEP_FALSE@
58AMDEP_TRUE = @AMDEP_TRUE@ 41AMDEP_TRUE = @AMDEP_TRUE@
59AMTAR = @AMTAR@ 42AMTAR = @AMTAR@
60AR = @AR@ 43AR = @AR@
69CCDEPMODE = @CCDEPMODE@ 52CCDEPMODE = @CCDEPMODE@
70CFLAGS = @CFLAGS@ 53CFLAGS = @CFLAGS@
71COMPRESS = @COMPRESS@ 54COMPRESS = @COMPRESS@
72CPP = @CPP@ 55CPP = @CPP@
73CPPFLAGS = @CPPFLAGS@ 56CPPFLAGS = @CPPFLAGS@
74CXX = @CXX@ 57CROSSEDIT = @CROSSEDIT@
75CXXCPP = @CXXCPP@
76CXXDEPMODE = @CXXDEPMODE@
77CXXFLAGS = @CXXFLAGS@
78CYGPATH_W = @CYGPATH_W@ 58CYGPATH_W = @CYGPATH_W@
79DEFS = @DEFS@ 59DEFS = @DEFS@
80DEPDIR = @DEPDIR@ 60DEPDIR = @DEPDIR@
81ECHO = @ECHO@ 61ECHO = @ECHO@
82ECHO_C = @ECHO_C@ 62ECHO_C = @ECHO_C@
83ECHO_N = @ECHO_N@ 63ECHO_N = @ECHO_N@
84ECHO_T = @ECHO_T@ 64ECHO_T = @ECHO_T@
85EGREP = @EGREP@ 65EGREP = @EGREP@
86EXEEXT = @EXEEXT@ 66EXEEXT = @EXEEXT@
87F77 = @F77@
88FFLAGS = @FFLAGS@
89GUNZIP = @GUNZIP@ 67GUNZIP = @GUNZIP@
90GZIP = @GZIP@ 68GZIP = @GZIP@
91HAVE_LIBDL_FALSE = @HAVE_LIBDL_FALSE@ 69HAVE_LIBDL_FALSE = @HAVE_LIBDL_FALSE@
92HAVE_LIBDL_TRUE = @HAVE_LIBDL_TRUE@ 70HAVE_LIBDL_TRUE = @HAVE_LIBDL_TRUE@
93HAVE_X_FALSE = @HAVE_X_FALSE@ 71HAVE_X_FALSE = @HAVE_X_FALSE@
95INSTALL_DATA = @INSTALL_DATA@ 73INSTALL_DATA = @INSTALL_DATA@
96INSTALL_PROGRAM = @INSTALL_PROGRAM@ 74INSTALL_PROGRAM = @INSTALL_PROGRAM@
97INSTALL_SCRIPT = @INSTALL_SCRIPT@ 75INSTALL_SCRIPT = @INSTALL_SCRIPT@
98INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 76INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
99LATEX = @LATEX@ 77LATEX = @LATEX@
78LD = @LD@
100LDFLAGS = @LDFLAGS@ 79LDFLAGS = @LDFLAGS@
101LEX = @LEX@ 80LEX = @LEX@
102LEXLIB = @LEXLIB@ 81LEXLIB = @LEXLIB@
103LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@ 82LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
104LIBOBJS = @LIBOBJS@ 83LIBOBJS = @LIBOBJS@
108LTLIBOBJS = @LTLIBOBJS@ 87LTLIBOBJS = @LTLIBOBJS@
109MAINT = @MAINT@ 88MAINT = @MAINT@
110MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ 89MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
111MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ 90MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
112MAKEINFO = @MAKEINFO@ 91MAKEINFO = @MAKEINFO@
92NM = @NM@
113OBJEXT = @OBJEXT@ 93OBJEXT = @OBJEXT@
114PACKAGE = @PACKAGE@ 94PACKAGE = @PACKAGE@
115PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 95PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
116PACKAGE_NAME = @PACKAGE_NAME@ 96PACKAGE_NAME = @PACKAGE_NAME@
117PACKAGE_STRING = @PACKAGE_STRING@ 97PACKAGE_STRING = @PACKAGE_STRING@
118PACKAGE_TARNAME = @PACKAGE_TARNAME@ 98PACKAGE_TARNAME = @PACKAGE_TARNAME@
119PACKAGE_VERSION = @PACKAGE_VERSION@ 99PACKAGE_VERSION = @PACKAGE_VERSION@
120PATH_SEPARATOR = @PATH_SEPARATOR@ 100PATH_SEPARATOR = @PATH_SEPARATOR@
121PERL = @PERL@ 101PERL = @PERL@
102PERLFLAGS = @PERLFLAGS@
103PERLLIB = @PERLLIB@
104PERLPRIVLIBEXP = @PERLPRIVLIBEXP@
105PERL_PLUGIN = @PERL_PLUGIN@
106PERL_PLUGIN_FALSE = @PERL_PLUGIN_FALSE@
107PERL_PLUGIN_TRUE = @PERL_PLUGIN_TRUE@
122PLUGIN_PYTHON = @PLUGIN_PYTHON@ 108PLUGIN_PYTHON = @PLUGIN_PYTHON@
123PYTHON_LIB = @PYTHON_LIB@ 109PYTHON_LIB = @PYTHON_LIB@
124PYTHON_PLUGIN_FALSE = @PYTHON_PLUGIN_FALSE@ 110PYTHON_PLUGIN_FALSE = @PYTHON_PLUGIN_FALSE@
125PYTHON_PLUGIN_TRUE = @PYTHON_PLUGIN_TRUE@ 111PYTHON_PLUGIN_TRUE = @PYTHON_PLUGIN_TRUE@
126PY_INCLUDES = @PY_INCLUDES@ 112PY_INCLUDES = @PY_INCLUDES@
127PY_LIBS = @PY_LIBS@ 113PY_LIBS = @PY_LIBS@
128RANLIB = @RANLIB@ 114RANLIB = @RANLIB@
115SED = @SED@
129SET_MAKE = @SET_MAKE@ 116SET_MAKE = @SET_MAKE@
130SHELL = @SHELL@ 117SHELL = @SHELL@
131STRIP = @STRIP@ 118STRIP = @STRIP@
132TAR = @TAR@ 119TAR = @TAR@
133UNCOMPRESS = @UNCOMPRESS@ 120UNCOMPRESS = @UNCOMPRESS@
137X_EXTRA_LIBS = @X_EXTRA_LIBS@ 124X_EXTRA_LIBS = @X_EXTRA_LIBS@
138X_LIBS = @X_LIBS@ 125X_LIBS = @X_LIBS@
139X_PRE_LIBS = @X_PRE_LIBS@ 126X_PRE_LIBS = @X_PRE_LIBS@
140ac_ct_AR = @ac_ct_AR@ 127ac_ct_AR = @ac_ct_AR@
141ac_ct_CC = @ac_ct_CC@ 128ac_ct_CC = @ac_ct_CC@
142ac_ct_CXX = @ac_ct_CXX@
143ac_ct_F77 = @ac_ct_F77@
144ac_ct_RANLIB = @ac_ct_RANLIB@ 129ac_ct_RANLIB = @ac_ct_RANLIB@
145ac_ct_STRIP = @ac_ct_STRIP@ 130ac_ct_STRIP = @ac_ct_STRIP@
146am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ 131am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
147am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ 132am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
148am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
149am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
150am__include = @am__include@ 133am__include = @am__include@
151am__leading_dot = @am__leading_dot@ 134am__leading_dot = @am__leading_dot@
152am__quote = @am__quote@ 135am__quote = @am__quote@
153am__tar = @am__tar@
154am__untar = @am__untar@
155bindir = @bindir@ 136bindir = @bindir@
156build = @build@ 137build = @build@
157build_alias = @build_alias@ 138build_alias = @build_alias@
158build_cpu = @build_cpu@ 139build_cpu = @build_cpu@
159build_os = @build_os@ 140build_os = @build_os@
170install_sh = @install_sh@ 151install_sh = @install_sh@
171libdir = @libdir@ 152libdir = @libdir@
172libexecdir = @libexecdir@ 153libexecdir = @libexecdir@
173localstatedir = @localstatedir@ 154localstatedir = @localstatedir@
174mandir = @mandir@ 155mandir = @mandir@
175mkdir_p = @mkdir_p@
176no_x = @no_x@ 156no_x = @no_x@
177oldincludedir = @oldincludedir@ 157oldincludedir = @oldincludedir@
178pkgconfdir = @pkgconfdir@ 158pkgconfdir = @pkgconfdir@
179pkgstatedir = @pkgstatedir@ 159pkgstatedir = @pkgstatedir@
180prefix = @prefix@ 160prefix = @prefix@
183sharedstatedir = @sharedstatedir@ 163sharedstatedir = @sharedstatedir@
184sysconfdir = @sysconfdir@ 164sysconfdir = @sysconfdir@
185target_alias = @target_alias@ 165target_alias = @target_alias@
186x_includes = @x_includes@ 166x_includes = @x_includes@
187x_libraries = @x_libraries@ 167x_libraries = @x_libraries@
168
188noinst_HEADERS = \ 169noinst_HEADERS = \
189commands.h libproto.h sounds.h attack.h \ 170commands.h libproto.h sounds.h attack.h \
190Makefile.in config.h living.h player.h \ 171Makefile.in config.h living.h player.h \
191define.h loader.h race.h material.h spells.h \ 172define.h loader.h race.h material.h spells.h \
192arch.h face.h logger.h re-cmp.h sproto.h \ 173arch.h face.h logger.h re-cmp.h sproto.h \
194global.h newclient.h path.h shstr.h tod.h\ 175global.h newclient.h path.h shstr.h tod.h\
195god.h newserver.h quest.h xdir.h \ 176god.h newserver.h quest.h xdir.h \
196book.h includes.h object.h skills.h sockproto.h \ 177book.h includes.h object.h skills.h sockproto.h \
197plugin.h timers.h 178plugin.h timers.h
198 179
180subdir = include
181ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
182mkinstalldirs = $(SHELL) $(top_srcdir)/utils/mkinstalldirs
183CONFIG_HEADER = autoconf.h
184CONFIG_CLEAN_FILES =
185DIST_SOURCES =
186HEADERS = $(noinst_HEADERS)
187
188DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.in Makefile.am \
189 autoconf.h.in
199all: autoconf.h 190all: autoconf.h
200 $(MAKE) $(AM_MAKEFLAGS) all-am 191 $(MAKE) $(AM_MAKEFLAGS) all-am
201 192
202.SUFFIXES: 193.SUFFIXES:
203$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 194$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
204 @for dep in $?; do \
205 case '$(am__configure_deps)' in \
206 *$$dep*) \
207 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
208 && exit 0; \
209 exit 1;; \
210 esac; \
211 done; \
212 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu include/Makefile'; \
213 cd $(top_srcdir) && \ 195 cd $(top_srcdir) && \
214 $(AUTOMAKE) --gnu include/Makefile 196 $(AUTOMAKE) --gnu include/Makefile
215.PRECIOUS: Makefile
216Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 197Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status
217 @case '$?' in \
218 *config.status*) \
219 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
220 *) \
221 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
222 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 198 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
223 esac;
224
225$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
226 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
227
228$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
229 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
230$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
231 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
232 199
233autoconf.h: stamp-h1 200autoconf.h: stamp-h1
234 @if test ! -f $@; then \ 201 @if test ! -f $@; then \
235 rm -f stamp-h1; \ 202 rm -f stamp-h1; \
236 $(MAKE) stamp-h1; \ 203 $(MAKE) stamp-h1; \
237 else :; fi 204 else :; fi
238 205
239stamp-h1: $(srcdir)/autoconf.h.in $(top_builddir)/config.status 206stamp-h1: $(srcdir)/autoconf.h.in $(top_builddir)/config.status
240 @rm -f stamp-h1 207 @rm -f stamp-h1
241 cd $(top_builddir) && $(SHELL) ./config.status include/autoconf.h 208 cd $(top_builddir) && $(SHELL) ./config.status include/autoconf.h
209
242$(srcdir)/autoconf.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 210$(srcdir)/autoconf.h.in: @MAINTAINER_MODE_TRUE@ $(top_srcdir)/configure.ac $(ACLOCAL_M4)
243 cd $(top_srcdir) && $(AUTOHEADER) 211 cd $(top_srcdir) && $(AUTOHEADER)
244 rm -f stamp-h1 212 touch $(srcdir)/autoconf.h.in
245 touch $@
246 213
247distclean-hdr: 214distclean-hdr:
248 -rm -f autoconf.h stamp-h1 215 -rm -f autoconf.h stamp-h1
249 216
250mostlyclean-libtool: 217mostlyclean-libtool:
254 -rm -rf .libs _libs 221 -rm -rf .libs _libs
255 222
256distclean-libtool: 223distclean-libtool:
257 -rm -f libtool 224 -rm -f libtool
258uninstall-info-am: 225uninstall-info-am:
226
227ETAGS = etags
228ETAGSFLAGS =
229
230CTAGS = ctags
231CTAGSFLAGS =
232
233tags: TAGS
259 234
260ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 235ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
261 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 236 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
262 unique=`for i in $$list; do \ 237 unique=`for i in $$list; do \
263 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 238 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
264 done | \ 239 done | \
265 $(AWK) ' { files[$$0] = 1; } \ 240 $(AWK) ' { files[$$0] = 1; } \
266 END { for (i in files) print i; }'`; \ 241 END { for (i in files) print i; }'`; \
267 mkid -fID $$unique 242 mkid -fID $$unique
268tags: TAGS
269 243
270TAGS: $(HEADERS) $(SOURCES) autoconf.h.in $(TAGS_DEPENDENCIES) \ 244TAGS: $(HEADERS) $(SOURCES) autoconf.h.in $(TAGS_DEPENDENCIES) \
271 $(TAGS_FILES) $(LISP) 245 $(TAGS_FILES) $(LISP)
272 tags=; \ 246 tags=; \
273 here=`pwd`; \ 247 here=`pwd`; \
275 unique=`for i in $$list; do \ 249 unique=`for i in $$list; do \
276 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 250 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
277 done | \ 251 done | \
278 $(AWK) ' { files[$$0] = 1; } \ 252 $(AWK) ' { files[$$0] = 1; } \
279 END { for (i in files) print i; }'`; \ 253 END { for (i in files) print i; }'`; \
280 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 254 test -z "$(ETAGS_ARGS)$$tags$$unique" \
281 test -n "$$unique" || unique=$$empty_fix; \
282 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 255 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
283 $$tags $$unique; \ 256 $$tags $$unique
284 fi 257
285ctags: CTAGS 258ctags: CTAGS
286CTAGS: $(HEADERS) $(SOURCES) autoconf.h.in $(TAGS_DEPENDENCIES) \ 259CTAGS: $(HEADERS) $(SOURCES) autoconf.h.in $(TAGS_DEPENDENCIES) \
287 $(TAGS_FILES) $(LISP) 260 $(TAGS_FILES) $(LISP)
288 tags=; \ 261 tags=; \
289 here=`pwd`; \ 262 here=`pwd`; \
302 && cd $(top_srcdir) \ 275 && cd $(top_srcdir) \
303 && gtags -i $(GTAGS_ARGS) $$here 276 && gtags -i $(GTAGS_ARGS) $$here
304 277
305distclean-tags: 278distclean-tags:
306 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 279 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
280DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
281
282top_distdir = ..
283distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
307 284
308distdir: $(DISTFILES) 285distdir: $(DISTFILES)
309 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ 286 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
310 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ 287 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
311 list='$(DISTFILES)'; for file in $$list; do \ 288 list='$(DISTFILES)'; for file in $$list; do \
315 esac; \ 292 esac; \
316 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 293 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
317 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ 294 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
318 if test "$$dir" != "$$file" && test "$$dir" != "."; then \ 295 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
319 dir="/$$dir"; \ 296 dir="/$$dir"; \
320 $(mkdir_p) "$(distdir)$$dir"; \ 297 $(mkinstalldirs) "$(distdir)$$dir"; \
321 else \ 298 else \
322 dir=''; \ 299 dir=''; \
323 fi; \ 300 fi; \
324 if test -d $$d/$$file; then \ 301 if test -d $$d/$$file; then \
325 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 302 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
333 fi; \ 310 fi; \
334 done 311 done
335check-am: all-am 312check-am: all-am
336check: check-am 313check: check-am
337all-am: Makefile $(HEADERS) autoconf.h 314all-am: Makefile $(HEADERS) autoconf.h
315
338installdirs: 316installdirs:
339install: install-am 317install: install-am
340install-exec: install-exec-am 318install-exec: install-exec-am
341install-data: install-data-am 319install-data: install-data-am
342uninstall: uninstall-am 320uninstall: uninstall-am
353mostlyclean-generic: 331mostlyclean-generic:
354 332
355clean-generic: 333clean-generic:
356 334
357distclean-generic: 335distclean-generic:
358 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 336 -rm -f $(CONFIG_CLEAN_FILES)
359 337
360maintainer-clean-generic: 338maintainer-clean-generic:
361 @echo "This command is intended for maintainers to use" 339 @echo "This command is intended for maintainers to use"
362 @echo "it deletes files that may require special tools to rebuild." 340 @echo "it deletes files that may require special tools to rebuild."
363clean: clean-am 341clean: clean-am
364 342
365clean-am: clean-generic clean-libtool mostlyclean-am 343clean-am: clean-generic clean-libtool mostlyclean-am
366 344
367distclean: distclean-am 345distclean: distclean-am
368 -rm -f Makefile 346 -rm -f Makefile
369distclean-am: clean-am distclean-generic distclean-hdr \ 347distclean-am: clean-am distclean-generic distclean-hdr distclean-libtool \
370 distclean-libtool distclean-tags 348 distclean-tags
371 349
372dvi: dvi-am 350dvi: dvi-am
373 351
374dvi-am: 352dvi-am:
375
376html: html-am
377 353
378info: info-am 354info: info-am
379 355
380info-am: 356info-am:
381 357
407 383
408uninstall-am: uninstall-info-am 384uninstall-am: uninstall-info-am
409 385
410.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ 386.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
411 clean-libtool ctags distclean distclean-generic distclean-hdr \ 387 clean-libtool ctags distclean distclean-generic distclean-hdr \
412 distclean-libtool distclean-tags distdir dvi dvi-am html \ 388 distclean-libtool distclean-tags distdir dvi dvi-am info \
413 html-am info info-am install install-am install-data \ 389 info-am install install-am install-data install-data-am \
414 install-data-am install-exec install-exec-am install-info \ 390 install-exec install-exec-am install-info install-info-am \
415 install-info-am install-man install-strip installcheck \ 391 install-man install-strip installcheck installcheck-am \
416 installcheck-am installdirs maintainer-clean \ 392 installdirs maintainer-clean maintainer-clean-generic \
417 maintainer-clean-generic mostlyclean mostlyclean-generic \ 393 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
418 mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \ 394 ps ps-am tags uninstall uninstall-am uninstall-info-am
419 uninstall-am uninstall-info-am
420 395
421# Tell versions [3.59,3.63) of GNU make to not export all variables. 396# Tell versions [3.59,3.63) of GNU make to not export all variables.
422# Otherwise a system limit (for SysV at least) may be exceeded. 397# Otherwise a system limit (for SysV at least) may be exceeded.
423.NOEXPORT: 398.NOEXPORT:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines