File: Makefile

package info (click to toggle)
series 19980604-2
  • links: PTS
  • area: main
  • in suites: slink
  • size: 436 kB
  • ctags: 951
  • sloc: lisp: 5,693; makefile: 46
file content (11 lines) | stat: -rw-r--r-- 308 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
all:
	echo -ne '(load "s-code.lisp")\n(compile-file "s-code.lisp")\n(quit)\n' | lisp  -batch

install:
	install -g root -o root -m 0644 s-code.x86f  \
	$(DESTDIR)/usr/lib/cmucl/subsystems/series-library.x86f
	install -g root -o root -m 0644 copyright \
	$(DESTDIR)/usr/doc/series/
 
clean:
	rm *.x86f ; true