ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-2.0/src/mdParser/Makefile
Revision: 2469
Committed: Fri Dec 2 15:38:03 2005 UTC (18 years, 7 months ago) by tim
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

# Content
1 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