Home | History | Annotate | Download | only in shared_lib_stripped_symbols
      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 SPLIT_DEBUG_SYMBOLS = YES
      9 
     10 include $(LEVEL)/Makefile.rules
     11