~arkadini/fogg/trunk

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
HAXE = haxe
HX_FILES = 				\
	org/xiph/fogg/Buffer.hx		\
	org/xiph/fogg/SyncState.hx	\
	org/xiph/fogg/Packet.hx		\
	org/xiph/fogg/StreamState.hx	\
	org/xiph/fogg/Page.hx		\
	org/xiph/system/Bytes.hx	\
	System.hx

foe1.swf: run.hxml FOggExample1.hx $(HX_FILES)
	$(HAXE) -cp . run.hxml

clean:
	rm -f foe1.swf