ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/applications/simpleBuilder/Makefile
Revision: 1951
Committed: Fri Jan 14 21:13:24 2005 UTC (19 years, 5 months ago) by gezelter
File size: 284 byte(s)
Log Message:
moved Package variable into subdirectory makefiles to speed up
the building process

File Contents

# Content
1 Package = applications/simpleBuilder
2
3 Source = \
4 BaseLattice.cpp \
5 Lattice.cpp \
6 LatticeCreator.cpp \
7 LatticeFactory.cpp \
8 MoLocator.cpp \
9 simpleBuilderCmd.c \
10 simpleBuilder.cpp \
11
12 RmiSource =
13
14 Main = simpleBuilder
15
16 DEV_ROOT=../../..
17 include $(DEV_ROOT)/make/Makefile
18