beos.mak
上传用户:kjfoods
上传日期:2020-07-06
资源大小:29949k
文件大小:1k
源码类别:

midi

开发平台:

Unix_Linux

  1. # Beos Rules
  2. ifeq ($(HOST),$(BUILD))
  3. # Native build: we need perl, autoconf, etc first
  4. all: .perl .autoconf .automake .libtool .iconv .intl .freetype .fribidi 
  5. .a52 .mpeg2 .id3tag .mad .ogg .vorbis .vorbisenc .theora 
  6. .flac .speex .faad .lame .ebml .matroska .ffmpeg .dvdcss 
  7. .dvdnav .dvbpsi .dca .aclocal
  8.    #.speex seems
  9. else
  10. # Cross compiling: we already have the Linux tools, only build the
  11. # libraries now
  12. all: .iconv .intl .freetype .fribidi 
  13. .a52 .mpeg2 .id3tag .mad .ogg .vorbis .vorbisenc .theora 
  14. .flac .faad .faac .lame .twolame .ebml .matroska .ffmpeg .dvdcss 
  15. .dvdnav .dvbpsi .dca .aclocal
  16. endif
  17. #.speex