summaryrefslogtreecommitdiffstats
path: root/makefile
blob: fc060e5b19e7051369a746144e037b76123d0d35 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.PHONY: test-guile test-gauche test-kawa test-chibi test-chicken

test-guile:
	guile -L . --r7rs dictionaries-test.scm

test-gauche:
	gosh -I . dictionaries-test.scm

test-kawa:
	cp dictionaries.sld dictionaries.scm
	kawa dictionaries-test.scm
	rm dictionaries.scm

test-chibi:
	chibi-scheme dictionaries-test.scm

test-chicken:
	csc -R r7rs -X r7rs -sJ -o dictionaries.so dictionaries.sld
	csi -I . -R r7rs -s dictionaries-test.scm
	rm dictionaries.so
	rm dictionaries.import.scm
5implement tag matching for rawiso receptionGravatar dmaas 3-4/+12 2003-01-06back out previous commit - don't drop the legacy API just yetGravatar dmaas 6-173/+130 2003-01-05emulate legacy ISO reception API on top of new rawiso APIGravatar dmaas 7-131/+174 2002-12-24update iso API for multi-channel reception and new packet buffer layoutGravatar dmaas 4-123/+236 2002-12-20oops, irq_interval needs to be signedGravatar anonymous 1-1/+1 2002-12-20dmaas - renamed exported arm definitions into the raw1394_ namespace; brought...Gravatar anonymous 3-124/+48 2002-12-16rawiso updates:Gravatar dmaas 3-18/+25 2002-11-18fix cplusplus extern C blockGravatar ddennedy 1-4/+4 2002-11-18merged rawiso branchGravatar ddennedy 7-6/+488