Home | History | Annotate | Download | only in shared_lib
      1 LEVEL = ../../../make
      2 
      3 DYLIB_NAME := libfoo
      4 DYLIB_C_SOURCES := foo.c
      5 C_SOURCES := main.c
      6 CFLAGS_EXTRAS += -fPIC
      7 
      8 include $(LEVEL)/Makefile.rules
      9