Makeplugin
上传用户:wstnjxml
上传日期:2014-04-03
资源大小:7248k
文件大小:0k
源码类别:

Windows CE

开发平台:

C/C++

  1. APP=tcpmp
  2. PLUGINS=amr aac ac3 camera ffmpeg flac matroska libmad mpc mpeg1 sonyhhe speex tta vorbislq vorbishq zodiac wavpack
  3. PLUGINS_RULES=$(PLUGINS:%=%.rule)
  4. all: $(APP) $(PLUGINS_RULES)
  5. $(APP):
  6. @make -s -f sample/Makefile
  7. %.rule:
  8. @make -s -f $(@:%.rule=%)/Makefile
  9. clean:
  10. @make -s -f sample/Makefile clean
  11. @rm -f *.prc