10 lines
292 B
Makefile
10 lines
292 B
Makefile
|
# these are not even built in the monolith, so don't install them
|
||
|
if BUILD_UTILS
|
||
|
noinst_PROGRAMS = dRegs mRegs modClock memClock
|
||
|
endif
|
||
|
|
||
|
dRegs_SOURCES = dRegs.c AsmMacros.h
|
||
|
mRegs_SOURCES = mRegs.c AsmMacros.h
|
||
|
modClock_SOURCES = modClock.c AsmMacros.h
|
||
|
memClock_SOURCES = modClock.c AsmMacros.h
|