~ubuntu-branches/ubuntu/quantal/gclcvs/quantal

« back to all changes in this revision

Viewing changes to comp/makefile

  • Committer: Bazaar Package Importer
  • Author(s): Camm Maguire
  • Date: 2004-06-24 15:13:46 UTC
  • Revision ID: james.westby@ubuntu.com-20040624151346-xh0xaaktyyp7aorc
Tags: 2.7.0-26
C_GC_OFFSET is 2 on m68k-linux

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
LISP=../unixport/saved_kcl
 
3
 
 
4
LOAD='(load "sysdef.lsp")(make::make :bcomp :compile t)'
 
5
 
 
6
all:
 
7
        echo ${LOAD} | ${LISP}
 
8
 
 
9
 
 
10
tests:
 
11
        echo ${LOAD}'(load "try1")(load "../tests/all-tests.lsp")(in-package "BCOMP")(do-some-tests)' \
 
12
        '(test-sloop)' | ${LISP}
 
13
 
 
14
 
 
15
test1:
 
16
        echo '(load "../tests/try-comp")' | ${LISP}
 
17
 
 
18
 
 
19
TFILES=src/makefile comp/makefile unixport/makefile o/makefile \
 
20
        h/enum.h src/kclobjs src/sobjs src/NewInit src/make-init
 
21
 
 
22
tar:
 
23
        (cd .. ; tar cvf - ${TFILES} src/sobjs src/*.c src/*.el newh/*.el src/makefile comp/*.lsp comp/*.doc newh/*.h newh/makefile  | gzip -c > ${HOME}/`date '+acl-%y%m%d'`.tar.z)
 
24
 
 
25
all-tests:
 
26
        $(MAKE)
 
27
        - $(MAKE) tests test1
 
28
        - (cd /u11/wfs/nqthm1 ; rm *.o ; $(MAKE) "LISP=nacl")
 
29
        - (cd /u11/wfs/gabriel ; $(MAKE) "LISP=nacl")
 
30
 
 
31
tests2:
 
32
        $(MAKE)
 
33
        - $(MAKE) tests test1
 
34
        - (cd /u11/wfs/nqthm1 ; rm *.o ; $(MAKE) "LISP=nacl")
 
35
 
 
36
 
 
37
-include ../makedefs