~ubuntu-branches/ubuntu/vivid/gcl/vivid

« back to all changes in this revision

Viewing changes to h/gnuwin95.defs

  • Committer: Bazaar Package Importer
  • Author(s): Camm Maguire
  • Date: 2002-03-04 14:29:59 UTC
  • Revision ID: james.westby@ubuntu.com-20020304142959-dey14w08kr7lldu3
Tags: upstream-2.5.0.cvs20020219
ImportĀ upstreamĀ versionĀ 2.5.0.cvs20020219

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
 
 
3
# Machine dependent makefile definitions for intel 386,486 running linux
 
4
 
 
5
# note using /bin/sh (ie a copy of ash.exe) will fail if a very LONG command
 
6
# line is given, eg when linking maxima.  bash has more stack.
 
7
SHELL=bash
 
8
 
 
9
LBINDIR=/usr/local/bin
 
10
 
 
11
OFLAG   =  -O 
 
12
#LIBS   = -lm 
 
13
LIBC    =
 
14
 
 
15
ODIR_DEBUG= -O4
 
16
ODIR_DEBUG= 
 
17
 
 
18
# This CC string will be used for compilation of the system,
 
19
# and also in the compiler::*cc* variable for later compilation of
 
20
# lisp files.
 
21
CC = gcc  -fwritable-strings  -DVOL=volatile  -I$(GCLDIR)/o -fsigned-char
 
22
AS= as  
 
23
AR= ar q
 
24
RANLIB= ranlib
 
25
 
 
26
 
 
27
LDCC=${CC}
 
28
 
 
29
# Enable the fastloading mechanism which does not use ld -A
 
30
# requires c/rel_.. machine dependent code.
 
31
 
 
32
RSYM    = rsym
 
33
SFASL   = $(ODIR)/sfasl.o
 
34
 
 
35
 
 
36
 
 
37
MPFILES= $(MPDIR)/mpi-386-winnt.o   $(MPDIR)/libmport.a
 
38
MPFILES= $(MPDIR)/mpi.o   $(MPDIR)/libmport.a
 
39
FIRST_FILE=$(ODIR)/firstfile.o
 
40
LAST_FILE=$(ODIR)/lastfile.o
 
41
 
 
42
 
 
43
 
 
44
# When using SFASL it is good to have (si::build-symbol-table)
 
45
INITFORM=(si::build-symbol-table)
 
46
 
 
47
# Use symbolic links
 
48
SYMB=-s
 
49
APPEND=../bin/append
 
50
# suffix for executables
 
51
EXE=.exe
 
52
LIBFILES=bsearch.o
 
53
 
 
54
# the  make to use for saved_kcp the profiler.
 
55
KCP=kcp-bsd
 
56
 
 
57
# using gcc so dont need
 
58
GNULIB1=