nisheeth%netscape.com 9499876f5c Adding files created by Ori Kravitz (orik@mercury.co.il) for exposing
interfaces for testing the layout engine.


git-svn-id: svn://10.0.0.236/trunk@10627 18797224-902f-48f8-a5cc-f745e15eee43
1998-09-21 22:16:41 +00:00

34 lines
690 B
Makefile

#//------------------------------------------------------------------------
#//
#// Makefile to build LIBTEST
#//
#//------------------------------------------------------------------------
DEPTH = ../../..
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
include $(topsrcdir)/config/config.mk
MODULE = libtestimpl
ifdef MOZ_LIBTEST
LIBRARY_NAME = libtest
CPPSRCS = nsTestEventsApi.cpp \
nsTestQueryApi.cpp
REQUIRES = xpcom libtest
endif # MOZ_LIBTEST
EXPORTS = nsTestEventsApi.h \
nsTestQueryApi.h
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
include $(topsrcdir)/config/rules.mk