dxx-rebirth/utilities/Makefile.am

29 lines
609 B
Makefile
Raw Normal View History

2003-04-12 01:27:43 +00:00
EXTRA_PROGRAMS = hogcreate hogextract mvlcreate mvlextract txb2tex tex2txb
2002-08-13 07:16:20 +00:00
hogcreate_SOURCES = hogcreate.c
hogcreate_MANS = hogcreate.1
2002-08-13 07:16:20 +00:00
hogextract_SOURCES = hogextract.c
hogextract_MANS = hogextract.1
2002-08-13 07:16:20 +00:00
2002-08-26 08:06:28 +00:00
mvlcreate_SOURCES = mvlcreate.c
mvlcreate_MANS = mvlcreate.1
2002-08-13 07:16:20 +00:00
2002-08-26 08:06:28 +00:00
mvlextract_SOURCES = mvlextract.c
mvlextract_MANS = mvlextract.1
2002-08-26 08:06:28 +00:00
txb2tex_SOURCES = txb2tex.c
txb2tex_MANS = txb2tex.1
2002-08-26 08:06:28 +00:00
tex2txb_SOURCES = tex2txb.c
tex2txb_MANS = tex2txb.1
2003-04-12 01:27:43 +00:00
utils: $(EXTRA_PROGRAMS)
EXTRA_DIST = \
$(hogcreate_MANS) $(hogextract_MANS) \
$(mvlcreate_MANS) $(mvlextract_MANS) \
$(txb2tex_MANS) $(tex2txb_MANS)
2003-04-12 01:27:43 +00:00
.PHONY: utils