blob: 6698c931a7e2ec4663d0a6a39a945beee57aba94 [file] [log] [blame]
include $(top_srcdir)/Makefile.all.am
include $(top_srcdir)/Makefile.core-AM_CPPFLAGS.am
AM_CFLAGS = $(WERROR) -Wmissing-prototypes -Winline -Wall -Wshadow -O -g
noinst_HEADERS = \
core_os.h
noinst_LIBRARIES = libos.a
libos_a_SOURCES = \
core_os.c \
sema.c \
syscalls.c