Makefile.am
资源名称:vlc-1.0.5.zip [点击查看]
上传用户:kjfoods
上传日期:2020-07-06
资源大小:29949k
文件大小:1k
源码类别:
midi
开发平台:
Unix_Linux
- # Unit/regression tests
- #
- check_PROGRAMS =
- test_block
- test_dictionary
- test_i18n_atof
- test_url
- test_utf8
- test_xmlent
- test_headers
- TESTS = $(check_PROGRAMS)
- AM_CFLAGS = `$(VLC_CONFIG) --cflags libvlccore`
- AM_LDFLAGS = -no-install
- LDADD = ../libvlccore.la
- test_block_SOURCES = test_block.c ../misc/block.c
- test_block_LDADD = $(LDADD) `$(VLC_CONFIG) -libs libvlccore`
- test_block_DEPENDENCIES =
- test_dictionary_SOURCES = dictionary.c
- test_i18n_atof_SOURCES = i18n_atof.c
- test_url_SOURCES = url.c
- test_utf8_SOURCES = utf8.c
- test_xmlent_SOURCES = xmlent.c
- test_headers_SOURCES = headers.c