1
0
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:
Bruce Mitchener
2021-01-24 11:23:02 +07:00
committed by GitHub
parent 0d6fae222f
commit 23a244a0fa
17 changed files with 113 additions and 231 deletions

View File

@@ -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