Made installation mechanism more portable

This commit is contained in:
ceriel
1991-12-18 14:51:08 +00:00
parent e4af3b2418
commit bce4511bbb
11 changed files with 99 additions and 48 deletions

View File

@@ -8,16 +8,16 @@
# has already changed them, but they should be checked to be sure.
UCC=$(CC)
#UCC=cc # compiler to be used
#UCC=cc# # compiler to be used
UCOPTIONS=$(COPTIONS)
#UCOPTIONS=-O # always passed to $(UCC) -c.
#UCOPTIONS=-O# # always passed to $(UCC) -c.
ULDOPTIONS=$(LDOPTIONS)
#ULDOPTIONS= # always passed to $(UCC) when linking
#ULDOPTIONS=# # always passed to $(UCC) when linking
USUF=$(SUF)
#USUF=o # suffix of files produced with $(UCC) -c
#USUF=o# # suffix of files produced with $(UCC) -c
ULIBSUF=$(LIBSUF)
#ULIBSUF=a # suffix of object libraries for $(UCC)
#ULIBSUF=a# # suffix of object libraries for $(UCC)