]> icculus.org git repositories - btb/d2x.git/blob - utilities/Makefile.am
fix off-by-one error in ogl_urect, right and bottom are inclusive not exclusive ...
[btb/d2x.git] / utilities / Makefile.am
1 EXTRA_PROGRAMS = hogcreate hogextract mvlcreate mvlextract txb2tex tex2txb
2
3 hogcreate_SOURCES = hogcreate.c
4 hogcreate_MANS = hogcreate.1
5
6 hogextract_SOURCES = hogextract.c
7 hogextract_MANS = hogextract.1
8
9 mvlcreate_SOURCES = mvlcreate.c
10 mvlcreate_MANS = mvlcreate.1
11
12 mvlextract_SOURCES = mvlextract.c
13 mvlextract_MANS = mvlextract.1
14
15 txb2tex_SOURCES = txb2tex.c
16 txb2tex_MANS = txb2tex.1
17
18 tex2txb_SOURCES = tex2txb.c
19 tex2txb_MANS = tex2txb.1
20
21 utils: $(EXTRA_PROGRAMS)
22
23 EXTRA_DIST = \
24         $(hogcreate_MANS) $(hogextract_MANS) \
25         $(mvlcreate_MANS) $(mvlextract_MANS) \
26         $(txb2tex_MANS) $(tex2txb_MANS)
27
28 .PHONY: utils