deficiencies. git-svn-id: svn://10.0.0.236/trunk@61430 18797224-902f-48f8-a5cc-f745e15eee43
12 lines
165 B
Makefile
12 lines
165 B
Makefile
|
|
INCLUDE_PATH = -I../../base -I../dom
|
|
|
|
|
|
ALL_OBJS = DOMHelper.o
|
|
|
|
|
|
target: $(ALL_OBJS)
|
|
|
|
DOMHelper.o: DOMHelper.h DOMHelper.cpp
|
|
$(CC) $(INCLUDE_PATH) -c DOMHelper.cpp
|