minix/lib/sysutil/Makefile.in
Ben Gras 7195fe3325 System statistical and call profiling
support by Rogier Meurs <rogier@meurs.org>.
2006-10-30 15:53:38 +00:00

25 lines
335 B
Makefile

# Makefile for lib/utils.
CFLAGS="-O -D_MINIX -D_POSIX_SOURCE"
LIBRARIES=libsysutil
libsysutil_FILES=" \
kmalloc.c \
kprintf.c \
kputc.c \
tickdelay.c \
getuptime.c \
env_get_prm.c \
env_parse.c \
env_panic.c \
env_prefix.c \
fkey_ctl.c \
report.c \
taskcall.c \
read_tsc.s \
profile_extern.c \
profile.c"
TYPE=both