2452d5839bd36a63979ed0bff975589b6ed664ad
[pintos-anon] / src / filesys / build / Makefile
1 TOP_SRCDIR = ../..
2 DEFINES = -DUSERPROG -DFILESYS
3 SOURCES = $(THREADS_SRC) $(DEVICES_SRC) $(LIB_SRC) $(USERPROG_SRC) \
4           $(FILESYS_SRC)
5 INCLUDES = -I$(TOP_SRCDIR)/threads -I$(TOP_SRCDIR)/devices \
6            -I$(TOP_SRCDIR)/lib -I$(TOP_SRCDIR)/userprog \
7            -I$(TOP_SRCDIR)/filesys
8
9 include ../../Makefile.inc
10