mirror of
https://github.com/pmret/gcc-papermario.git
synced 2024-11-08 20:02:47 +01:00
11 lines
226 B
Plaintext
11 lines
226 B
Plaintext
RANLIB = :
|
|
RANLIB_TEST = false
|
|
CC = rcc $(RCCFLAGS)
|
|
OLDCC = rcc $(RCCFLAGS)
|
|
RCCFLAGS = -Dunix -Di386 -DM_UNIX -DM_I386 -DNULL=0
|
|
CCLIBFLAGS =
|
|
CLIB = -lmalloc -lPW
|
|
|
|
# See all the declarations.
|
|
FIXPROTO_DEFINES = -D_XOPEN_SOURCE
|