RMCH libutil

git-svn-id: svn://10.0.0.236/branches/RMCH_20021105_BRANCH@136517 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
seawood%netscape.com
2003-01-17 13:33:28 +00:00
parent 179d0f0e7d
commit 00746bd685

View File

@@ -22,11 +22,28 @@
DEPTH = ../..
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
VPATH = @srcdir@ @srcdir@/public
include $(DEPTH)/config/autoconf.mk
DIRS = public src
MODULE = util
LIBRARY_NAME = mozutil_s
REQUIRES = xpcom \
$(NULL)
CSRCS = src/obs.c
CPPSRCS = src/stopwatch.cpp
EXPORTS = \
public/xp_obs.h \
public/stopwatch.h \
public/nsTimer.h \
$(NULL)
XPIDLSRCS = nsITimeRecorder.idl
FORCE_STATIC_LIB = 1
include $(topsrcdir)/config/rules.mk