ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-3.0/src/applications/simpleBuilder/Makefile
Revision: 1501
Committed: Tue Sep 28 23:24:25 2004 UTC (19 years, 9 months ago) by tim
File size: 222 byte(s)
Log Message:
change directory structure of application. Every executable file is replaced in seperate directory

File Contents

# User Rev Content
1 tim 1501 Source = \
2     BaseLattice.cpp \
3     Lattice.cpp \
4     LatticeCreator.cpp \
5     LatticeFactory.cpp \
6     MoLocator.cpp \
7     simpleBuilderCmd.c \
8     simpleBuilder.cpp \
9    
10     RmiSource =
11    
12     Main = simpleBuilder
13    
14     include $(DEV_ROOT)/Makefile