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

Revision 2, 1.7 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) 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-I$(top_srcdir)/dep/include \
24-I$(top_srcdir)/dep/include/g3dlite
25
26libvmaps_a_SOURCES = \
27$(srcdir)/AABSPTree.h \
28$(srcdir)/BaseModel.cpp \
29$(srcdir)/BaseModel.h \
30$(srcdir)/CoordModelMapping.cpp \
31$(srcdir)/CoordModelMapping.h \
32$(srcdir)/DebugCmdLogger.cpp \
33$(srcdir)/DebugCmdLogger.h \
34$(srcdir)/IVMapManager.h \
35$(srcdir)/ManagedModelContainer.cpp \
36$(srcdir)/ManagedModelContainer.h \
37$(srcdir)/ModelContainer.cpp \
38$(srcdir)/ModelContainer.h \
39$(srcdir)/NodeValueAccess.h \
40$(srcdir)/ShortBox.h \
41$(srcdir)/ShortVector.h \
42$(srcdir)/SubModel.cpp \
43$(srcdir)/SubModel.h \
44$(srcdir)/TileAssembler.cpp \
45$(srcdir)/TileAssembler.h \
46$(srcdir)/TreeNode.cpp \
47$(srcdir)/TreeNode.h \
48$(srcdir)/VMapDefinitions.h \
49$(srcdir)/VMapFactory.cpp \
50$(srcdir)/VMapFactory.h \
51$(srcdir)/VMapManager.cpp \
52$(srcdir)/VMapManager.h \
53$(srcdir)/VMapTools.h
54
Note: See TracBrowser for help on using the browser.