mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
27 lines
396 B
Makefile
27 lines
396 B
Makefile
DEPTH = ../../..
|
|
topsrcdir = @top_srcdir@
|
|
srcdir = @srcdir@
|
|
VPATH = @srcdir@
|
|
|
|
LIBRARY_NAME = SimpleTest
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
MODULE = testy
|
|
|
|
LOCAL_INCLUDES = \
|
|
-I$(srcdir)/.. \
|
|
$(NULL)
|
|
|
|
CPPSRCS = \
|
|
SimpleTest.cpp \
|
|
$(NULL)
|
|
|
|
EXTRA_DSO_LDOPTS = \
|
|
-ltstysupt \
|
|
$(NSPR_LIBS) \
|
|
$(NULL)
|
|
|
|
include $(topsrcdir)/config/config.mk
|
|
include $(topsrcdir)/config/rules.mk
|