2006-11-26 13:01:26 -07:00
|
|
|
# these are not even built in the monolith, so don't install them
|
|
|
|
if BUILD_UTILS
|
|
|
|
noinst_PROGRAMS = dRegs mRegs modClock memClock
|
|
|
|
endif
|
|
|
|
|
2016-08-31 08:26:10 -06:00
|
|
|
dRegs_SOURCES = dRegs.c AsmMacros.h iopl.h
|
|
|
|
mRegs_SOURCES = mRegs.c AsmMacros.h iopl.h
|
|
|
|
modClock_SOURCES = modClock.c AsmMacros.h iopl.h
|
2006-11-26 13:01:26 -07:00
|
|
|
memClock_SOURCES = modClock.c AsmMacros.h
|