Files
xf86-video-chips/util/Makefile.am
Alan Coopersmith 3010ffc8ec Add X.Org's standard C warning flags to AM_CFLAGS
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2024-01-06 09:13:22 -08:00

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