File: Makefile

package info (click to toggle)
camljava 0.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 344 kB
  • sloc: ansic: 844; ml: 336; java: 302; makefile: 97
file content (14 lines) | stat: -rw-r--r-- 168 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
all:
	cd lib; $(MAKE) all
byte:
	cd lib; $(MAKE) byte

install:
	cd lib; $(MAKE) install

tst:
	cd test; $(MAKE)

clean:
	cd lib; $(MAKE) clean
	cd test; $(MAKE) clean