File: vax.defs

package info (click to toggle)
gcl 2.6.7%2Bdfsga-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 84,796 kB
  • sloc: ansic: 452,686; lisp: 156,133; asm: 111,405; sh: 29,299; cpp: 18,599; perl: 5,602; makefile: 5,201; tcl: 3,181; sed: 469; yacc: 378; lex: 174; fortran: 48; awk: 30; csh: 23
file content (37 lines) | stat: -rwxr-xr-x 906 bytes parent folder | download | duplicates (18)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
LBINDIR=/usr/local/bin

#defs for the makefiles

# vax
OFLAG	=  
LIBS	= -lm -lg 
ODIR_DEBUG= 

CHTAB	= char_table.s
CC = cc -DVOL=  -I$(GCLDIR)/o 
# If you don't have gcc use CC = cc -DVOL=


#
# I have been told (by  romine@expres.nsf.gov)
# that the following CC works on a vax running 3.1 and 4.0
# it worked also to build maxima  and run the test suite
# Ultrix V3.1 (Rev. 9), on either a VaxStation 2000 or 3200. akcl 505.
# [except for one difference in cpoly]
#CC = gcc -DVOL=volatile  -I$(GCLDIR)/o
# Do not use gnu's ld.  It did not work.  So probably use
#LDCC=cc

CFLAGS	= -c $(DEFS)  -I../h

# The fast loading currently works for ATT and BSD with 68000 or 386
# architectures.  Unless you have these, leave these undefined.
# RSYM	= rsym
# SFASL	= $(ODIR)/sfasl.o
 
# This function will be run before dumping.
# When using SFASL it is good to have (si::build-symbol-table)
INITFORM=

SYMB=-s