Last change
on this file since 310 was
310,
checked in by orlov, 18 years ago
|
- Building samples is a little more convenient.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
257 bytes
|
Line | |
---|
1 | RFP = rfp |
---|
2 | RFPC = rfp -c |
---|
3 | CC = gcc |
---|
4 | #CPPFLAGS += -W -Wall -std=gnu99 |
---|
5 | CPPFLAGS += -W -Wall |
---|
6 | CFLAGS += -g |
---|
7 | LDLIBS += -static-libgcc -lsupc++ |
---|
8 | INSTALL_DIR = /usr |
---|
9 | RFLIB_CFLAGS = -I$(TOPDIR)/runtime |
---|
10 | |
---|
11 | ifdef O |
---|
12 | OFLAGS += -O$O |
---|
13 | else |
---|
14 | CPPFLAGS += -DDEBUG -DPARANOIA |
---|
15 | endif |
---|
16 | |
---|
Note: See
TracBrowser
for help on using the repository browser.