This website requires JavaScript.
Explore
Help
Register
Sign In
ReceiveTempSMS
/
Sweden-Number
Watch
1
Star
0
Fork
You've already forked Sweden-Number
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
ec0b875e35
Sweden-Number
/
libs
/
wpp
/
Makefile.in
9 lines
92 B
Makefile
Raw
Normal View
History
Unescape
Escape
makefiles: Move the static library rules to the global Make.rules file.
2013-10-05 11:01:58 +02:00
STATICLIB
=
libwpp.a
Split the C preprocessor from wrc into a separate library. Prefixed exported functions by 'pp' to avoid namespace conflicts.
2002-07-16 04:33:10 +02:00
C_SRCS
=
\
preproc.c
\
wpp.c
makefiles: Add global rules for bison and lex files. Also build the .c and .h files separately to allow parallel makes.
2006-09-09 13:16:22 +02:00
LEX_SRCS
=
ppl.l
BISON_SRCS
=
ppy.y