RetroZilla/ipc/ipcd/extensions/dconnect/test/Makefile.in

35 lines
509 B
Makefile
Raw Normal View History

2015-10-21 05:03:22 +02:00
# vim:set ts=8 sw=8 noet:
DEPTH = ../../../../..
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
MODULE = dconnect
MOZILLA_INTERNAL_API = 1
REQUIRES = ipcd \
nspr \
string \
xpcom \
$(NULL)
CPPSRCS = \
TestDConnect.cpp \
$(NULL)
SIMPLE_PROGRAMS = $(CPPSRCS:.cpp=$(BIN_SUFFIX))
include $(topsrcdir)/config/config.mk
LIBS = \
$(EXTRA_DSO_LIBS) \
$(XPCOM_LIBS) \
$(NSPR_LIBS) \
$(NULL)
include $(topsrcdir)/config/rules.mk