root/trunk/contrib/extractor/Makefile @ 2

Revision 2, 13.5 kB (checked in by yumileroy, 17 years ago)

[svn] * Proper SVN structure

Original author: Neo2003
Date: 2008-10-02 16:23:55-05:00

Line 
1# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
2# 2003, 2004, 2005  Free Software Foundation, Inc.
3# This Makefile.in is free software; the Free Software Foundation
4# gives unlimited permission to copy and/or distribute it,
5# with or without modifications, as long as this notice is preserved.
6
7# This program is distributed in the hope that it will be useful,
8# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
9# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
10# PARTICULAR PURPOSE.
11
12
13
14# Copyright (C) 2005,2006 MaNGOS <http://www.mangosproject.org/>
15#
16# This program is free software; you can redistribute it and/or modify
17# it under the terms of the GNU General Public License as published by
18# the Free Software Foundation; either version 2 of the License, or
19# (at your option) any later version.
20#
21# This program is distributed in the hope that it will be useful,
22# but WITHOUT ANY WARRANTY; without even the implied warranty of
23# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
24# GNU General Public License for more details.
25#
26# You should have received a copy of the GNU General Public License
27# along with this program; if not, write to the Free Software
28# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
29
30SOURCES = $(ad_SOURCES)
31
32srcdir = .
33top_srcdir = .
34
35pkgdatadir = $(datadir)/mangos
36pkglibdir = $(libdir)/mangos
37pkgincludedir = $(includedir)/mangos
38top_builddir = ../..
39am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
40INSTALL = /usr/bin/ginstall -c
41install_sh_DATA = $(install_sh) -c -m 644
42install_sh_PROGRAM = $(install_sh) -c
43install_sh_SCRIPT = $(install_sh) -c
44INSTALL_HEADER = $(INSTALL_DATA)
45transform = $(program_transform_name)
46NORMAL_INSTALL = :
47PRE_INSTALL = :
48POST_INSTALL = :
49NORMAL_UNINSTALL = :
50PRE_UNINSTALL = :
51POST_UNINSTALL = :
52build_triplet = i686-pc-linux-gnu
53host_triplet = i686-pc-linux-gnu
54bin_PROGRAMS = ad$(EXEEXT)
55subdir = contrib/extractor
56DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
57ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
58am__aclocal_m4_deps = $(top_srcdir)/configure.ac
59am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
60        $(ACLOCAL_M4)
61mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
62CONFIG_HEADER = $(top_builddir)/config.h
63CONFIG_CLEAN_FILES =
64am__installdirs = "$(DESTDIR)$(bindir)"
65binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
66PROGRAMS = $(bin_PROGRAMS)
67am_ad_OBJECTS = System.$(OBJEXT) adt.$(OBJEXT) dbcfile.$(OBJEXT) \
68                mpq_libmpq.$(OBJEXT)   
69ad_OBJECTS = $(am_ad_OBJECTS)
70ad_DEPENDENCIES =
71DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
72depcomp = $(SHELL) $(top_srcdir)/depcomp
73am__depfiles_maybe = depfiles
74CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
75        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
76LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
77        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
78        $(AM_CXXFLAGS) $(CXXFLAGS)
79CXXLD = $(CXX)
80CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
81        $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
82COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
83        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
84LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
85        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
86        $(AM_CFLAGS) $(CFLAGS)
87CCLD = $(CC)
88LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
89        $(AM_LDFLAGS) $(LDFLAGS) -o $@
90SOURCES = $(ad_SOURCES)
91DIST_SOURCES = $(ad_SOURCES)
92ETAGS = etags
93CTAGS = ctags
94DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
95ACLOCAL =
96ALLOCA = 
97AMDEP_FALSE = #
98AMDEP_TRUE = 
99AMTAR = ${SHELL} /home/wow/MaNGOS/trunk/missing --run tar
100AR = ar
101AUTOCONF = ${SHELL} /home/wow/MaNGOS/trunk/missing --run autoconf
102AUTOHEADER = ${SHELL} /home/wow/MaNGOS/trunk/missing --run autoheader
103AUTOMAKE = ${SHELL} /home/wow/MaNGOS/trunk/missing --run automake-1.9
104AWK = gawk
105CC = gcc
106CCDEPMODE = depmode=gcc3
107CFLAGS = -g -O3
108COMPILER_OPTIONS = -g -O3
109CPP = gcc -E
110CPPFLAGS = 
111CXX = g++
112CXXCPP = g++ -E
113CXXDEPMODE = depmode=gcc3
114CXXFLAGS = -g -O3
115CYGPATH_W = echo
116DEFS = -DHAVE_CONFIG_H
117DEPDIR = .deps
118ECHO = echo
119ECHO_C = 
120ECHO_N = -n
121ECHO_T = 
122EGREP = grep -E
123EXEEXT = 
124EXTRA_COMPILER_OPTIONS = 
125EXTRA_LINKER_OPTIONS = 
126F77 = 
127FFLAGS = 
128INCLUDES = -I$(srcdir)
129INSTALL_DATA = ${INSTALL} -m 644
130INSTALL_PROGRAM = ${INSTALL}
131INSTALL_SCRIPT = ${INSTALL}
132INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s
133LDFLAGS = 
134LIBOBJS = 
135LIBS = -lz -lpthread
136LIBTOOL = $(SHELL) $(top_builddir)/libtool
137LINKER_OPTIONS = -static
138LN_S = ln -s
139LTLIBOBJS = 
140LT_AGE = 2
141LT_CURRENT = 2
142LT_RELEASE = 2.3.2
143LT_REVISION = 3
144MAINT = #
145MAINTAINER_MODE_FALSE = 
146MAINTAINER_MODE_TRUE = #
147MAKEINFO = 
148MANGOSD_CONFIG = /home/wow/server/etc/mangosd.conf
149MANGOSD_CONFIGDIR = /home/wow/server/etc
150MANGOSD_DATA = /home/wow/server/share/mangos
151OBJEXT = o
152PACKAGE = mangos
153PACKAGE_BUGREPORT = http://www.mangosproject.org/
154PACKAGE_NAME = MaNGOS
155PACKAGE_STRING = MaNGOS 0.2-SVN
156PACKAGE_TARNAME = mangos
157PACKAGE_VERSION = 0.2-SVN
158PATH_SEPARATOR = :
159RANLIB = ranlib
160SET_MAKE = 
161SHELL = /bin/sh
162STRIP = strip
163VERSION = 0.2-SVN
164ac_ct_AR = ar
165ac_ct_CC = gcc
166ac_ct_CXX = g++
167ac_ct_F77 = 
168ac_ct_RANLIB = ranlib
169ac_ct_STRIP = strip
170am__fastdepCC_FALSE = #
171am__fastdepCC_TRUE = 
172am__fastdepCXX_FALSE = #
173am__fastdepCXX_TRUE = 
174am__include = include
175am__leading_dot = .
176am__quote = 
177am__tar = ${AMTAR} chof - "$$tardir"
178am__untar = ${AMTAR} xf -
179bindir = ${exec_prefix}/bin
180build = i686-pc-linux-gnu
181build_alias = 
182build_cpu = i686
183build_os = linux-gnu
184build_vendor = pc
185datadir = ${prefix}/share
186exec_prefix = ${prefix}
187host = i686-pc-linux-gnu
188host_alias = 
189host_cpu = i686
190host_os = linux-gnu
191host_vendor = pc
192includedir = ${prefix}/include
193infodir = ${prefix}/info
194install_sh = /home/wow/MaNGOS/trunk/install-sh
195libdir = ${exec_prefix}/lib
196libexecdir = ${exec_prefix}/libexec
197localstatedir = ${prefix}/var
198mandir = ${prefix}/man
199mkdir_p = mkdir -p --
200oldincludedir = /usr/include
201prefix = /home/wow/server
202program_transform_name = s,x,x,
203sbindir = ${exec_prefix}/sbin
204sharedstatedir = ${prefix}/com
205
206# use our configured sysconfdir
207sysconfdir = /home/wow/server/etc
208target_alias = 
209ad_SOURCES = \
210    System.cpp \
211    adt.h \
212    adt.cpp \
213    dbcfile.cpp \
214    dbcfile.h \
215    mpq_libmpq.cpp \
216    mpq_libmpq.h
217
218ad_LDADD = libmpq/libmpq.a
219add_LDFLAGS = -L$(srcdir) -L$(srcdir)/libmpq
220
221all: create-dir all-am
222
223.SUFFIXES:
224.SUFFIXES: .cpp .lo .o .obj
225
226.PRECIOUS: Makefile
227
228install-binPROGRAMS: $(bin_PROGRAMS)
229        @$(NORMAL_INSTALL)
230        test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
231        @list='$(bin_PROGRAMS)'; for p in $$list; do \
232          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
233          if test -f $$p \
234             || test -f $$p1 \
235          ; then \
236            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
237           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
238           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
239          else :; fi; \
240        done
241
242uninstall-binPROGRAMS:
243        @$(NORMAL_UNINSTALL)
244        @list='$(bin_PROGRAMS)'; for p in $$list; do \
245          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
246          echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
247          rm -f "$(DESTDIR)$(bindir)/$$f"; \
248        done
249
250clean-binPROGRAMS:
251        @list='$(bin_PROGRAMS)'; for p in $$list; do \
252          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
253          echo " rm -f $$p $$f"; \
254          rm -f $$p $$f ; \
255        done
256ad$(EXEEXT): $(ad_OBJECTS) $(ad_DEPENDENCIES) 
257        @rm -f ad$(EXEEXT)
258        $(CXXLINK) $(ad_LDFLAGS) $(ad_OBJECTS) $(ad_LDADD) $(LIBS)
259
260mostlyclean-compile:
261        -rm -f *.$(OBJEXT)
262
263distclean-compile:
264        -rm -f *.tab.c
265
266.cpp.o:
267        if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
268        then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
269#       source='$<' object='$@' libtool=no \
270#       DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
271#       $(CXXCOMPILE) -c -o $@ $<
272
273.cpp.obj:
274        if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
275        then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
276#       source='$<' object='$@' libtool=no \
277#       DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
278#       $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
279
280.cpp.lo:
281        if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
282        then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
283#       source='$<' object='$@' libtool=yes \
284#       DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
285#       $(LTCXXCOMPILE) -c -o $@ $<
286
287mostlyclean-libtool:
288        -rm -f *.lo
289
290clean-libtool:
291        -rm -rf .libs _libs
292        -rm .deps/*
293
294distclean-libtool:
295        -rm -f libtool
296uninstall-info-am:
297
298ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
299        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
300        unique=`for i in $$list; do \
301            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
302          done | \
303          $(AWK) '    { files[$$0] = 1; } \
304               END { for (i in files) print i; }'`; \
305        mkid -fID $$unique
306tags: TAGS
307
308TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
309                $(TAGS_FILES) $(LISP)
310        tags=; \
311        here=`pwd`; \
312        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
313        unique=`for i in $$list; do \
314            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
315          done | \
316          $(AWK) '    { files[$$0] = 1; } \
317               END { for (i in files) print i; }'`; \
318        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
319          test -n "$$unique" || unique=$$empty_fix; \
320          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
321            $$tags $$unique; \
322        fi
323ctags: CTAGS
324CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
325                $(TAGS_FILES) $(LISP)
326        tags=; \
327        here=`pwd`; \
328        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
329        unique=`for i in $$list; do \
330            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
331          done | \
332          $(AWK) '    { files[$$0] = 1; } \
333               END { for (i in files) print i; }'`; \
334        test -z "$(CTAGS_ARGS)$$tags$$unique" \
335          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
336             $$tags $$unique
337
338GTAGS:
339        here=`$(am__cd) $(top_builddir) && pwd` \
340          && cd $(top_srcdir) \
341          && gtags -i $(GTAGS_ARGS) $$here
342
343distclean-tags:
344        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
345
346distdir: $(DISTFILES)
347        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
348        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
349        list='$(DISTFILES)'; for file in $$list; do \
350          case $$file in \
351            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
352            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
353          esac; \
354          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
355          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
356          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
357            dir="/$$dir"; \
358            $(mkdir_p) "$(distdir)$$dir"; \
359          else \
360            dir=''; \
361          fi; \
362          if test -d $$d/$$file; then \
363            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
364              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
365            fi; \
366            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
367          else \
368            test -f $(distdir)/$$file \
369            || cp -p $$d/$$file $(distdir)/$$file \
370            || exit 1; \
371          fi; \
372        done
373check-am: all-am
374check: check-am
375all-am: Makefile $(PROGRAMS);
376installdirs:
377        for dir in "$(DESTDIR)$(bindir)"; do \
378          test -z "$$dir" || $(mkdir_p) "$$dir"; \
379        done
380install: install-am
381install-exec: install-exec-am
382install-data: install-data-am
383uninstall: uninstall-am
384
385install-am: all-am
386        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
387
388installcheck: installcheck-am
389install-strip:
390        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
391          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
392          `test -z '$(STRIP)' || \
393            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
394mostlyclean-generic:
395
396clean-generic:
397
398distclean-generic:
399        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
400
401maintainer-clean-generic:
402        @echo "This command is intended for maintainers to use"
403        @echo "it deletes files that may require special tools to rebuild."
404clean: clean-am
405
406clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
407
408distclean: distclean-am
409        -rm -rf ./$(DEPDIR)
410distclean-am: clean-am distclean-compile distclean-generic \
411        distclean-libtool distclean-tags
412
413dvi: dvi-am
414
415dvi-am:
416
417html: html-am
418
419info: info-am
420
421info-am:
422
423install-data-am:
424
425install-exec-am: install-binPROGRAMS
426
427install-info: install-info-am
428
429install-man:
430
431installcheck-am:
432
433maintainer-clean: maintainer-clean-am
434        -rm -rf ./$(DEPDIR)
435        -rm -f Makefile
436maintainer-clean-am: distclean-am maintainer-clean-generic
437
438mostlyclean: mostlyclean-am
439
440mostlyclean-am: mostlyclean-compile mostlyclean-generic \
441        mostlyclean-libtool
442
443pdf: pdf-am
444
445pdf-am:
446
447ps: ps-am
448
449ps-am:
450
451uninstall-am: uninstall-binPROGRAMS uninstall-info-am
452
453create-dir:
454        mkdir -p ".deps"
455
456.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
457        clean-generic clean-libtool ctags distclean distclean-compile \
458        distclean-generic distclean-libtool distclean-tags distdir dvi \
459        dvi-am html html-am info info-am install install-am \
460        install-binPROGRAMS install-data install-data-am install-exec \
461        install-exec-am install-info install-info-am install-man \
462        install-strip installcheck installcheck-am installdirs \
463        maintainer-clean maintainer-clean-generic mostlyclean \
464        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
465        pdf pdf-am ps ps-am tags uninstall uninstall-am \
466        uninstall-binPROGRAMS uninstall-info-am
467
468# Tell versions [3.59,3.63) of GNU make to not export all variables.
469# Otherwise a system limit (for SysV at least) may be exceeded.
470.NOEXPORT:
Note: See TracBrowser for help on using the browser.