Files
Mozilla/mozilla/extensions/transformiix/source/xsl/util/Makefile
nisheeth%netscape.com f553d5a1c9 Checkin not part of build. New version of Transformiix from Keith Visco (kvisco@ziplink.net)
git-svn-id: svn://10.0.0.236/trunk@53489 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-15 07:13:17 +00:00

14 lines
287 B
Makefile

ALL_OBJS = NodeSet.o \
NodeStack.o
INCLUDE_PATH = -I../../base -I../expr -I../../xml -I../../xml/dom
target: $(ALL_OBJS)
NodeSet.o: NodeSet.h NodeSet.cpp
$(CC) $(INCLUDE_PATH) -c NodeSet.cpp
NodeStack.o: NodeStack.h NodeStack.cpp
$(CC) $(INCLUDE_PATH) -c NodeStack.cpp