Modified to just descend into the subdirs; got rid of rdftest.cpp.

git-svn-id: svn://10.0.0.236/trunk@18119 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
waterson%netscape.com 1999-01-21 01:26:51 +00:00
parent 2a8db68537
commit b6493e8cbf

View File

@ -19,30 +19,9 @@
DEPTH = ..\..
MODULE=rdf
MAKE_OBJ_TYPE = EXE
EXENAME=rdftest
PDBFILE=rdftest.pdb
MAPFILE=rdftest.map
PROGRAM=.\$(OBJDIR)\$(EXENAME).exe
OBJS=.\$(OBJDIR)\rdftest.obj \
$(NULL)
LINCS= -I$(PUBLIC)\rdf -I$(LIBNSPR) -I$(XPDIST)\public\xpcom -I$(PUBLIC)\netlib -I$(PUBLIC)\raptor
LLIBS= \
$(DIST)\lib\rdf.lib \
$(DIST)\lib\xpcom32.lib \
$(DIST)\lib\raptorbase.lib \
$(DIST)\lib\netlib.lib \
$(DIST)\lib\libplc21.lib \
$(LIBNSPR)
DIRS=\
localfile \
rdfsink \
$(NULL)
include <$(DEPTH)\config\rules.mak>
install:: $(PROGRAM)
$(MAKE_INSTALL) $(PROGRAM) $(DIST)\bin