not part of the build. these directories are probably going to be removed shortly.

git-svn-id: svn://10.0.0.236/trunk@134166 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
timeless%mozdev.org
2002-11-20 04:06:57 +00:00
parent 0d784f61bd
commit ef759c9697
6 changed files with 298 additions and 264 deletions

View File

@@ -19,14 +19,14 @@
# Contributor(s):
#
DEPTH = ../../..
topsrcdir = y:/mozilla
srcdir = y:/mozilla/htmlparser/tests/logparse
VPATH = y:/mozilla/htmlparser/tests/logparse
DEPTH = ../../..
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
PROGRAM = logparse.exe
PROGRAM = logparse$(BIN_SUFFIX)
REQUIRES = \
xpcom \
@@ -44,5 +44,7 @@ LIBS = \
$(NSPR_LIBS) \
$(NULL)
LOCAL_INCLUDES = -I$(srcdir)/../../src
include $(topsrcdir)/config/rules.mk