зеркало из https://github.com/mozilla/gecko-dev.git
36 строки
521 B
Makefile
36 строки
521 B
Makefile
|
DEPTH = ../..
|
||
|
topsrcdir = @top_srcdir@
|
||
|
srcdir = @srcdir@
|
||
|
VPATH = @srcdir@
|
||
|
|
||
|
LIBRARY_NAME = tstysupt
|
||
|
|
||
|
include $(DEPTH)/config/autoconf.mk
|
||
|
|
||
|
MODULE = testy
|
||
|
|
||
|
REQUIRES = \
|
||
|
$(NULL)
|
||
|
|
||
|
TESTCPPSRCS = Testy.cpp
|
||
|
|
||
|
CPPSRCS = \
|
||
|
TestySupport.cpp \
|
||
|
$(TESTCPPSRCS) \
|
||
|
$(NULL)
|
||
|
|
||
|
SIMPLE_PROGRAMS = $(TESTCPPSRCS:.cpp=$(BIN_SUFFIX))
|
||
|
|
||
|
EXTRA_DSO_LDOPTS = \
|
||
|
$(NSPR_LIBS) \
|
||
|
$(NULL)
|
||
|
|
||
|
LIBS = \
|
||
|
tstysupt.lib \
|
||
|
$(NSPR_LIBS) \
|
||
|
$(NULL)
|
||
|
|
||
|
include $(topsrcdir)/config/config.mk
|
||
|
|
||
|
include $(topsrcdir)/config/rules.mk
|