mirror of
https://github.com/Interlisp/maiko.git
synced 2026-04-28 13:08:06 +00:00
Remove some unused variables from makefiles. (#275)
Removed are: * `FPFLAGS` * `INLINE` * `INLINEFLAGS` * `BITBLTFILE` * `BYTESWAPFILES` A couple of other minor cleanups were also included.
This commit is contained in:
@@ -18,7 +18,6 @@ XFLAGS = -I/opt/local/include -DXWINDOW -DNOPIXRECT
|
||||
|
||||
# OPTFLAGS is normally -O2.
|
||||
OPTFLAGS = -O1 -g
|
||||
FPFLAGS =
|
||||
DEBUGFLAGS = # -DDEBUG -DOPTRACE
|
||||
DFLAGS = $(DEBUGFLAGS) -DOLD_CURSOR \
|
||||
-DBYTESWAP -DLOGINT $(XFLAGS) \
|
||||
@@ -27,10 +26,6 @@ DFLAGS = $(DEBUGFLAGS) -DOLD_CURSOR \
|
||||
LDFLAGS = -L/opt/local/lib -lX11 -lm
|
||||
LDELDFLAGS = -L/opt/local/lib -lX11 -lm
|
||||
|
||||
INLINE = # $(SRCDIR)dspSPARC.il
|
||||
BITBLTFILE = # $(OBJECTDIR)bbtSPARC.o
|
||||
BYTESWAPFILES = $(OBJECTDIR)byteswap.o
|
||||
|
||||
OBJECTDIR = ../$(RELEASENAME)/
|
||||
|
||||
default : ../$(OSARCHNAME)/lde ../$(OSARCHNAME)/ldex
|
||||
|
||||
Reference in New Issue
Block a user