mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-12 06:11:37 +00:00
13 lines
209 B
Makefile
13 lines
209 B
Makefile
include $(top_srcdir)/Makefile.all.am
|
|
include $(top_srcdir)/Makefile.core-AM_CPPFLAGS.am
|
|
|
|
noinst_HEADERS = \
|
|
priv_sema.h
|
|
|
|
noinst_LIBRARIES = libscheduler.a
|
|
|
|
libscheduler_a_SOURCES = \
|
|
scheduler.c \
|
|
sema.c
|
|
|