projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
wined3d: Cast-qual warnings fix.
[wine]
/
libs
/
wpp
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = libwpp.a
6
7
C_SRCS = \
8
preproc.c \
9
wpp.c
10
11
LEX_SRCS = ppl.l
12
BISON_SRCS = ppy.y
13
14
all: $(MODULE)
15
16
@MAKE_RULES@
17
18
$(MODULE): $(OBJS)
19
$(RM) $@
20
$(AR) $@ $(OBJS)
21
$(RANLIB) $@
22
23
ppy.tab.c: ppy.tab.h # for parallel makes
24
25
@DEPENDENCIES@ # everything below this line is overwritten by make depend
26
27
ppl.yy.o: ppy.tab.h