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

midi

开发平台:

Unix_Linux

  1. # Unit/regression tests
  2. #
  3. check_PROGRAMS = 
  4. test_block 
  5. test_dictionary 
  6. test_i18n_atof 
  7. test_url 
  8. test_utf8 
  9. test_xmlent 
  10. test_headers
  11. TESTS = $(check_PROGRAMS)
  12. AM_CFLAGS = `$(VLC_CONFIG) --cflags libvlccore`
  13. AM_LDFLAGS = -no-install
  14. LDADD = ../libvlccore.la
  15. test_block_SOURCES = test_block.c ../misc/block.c
  16. test_block_LDADD = $(LDADD) `$(VLC_CONFIG) -libs libvlccore`
  17. test_block_DEPENDENCIES =
  18. test_dictionary_SOURCES = dictionary.c
  19. test_i18n_atof_SOURCES = i18n_atof.c
  20. test_url_SOURCES = url.c
  21. test_utf8_SOURCES = utf8.c
  22. test_xmlent_SOURCES = xmlent.c
  23. test_headers_SOURCES = headers.c