File: Makefile

package info (click to toggle)
cil 19970608-2
  • links: PTS
  • area: main
  • in suites: slink
  • size: 152 kB
  • ctags: 449
  • sloc: lisp: 2,610; makefile: 42
file content (9 lines) | stat: -rw-r--r-- 215 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
all:
	echo -ne '(load "cil.lisp")\n(compile-file "cil")\n(quit)\n' |  lisp -batch

clean:
	rm *.x86f ; true

install:
	install -g root -o root -m 0644  cil.x86f $(DESTDIR)/usr/lib/cmucl/subsystems/cil-library.x86f