• Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1LEVEL = ../../../make
2
3DYLIB_NAME := libfoo
4DYLIB_C_SOURCES := foo.c
5C_SOURCES := main.c
6CFLAGS_EXTRAS += -fPIC
7
8include $(LEVEL)/Makefile.rules
9