1AM_CFLAGS = $(BASE_CFLAGS)
2
3# these are not even built in the monolith, so don't install them
4if BUILD_UTILS
5noinst_PROGRAMS = dRegs mRegs modClock memClock
6endif
7
8dRegs_SOURCES = dRegs.c AsmMacros.h iopl.h
9mRegs_SOURCES = mRegs.c AsmMacros.h iopl.h
10modClock_SOURCES = modClock.c AsmMacros.h iopl.h
11memClock_SOURCES = modClock.c AsmMacros.h
12