root/trunk/src/shared/vmap/Makefile.am @ 17

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

[svn] * Restore make dist.

Original author: derex_tri
Date: 2008-10-06 04:27:18-05:00

Line 
1# Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/>
2#
3# This program is free software; you can redistribute it and/or modify
4# it under the terms of the GNU General Public License as published by
5# the Free Software Foundation; either version 2 of the License, or
6# (at your option) any later version.
7#
8# This program is distributed in the hope that it will be useful,
9# but WITHOUT ANY WARRANTY; without even the implied warranty of
10# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11# GNU General Public License for more details.
12#
13# You should have received a copy of the GNU General Public License
14# along with this program; if not, write to the Free Software
15# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
16
17## Process this file with automake to produce Makefile.in
18
19noinst_LIBRARIES = libvmaps.a
20
21## Preprocessor flags
22libvmaps_a_CPPFLAGS = \
23$(TRINI_INCLUDES) \
24-I$(top_srcdir)/dep/include \
25-I$(top_srcdir)/dep/include/g3dlite
26
27libvmaps_a_SOURCES = \
28$(srcdir)/AABSPTree.h \
29$(srcdir)/BaseModel.cpp \
30$(srcdir)/BaseModel.h \
31$(srcdir)/CoordModelMapping.cpp \
32$(srcdir)/CoordModelMapping.h \
33$(srcdir)/DebugCmdLogger.cpp \
34$(srcdir)/DebugCmdLogger.h \
35$(srcdir)/IVMapManager.h \
36$(srcdir)/ManagedModelContainer.cpp \
37$(srcdir)/ManagedModelContainer.h \
38$(srcdir)/ModelContainer.cpp \
39$(srcdir)/ModelContainer.h \
40$(srcdir)/NodeValueAccess.h \
41$(srcdir)/ShortBox.h \
42$(srcdir)/ShortVector.h \
43$(srcdir)/SubModel.cpp \
44$(srcdir)/SubModel.h \
45$(srcdir)/TileAssembler.cpp \
46$(srcdir)/TileAssembler.h \
47$(srcdir)/TreeNode.cpp \
48$(srcdir)/TreeNode.h \
49$(srcdir)/VMapDefinitions.h \
50$(srcdir)/VMapFactory.cpp \
51$(srcdir)/VMapFactory.h \
52$(srcdir)/VMapManager.cpp \
53$(srcdir)/VMapManager.h \
54$(srcdir)/VMapTools.h
55
Note: See TracBrowser for help on using the browser.