wined3d: Remove superfluous semicolons.
[wine/wine64.git] / libs / wpp / Makefile.in
blob713ee4d9fb3ee672ba2fc8f8ce00a9cf12136508
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
27 ppl.yy.o: ppy.tab.h