Home | History | Annotate | Download | only in hidden-ivars
      1 LEVEL = ../../../make
      2 
      3 DYLIB_NAME := InternalDefiner
      4 DYLIB_OBJC_SOURCES := InternalDefiner.m
      5 OBJC_SOURCES := main.m
      6 
      7 LDFLAGS = -framework Foundation
      8 
      9 include $(LEVEL)/Makefile.rules
     10