Initial revision
[pintos-anon] / src / threads / build / Makefile
1 TOP_SRCDIR = ../..
2 SOURCES = $(THREADS_SRC) $(DEVICES_SRC) $(LIB_SRC)
3 INCLUDES = -I$(TOP_SRCDIR)/threads -I$(TOP_SRCDIR)/devices -I$(TOP_SRCDIR)/lib
4
5 include ../../Makefile.inc
6