2
0

component.mk 514 B

1234567891011121314
  1. #
  2. # "main" pseudo-component makefile.
  3. #
  4. # (Uses default behaviour of compiling all source files in directory, adding 'include' to include path.)
  5. CFLAGS += -O3 -DPOSIX -DLINKALL -DLOOPBACK -DDACAUDIO -DTREMOR_ONLY -DBYTES_PER_FRAME=4 \
  6. -I$(COMPONENT_PATH)/../components/codecs/inc \
  7. -I$(COMPONENT_PATH)/../components/codecs/inc/mad \
  8. -I$(COMPONENT_PATH)/../components/codecs/inc/faad2 \
  9. -I$(COMPONENT_PATH)/../components/codecs/inc/alac \
  10. -I$(COMPONENT_PATH)/../components/codecs/inc/vorbis
  11. LDFLAGS += -s