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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user