1 LIBWVBASE
=$(shell cygpath
-m
$(WVSTREAMS
)/libwvwin32.a
)
2 LIBWVUTILS
=$(LIBWVBASE
)
3 LIBWVSTREAMS
=$(LIBWVBASE
)
4 LIBUNICONF
=$(LIBWVBASE
)
5 LIBWVTEST
=$(LIBWVBASE
) $(shell cygpath
-m
$(WVSTREAMS
)/wvtestmain.o
)
8 CPPFLAGS
+= /Zi
/DDEBUG
=1
9 CFLAGS
+= /Zi
/DDEBUG
=1
14 #CFLAGS += /DNDEBUG=1 # I don't like disabling assertions...
19 $(COMPILE_MSG
)$4 $5 $2 /Fo
$1
20 @
# The Perl script here generates the proper dependencies, including
21 @
# null dependencies so Make doesn't complain
22 $(DEPEND_MSG
)gcc
-MM
$(DEPFLAGS
) -E
$< \
24 '$$a = '"'"'$1'"'"'; \
28 for (split(/(?<!\\)$$/m)) { \
29 s/^[^:]+:\s*/$$a: /; \
32 map {print "$$_:" unless m/^\\$$/} (split(/\s+/));\
42 wvlink
=$(LINK_MSG
)$(CC
) $(LDFLAGS
) $($1-LDFLAGS
) /Fe
$1 $(filter %.o
%.a
%.so
, $2) $($1-LIBS
) $(LIBS
) $(XX_LIBS
) $(LDLIBS
)