msi: Get rid of ACTION_VerifyFeatureForAction.
[wine.git] / libs / wpp / Makefile.in
blob48869a7d2d30f8aa37d797c27dea4edd99f50151
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = libwpp.a
7 C_SRCS = \
8 preproc.c \
9 wpp.c
11 LEX_SRCS = ppl.l
12 BISON_SRCS = ppy.y
14 all: $(MODULE)
16 @MAKE_RULES@
18 $(MODULE): $(OBJS)
19 $(RM) $@
20 $(AR) $(ARFLAGS) $@ $(OBJS)
21 $(RANLIB) $@
23 ppy.tab.c: ppy.tab.h # for parallel makes
25 @DEPENDENCIES@ # everything below this line is overwritten by make depend