Home | History | Annotate | Download | only in fd_interposing
      1 LEVEL = ../../../../test/make
      2 
      3 DYLIB_NAME := FDInterposing
      4 DYLIB_ONLY := YES
      5 DYLIB_CXX_SOURCES := FDInterposing.cpp
      6 
      7 include $(LEVEL)/Makefile.rules
      8