Cleaned it up and changed the name of libreg.{a,so} to libmozreg.{a,so} to fix the conflict reported in bug 8568.

git-svn-id: svn://10.0.0.236/trunk@41354 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
briano%netscape.com
1999-07-27 23:27:44 +00:00
parent 4da058a9e8
commit 684f6b2907
64 changed files with 1542 additions and 1885 deletions

View File

@@ -13,38 +13,29 @@
# Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved.
#
DEPTH = ../../..
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
IGNORE_MANIFEST=1
include $(DEPTH)/config/autoconf.mk
CPPSRCS = \
RobotMain.cpp \
$(NULL)
PROGRAM = htmlrobot
BASE_LIBS = \
-lreg \
-lxpcom \
$(NULL)
REQUIRES = xpcom
LIBS = \
-lDebugRobot \
$(BASE_LIBS) \
$(NSPR_LIBS) \
$(NULL)
CPPSRCS = RobotMain.cpp
LIBS = \
-lDebugRobot \
-lmozreg \
-lxpcom \
$(NSPR_LIBS) \
$(NULL)
include $(topsrcdir)/config/rules.mk
DEFINES += -DUSE_NSREG
REQUIRES=xpcom
PROGRAM = htmlrobot
include $(topsrcdir)/config/config.mk
include $(topsrcdir)/config/rules.mk