mirror of
https://github.com/X11Libre/xf86-video-chips.git
synced 2026-03-24 01:24:44 +00:00
12 lines
341 B
Makefile
12 lines
341 B
Makefile
AM_CFLAGS = $(BASE_CFLAGS)
|
|
|
|
# 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 iopl.h
|
|
mRegs_SOURCES = mRegs.c AsmMacros.h iopl.h
|
|
modClock_SOURCES = modClock.c AsmMacros.h iopl.h
|
|
memClock_SOURCES = modClock.c AsmMacros.h
|