Last change
on this file since 838 was
838,
checked in by pooh, 18 years ago
|
- Expr::write() rewriting. StdIO::WriteLN() added.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
252 bytes
|
Line | |
---|
1 | RFP = rfp |
---|
2 | RFPC = rfp -c |
---|
3 | CC = gcc |
---|
4 | #CPPFLAGS += -W -Wall -std=gnu99 |
---|
5 | CPPFLAGS += -W -Wall |
---|
6 | CPPFLAGS += -DDEBUG -DPARANOIA |
---|
7 | CFLAGS += -g |
---|
8 | CFLAGS += -O0 |
---|
9 | LDLIBS += -static-libgcc -lsupc++ |
---|
10 | INSTALL_DIR = /usr |
---|
11 | RFLIB_CFLAGS = -I$(TOPDIR)/runtime -I$(TOPDIR)/libp++ |
---|
Note: See
TracBrowser
for help on using the repository browser.