fix.build
[tfs.git] / class / OpenTF.Common / Makefile
blob6ff88f1dffc0124cd000b87f722e4f2aa4504e2c
1 thisdir = tools/OpenTF.Common
2 include ../../build/rules.make
4 LIBRARY = OpenTF.Common.dll
6 ifeq ($(HAVE_MAGIC),no)
7 EXTRA_SOURCES += NoFileType.cs
8 else
9 EXTRA_SOURCES += FileType.cs
10 LOCAL_MCS_FLAGS += /unsafe -d:HAVE_MAGIC -r:Mono.Posix.dll
12 endif
14 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
16 include ../../build/library.make