File: ncr.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 (33 lines) | stat: -rwxr-xr-x 724 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
LBINDIR=/usr/local/bin
SHELL=/bin/sh
OFLAG	=  -g 
LIBS	= -lm 
RANLIB=true
# define this to be empty if you want to save space
ODIR_DEBUG= 

# For various system V 386 machines.

# CC = gcc -fwritable-strings -msoft-float -DVOL=volatile -I$(GCLDIR)/o 
CC = cc -I$(GCLDIR)/o -DVOL= -Bstatic
# LDCC= cc /usr/local/lib/gcc-gnulib
LDCC= cc  /usr/local/lib/gcc-gnulib

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

#:MPFILES= $(MPDIR)/mpi-386.o   $(MPDIR)/libmport.a

# When using SFASL it is good to have (si::build-symbol-table)
# INITFORM=(si::build-symbol-table)