1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-04-24 19:50:25 +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

@@ -20,7 +20,6 @@ XFLAGS = -DXWINDOW -DNOPIXRECT
OEXT = .o
# OPTFLAGS is normally -O2.
OPTFLAGS = -O2 -g3
FPFLAGS =
DFLAGS = -DAIX -DOLD_CURSOR \
-DBYTESWAP -DLOGINT $(XFLAGS) \
-DRELEASE=351
@@ -28,10 +27,6 @@ DFLAGS = -DAIX -DOLD_CURSOR \
LDFLAGS = -L/usr/X11/lib -lX11 -lc -lm -lcrypt
LDELDFLAGS = -L/usr/X11/lib -lX11 -lc -lm -lcrypt
INLINE = # $(SRCDIR)dspSPARC.il
BITBLTFILE = # $(OBJECTDIR)bbtSPARC.o
BYTESWAPFILES = $(OBJECTDIR)byteswap.o
OBJECTDIR = ../$(RELEASENAME)/
default : ../$(OSARCHNAME)/lde