summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorKevin E Martin <kem@kem.org>2005-09-29 14:07:14 +0000
committerKevin E Martin <kem@kem.org>2005-09-29 14:07:14 +0000
commit5ced0a935cbcb0a64bdf89b8ad73b3d9f248f944 (patch)
treebc8ddb3c49b1c9453a1995f788a8e38c23c2b152 /util
parente0b348468ac0ef0659eb938439787683d2efb47d (diff)
Build, but don't install, the driver utils
Diffstat (limited to 'util')
-rw-r--r--util/Makefile.am8
1 files changed, 7 insertions, 1 deletions
diff --git a/util/Makefile.am b/util/Makefile.am
index ef142c5..f6ab8de 100644
--- a/util/Makefile.am
+++ b/util/Makefile.am
@@ -1 +1,7 @@
-EXTRA_DIST = AsmMacros.h dRegs.c modClock.c mRegs.c
+# these are not even built in the monolith, so don't install them
+noinst_PROGRAMS = dRegs mRegs modClock memClock
+
+dRegs_SOURCES = dRegs.c AsmMacros.h
+mRegs_SOURCES = mRegs.c AsmMacros.h
+modClock_SOURCES = modClock.c AsmMacros.h
+memClock_SOURCES = modClock.c AsmMacros.h