Updated README: Equal sign not required with `--mode` flag.
[sgk-go] / engine / Makefile.in
CommitLineData
7eeb782e
AT
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
18srcdir = @srcdir@
19top_srcdir = @top_srcdir@
20VPATH = @srcdir@
21pkgdatadir = $(datadir)/@PACKAGE@
22pkglibdir = $(libdir)/@PACKAGE@
23pkgincludedir = $(includedir)/@PACKAGE@
24top_builddir = ..
25am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26INSTALL = @INSTALL@
27install_sh_DATA = $(install_sh) -c -m 644
28install_sh_PROGRAM = $(install_sh) -c
29install_sh_SCRIPT = $(install_sh) -c
30INSTALL_HEADER = $(INSTALL_DATA)
31transform = $(program_transform_name)
32NORMAL_INSTALL = :
33PRE_INSTALL = :
34POST_INSTALL = :
35NORMAL_UNINSTALL = :
36PRE_UNINSTALL = :
37POST_UNINSTALL = :
38subdir = engine
39DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
40 $(srcdir)/Makefile.in
41ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42am__aclocal_m4_deps = $(top_srcdir)/configure.in
43am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
44 $(ACLOCAL_M4)
45mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
46CONFIG_HEADER = $(top_builddir)/config.h
47CONFIG_CLEAN_FILES =
48LIBRARIES = $(noinst_LIBRARIES)
49AR = ar
50ARFLAGS = cru
51libboard_a_AR = $(AR) $(ARFLAGS)
52libboard_a_LIBADD =
53am_libboard_a_OBJECTS = board.$(OBJEXT) boardlib.$(OBJEXT) \
54 hash.$(OBJEXT) printutils.$(OBJEXT)
55libboard_a_OBJECTS = $(am_libboard_a_OBJECTS)
56libengine_a_AR = $(AR) $(ARFLAGS)
57libengine_a_LIBADD =
58am_libengine_a_OBJECTS = aftermath.$(OBJEXT) board.$(OBJEXT) \
59 boardlib.$(OBJEXT) breakin.$(OBJEXT) cache.$(OBJEXT) \
60 clock.$(OBJEXT) combination.$(OBJEXT) dragon.$(OBJEXT) \
61 endgame.$(OBJEXT) filllib.$(OBJEXT) fuseki.$(OBJEXT) \
62 genmove.$(OBJEXT) globals.$(OBJEXT) handicap.$(OBJEXT) \
63 hash.$(OBJEXT) influence.$(OBJEXT) interface.$(OBJEXT) \
64 matchpat.$(OBJEXT) montecarlo.$(OBJEXT) move_reasons.$(OBJEXT) \
65 movelist.$(OBJEXT) optics.$(OBJEXT) oracle.$(OBJEXT) \
66 owl.$(OBJEXT) persistent.$(OBJEXT) printutils.$(OBJEXT) \
67 readconnect.$(OBJEXT) reading.$(OBJEXT) semeai.$(OBJEXT) \
68 sgfdecide.$(OBJEXT) sgffile.$(OBJEXT) shapes.$(OBJEXT) \
69 showbord.$(OBJEXT) surround.$(OBJEXT) unconditional.$(OBJEXT) \
70 utils.$(OBJEXT) value_moves.$(OBJEXT) worm.$(OBJEXT)
71libengine_a_OBJECTS = $(am_libengine_a_OBJECTS)
72DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
73depcomp = $(SHELL) $(top_srcdir)/depcomp
74am__depfiles_maybe = depfiles
75COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
76 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
77CCLD = $(CC)
78LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
79SOURCES = $(libboard_a_SOURCES) $(libengine_a_SOURCES)
80DIST_SOURCES = $(libboard_a_SOURCES) $(libengine_a_SOURCES)
81HEADERS = $(noinst_HEADERS)
82ETAGS = etags
83CTAGS = ctags
84DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
85ACLOCAL = @ACLOCAL@
86AMDEP_FALSE = @AMDEP_FALSE@
87AMDEP_TRUE = @AMDEP_TRUE@
88AMTAR = @AMTAR@
89AUTOCONF = @AUTOCONF@
90AUTOHEADER = @AUTOHEADER@
91AUTOMAKE = @AUTOMAKE@
92AWK = @AWK@
93CC = @CC@
94CCDEPMODE = @CCDEPMODE@
95CFLAGS = @CFLAGS@
96CPP = @CPP@
97CPPFLAGS = @CPPFLAGS@
98CYGPATH_W = @CYGPATH_W@
99DEFS = @DEFS@
100DEPDIR = @DEPDIR@
101DFA_ENABLED_FALSE = @DFA_ENABLED_FALSE@
102DFA_ENABLED_TRUE = @DFA_ENABLED_TRUE@
103ECHO_C = @ECHO_C@
104ECHO_N = @ECHO_N@
105ECHO_T = @ECHO_T@
106EGREP = @EGREP@
107EXEEXT = @EXEEXT@
108GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@
109GCC_MINOR_VERSION = @GCC_MINOR_VERSION@
110GCC_ONLY_FALSE = @GCC_ONLY_FALSE@
111GCC_ONLY_TRUE = @GCC_ONLY_TRUE@
112GNU_GO_WARNINGS = @GNU_GO_WARNINGS@
113GREP = @GREP@
114INSTALL_DATA = @INSTALL_DATA@
115INSTALL_PROGRAM = @INSTALL_PROGRAM@
116INSTALL_SCRIPT = @INSTALL_SCRIPT@
117INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
118LDFLAGS = @LDFLAGS@
119LIBOBJS = @LIBOBJS@
120LIBS = @LIBS@
121LTLIBOBJS = @LTLIBOBJS@
122MAINT = @MAINT@
123MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
124MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
125MAKEINFO = @MAKEINFO@
126OBJEXT = @OBJEXT@
127PACKAGE = @PACKAGE@
128PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
129PACKAGE_NAME = @PACKAGE_NAME@
130PACKAGE_STRING = @PACKAGE_STRING@
131PACKAGE_TARNAME = @PACKAGE_TARNAME@
132PACKAGE_VERSION = @PACKAGE_VERSION@
133PATH_SEPARATOR = @PATH_SEPARATOR@
134RANLIB = @RANLIB@
135SET_MAKE = @SET_MAKE@
136SHELL = @SHELL@
137STRIP = @STRIP@
138VERSION = @VERSION@
139ac_ct_CC = @ac_ct_CC@
140am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
141am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
142am__include = @am__include@
143am__leading_dot = @am__leading_dot@
144am__quote = @am__quote@
145am__tar = @am__tar@
146am__untar = @am__untar@
147bindir = @bindir@
148build_alias = @build_alias@
149datadir = @datadir@
150datarootdir = @datarootdir@
151docdir = @docdir@
152dvidir = @dvidir@
153exec_prefix = @exec_prefix@
154glibconfig = @glibconfig@
155host_alias = @host_alias@
156htmldir = @htmldir@
157includedir = @includedir@
158infodir = @infodir@
159install_sh = @install_sh@
160libdir = @libdir@
161libexecdir = @libexecdir@
162localedir = @localedir@
163localstatedir = @localstatedir@
164mandir = @mandir@
165mkdir_p = @mkdir_p@
166oldincludedir = @oldincludedir@
167pdfdir = @pdfdir@
168prefix = @prefix@
169program_transform_name = @program_transform_name@
170psdir = @psdir@
171sbindir = @sbindir@
172sharedstatedir = @sharedstatedir@
173sysconfdir = @sysconfdir@
174target_alias = @target_alias@
175EXTRA_DIST = engine.dsp board.dsp CMakeLists.txt
176
177# Remove these files here... they are created locally
178DISTCLEANFILES = *~
179AM_CPPFLAGS = \
180 $(GNU_GO_WARNINGS) \
181 -I../patterns \
182 -I$(top_srcdir)/patterns \
183 -I$(top_srcdir)/sgf \
184 -I$(top_srcdir)/utils
185
186noinst_HEADERS = cache.h gnugo.h hash.h clock.h readconnect.h \
187 influence.h liberty.h move_reasons.h board.h
188
189
190# preconfigured settings for various configurations
191noinst_LIBRARIES = libengine.a libboard.a
192libengine_a_SOURCES = \
193 aftermath.c \
194 board.c \
195 boardlib.c \
196 breakin.c \
197 cache.c \
198 clock.c \
199 combination.c \
200 dragon.c \
201 endgame.c \
202 filllib.c \
203 fuseki.c \
204 genmove.c \
205 globals.c \
206 handicap.c \
207 hash.c \
208 influence.c \
209 interface.c \
210 matchpat.c \
211 montecarlo.c \
212 move_reasons.c \
213 movelist.c \
214 optics.c \
215 oracle.c \
216 owl.c \
217 persistent.c \
218 printutils.c \
219 readconnect.c \
220 reading.c \
221 semeai.c \
222 sgfdecide.c \
223 sgffile.c \
224 shapes.c \
225 showbord.c \
226 surround.c \
227 unconditional.c \
228 utils.c \
229 value_moves.c \
230 worm.c
231
232libboard_a_SOURCES = \
233 board.c \
234 boardlib.c \
235 hash.c \
236 printutils.c
237
238all: all-am
239
240.SUFFIXES:
241.SUFFIXES: .c .o .obj
242$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
243 @for dep in $?; do \
244 case '$(am__configure_deps)' in \
245 *$$dep*) \
246 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
247 && exit 0; \
248 exit 1;; \
249 esac; \
250 done; \
251 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu engine/Makefile'; \
252 cd $(top_srcdir) && \
253 $(AUTOMAKE) --gnu engine/Makefile
254.PRECIOUS: Makefile
255Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
256 @case '$?' in \
257 *config.status*) \
258 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
259 *) \
260 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
261 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
262 esac;
263
264$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
265 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
266
267$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
268 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
269$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
270 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
271
272clean-noinstLIBRARIES:
273 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
274libboard.a: $(libboard_a_OBJECTS) $(libboard_a_DEPENDENCIES)
275 -rm -f libboard.a
276 $(libboard_a_AR) libboard.a $(libboard_a_OBJECTS) $(libboard_a_LIBADD)
277 $(RANLIB) libboard.a
278libengine.a: $(libengine_a_OBJECTS) $(libengine_a_DEPENDENCIES)
279 -rm -f libengine.a
280 $(libengine_a_AR) libengine.a $(libengine_a_OBJECTS) $(libengine_a_LIBADD)
281 $(RANLIB) libengine.a
282
283mostlyclean-compile:
284 -rm -f *.$(OBJEXT)
285
286distclean-compile:
287 -rm -f *.tab.c
288
289@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aftermath.Po@am__quote@
290@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/board.Po@am__quote@
291@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/boardlib.Po@am__quote@
292@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/breakin.Po@am__quote@
293@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cache.Po@am__quote@
294@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clock.Po@am__quote@
295@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/combination.Po@am__quote@
296@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dragon.Po@am__quote@
297@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/endgame.Po@am__quote@
298@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/filllib.Po@am__quote@
299@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fuseki.Po@am__quote@
300@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/genmove.Po@am__quote@
301@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/globals.Po@am__quote@
302@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/handicap.Po@am__quote@
303@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hash.Po@am__quote@
304@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/influence.Po@am__quote@
305@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/interface.Po@am__quote@
306@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/matchpat.Po@am__quote@
307@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/montecarlo.Po@am__quote@
308@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/move_reasons.Po@am__quote@
309@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/movelist.Po@am__quote@
310@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/optics.Po@am__quote@
311@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/oracle.Po@am__quote@
312@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/owl.Po@am__quote@
313@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/persistent.Po@am__quote@
314@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/printutils.Po@am__quote@
315@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/readconnect.Po@am__quote@
316@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reading.Po@am__quote@
317@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/semeai.Po@am__quote@
318@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sgfdecide.Po@am__quote@
319@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sgffile.Po@am__quote@
320@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/shapes.Po@am__quote@
321@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/showbord.Po@am__quote@
322@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/surround.Po@am__quote@
323@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unconditional.Po@am__quote@
324@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utils.Po@am__quote@
325@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/value_moves.Po@am__quote@
326@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/worm.Po@am__quote@
327
328.c.o:
329@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
330@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
331@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
332@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
333@am__fastdepCC_FALSE@ $(COMPILE) -c $<
334
335.c.obj:
336@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
337@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
338@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
339@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
340@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
341uninstall-info-am:
342
343ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
344 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
345 unique=`for i in $$list; do \
346 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
347 done | \
348 $(AWK) ' { files[$$0] = 1; } \
349 END { for (i in files) print i; }'`; \
350 mkid -fID $$unique
351tags: TAGS
352
353TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
354 $(TAGS_FILES) $(LISP)
355 tags=; \
356 here=`pwd`; \
357 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
358 unique=`for i in $$list; do \
359 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
360 done | \
361 $(AWK) ' { files[$$0] = 1; } \
362 END { for (i in files) print i; }'`; \
363 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
364 test -n "$$unique" || unique=$$empty_fix; \
365 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
366 $$tags $$unique; \
367 fi
368ctags: CTAGS
369CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
370 $(TAGS_FILES) $(LISP)
371 tags=; \
372 here=`pwd`; \
373 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
374 unique=`for i in $$list; do \
375 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
376 done | \
377 $(AWK) ' { files[$$0] = 1; } \
378 END { for (i in files) print i; }'`; \
379 test -z "$(CTAGS_ARGS)$$tags$$unique" \
380 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
381 $$tags $$unique
382
383GTAGS:
384 here=`$(am__cd) $(top_builddir) && pwd` \
385 && cd $(top_srcdir) \
386 && gtags -i $(GTAGS_ARGS) $$here
387
388distclean-tags:
389 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
390
391distdir: $(DISTFILES)
392 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
393 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
394 list='$(DISTFILES)'; for file in $$list; do \
395 case $$file in \
396 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
397 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
398 esac; \
399 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
400 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
401 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
402 dir="/$$dir"; \
403 $(mkdir_p) "$(distdir)$$dir"; \
404 else \
405 dir=''; \
406 fi; \
407 if test -d $$d/$$file; then \
408 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
409 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
410 fi; \
411 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
412 else \
413 test -f $(distdir)/$$file \
414 || cp -p $$d/$$file $(distdir)/$$file \
415 || exit 1; \
416 fi; \
417 done
418check-am: all-am
419check: check-am
420all-am: Makefile $(LIBRARIES) $(HEADERS)
421installdirs:
422install: install-am
423install-exec: install-exec-am
424install-data: install-data-am
425uninstall: uninstall-am
426
427install-am: all-am
428 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
429
430installcheck: installcheck-am
431install-strip:
432 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
433 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
434 `test -z '$(STRIP)' || \
435 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
436mostlyclean-generic:
437
438clean-generic:
439
440distclean-generic:
441 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
442 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
443
444maintainer-clean-generic:
445 @echo "This command is intended for maintainers to use"
446 @echo "it deletes files that may require special tools to rebuild."
447clean: clean-am
448
449clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
450
451distclean: distclean-am
452 -rm -rf ./$(DEPDIR)
453 -rm -f Makefile
454distclean-am: clean-am distclean-compile distclean-generic \
455 distclean-tags
456
457dvi: dvi-am
458
459dvi-am:
460
461html: html-am
462
463info: info-am
464
465info-am:
466
467install-data-am:
468
469install-exec-am:
470
471install-info: install-info-am
472
473install-man:
474
475installcheck-am:
476
477maintainer-clean: maintainer-clean-am
478 -rm -rf ./$(DEPDIR)
479 -rm -f Makefile
480maintainer-clean-am: distclean-am maintainer-clean-generic
481
482mostlyclean: mostlyclean-am
483
484mostlyclean-am: mostlyclean-compile mostlyclean-generic
485
486pdf: pdf-am
487
488pdf-am:
489
490ps: ps-am
491
492ps-am:
493
494uninstall-am: uninstall-info-am
495
496.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
497 clean-noinstLIBRARIES ctags distclean distclean-compile \
498 distclean-generic distclean-tags distdir dvi dvi-am html \
499 html-am info info-am install install-am install-data \
500 install-data-am install-exec install-exec-am install-info \
501 install-info-am install-man install-strip installcheck \
502 installcheck-am installdirs maintainer-clean \
503 maintainer-clean-generic mostlyclean mostlyclean-compile \
504 mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
505 uninstall-am uninstall-info-am
506
507# Tell versions [3.59,3.63) of GNU make to not export all variables.
508# Otherwise a system limit (for SysV at least) may be exceeded.
509.NOEXPORT: