ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/devel_omp/src/mdParser/Makefile
Revision: 770
Committed: Fri Dec 2 15:38:03 2005 UTC (19 years, 8 months ago) by tim
Original Path: trunk/src/mdParser/Makefile
File size: 225 byte(s)
Log Message:
End of the Link --> List
Return of the Oject-Oriented
replace yacc/lex parser with antlr parser

File Contents

# User Rev Content
1 tim 770 Package = mdParser
2    
3     Source = \
4     FilenameObserver.cpp \
5     MDLexer.cpp \
6     MDParser.cpp \
7     MDTreeParser.cpp
8    
9     RmiSource =
10    
11     Main =
12    
13     DEV_ROOT=../..
14     include $(DEV_ROOT)/make/Makefile
15