mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-25 19:46:21 +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:
@@ -15,10 +15,6 @@ CLANG_CFLAGS = -std=gnu99 -fno-strict-aliasing -fwrapv
|
||||
GCC_CFLAGS = -std=gnu99 -fno-strict-aliasing -fwrapv
|
||||
DEVSTUDIO_CFLAGS = -std=gnu99 -fno-strict-aliasing
|
||||
|
||||
# for the files that need to be included in byte-swapped implementations:
|
||||
BYTESWAPFILES =
|
||||
SXHASHFILE =
|
||||
BITBLTFILE =
|
||||
DLPIFILES =
|
||||
|
||||
# for files needed by X windows version
|
||||
|
||||
Reference in New Issue
Block a user