From e0f8f43660cb9dd311ac16ea6d694edbdc0ad122 Mon Sep 17 00:00:00 2001 From: Bradley Bell Date: Tue, 13 Aug 2002 07:16:20 +0000 Subject: [PATCH] add utilities --- Makefile.am | 2 +- configure.ac | 1 + utility/Makefile.am | 9 +++++++++ 3 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 utility/Makefile.am diff --git a/Makefile.am b/Makefile.am index 089db38e..795dd66a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ SUBDIRS = 2d 3d maths mem cfile iff texmap misc arch main -EXTRA_SUBDIRS = include tools unused debian rpm +EXTRA_SUBDIRS = include tools unused debian rpm utility bin_PROGRAMS = @TARGETS@ diff --git a/configure.ac b/configure.ac index aeeefd45..90665a9a 100644 --- a/configure.ac +++ b/configure.ac @@ -330,6 +330,7 @@ AC_OUTPUT( mem/Makefile misc/Makefile texmap/Makefile + utility/Makefile debian/changelog rpm/d2x.spec ) diff --git a/utility/Makefile.am b/utility/Makefile.am new file mode 100644 index 00000000..313cc568 --- /dev/null +++ b/utility/Makefile.am @@ -0,0 +1,9 @@ +bin_PROGRAMS = hogcreate hogextract txb2txt txt2txb + +hogcreate_SOURCES = hogcreate.c + +hogextract_SOURCES = hogextract.c + +txb2txt_SOURCES = txb2txt.c + +txt2txb_SOURCES = txt2txb.c -- 2.39.2