Home | History | Annotate | Download | only in module_section
      1 LEVEL = ../../make
      2 
      3 CFLAGS_EXTRAS := -D__STDC_LIMIT_MACROS
      4 LD_EXTRAS := -lpthread
      5 CXX_SOURCES := main.cpp b.cpp c.cpp
      6 MAKE_DSYM :=NO
      7 
      8 include $(LEVEL)/Makefile.rules
      9