95 Star 479 Fork 76

GVPliu / LCUI

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Makefile.am 2.17 KB
一键复制 编辑 原始数据 按行查看 历史
liu 提交于 2021-05-24 23:43 . build: update Makefile.am
AUTOMAKE_OPTIONS=foreign
SUBDIRS=src build include test
ACLOCAL_AMFLAGS=-I m4
pkgconfig_DATA = $(PACKAGE)2.pc
EXTRA_DIST=autogen.sh README README.zh-cn.md README.md LICENSE.TXT \
CHANGELOG.md \
CHANGELOG.zh-cn.md \
debian/compat \
debian/liblcui2-dev.install \
debian/control \
debian/copyright \
debian/source \
debian/source/format \
debian/rules \
debian/changelog \
debian/liblcui2-dev.dirs \
debian/lcui-docs.docs \
debian/liblcui2.install \
debian/liblcui2.dirs \
docs/CodingStyle.zh-cn.md \
test/valgrind-suppressions.txt \
test/README.zh-cn \
test/Makefile.in \
test/Makefile.am \
test/helloworld.c \
test/helloworld.css \
test/helloworld.xml \
test/test.c \
test/test.h \
test/libtest.c \
test/libtest.h \
test/test_render.c \
test/test_touch.c \
test/test_string.c \
test/test_object.c \
test/test_thread.c \
test/test_linkedlist.c \
test/test_string_render.c \
test/test_widget_render.c \
test/test_char_render.c \
test/test_css_parser.css \
test/test_css_parser.xml \
test/test_css_parser.c \
test/test_xml_parser.xml \
test/test_xml_parser.nested.xml \
test/test_xml_parser.c \
test/test_font_load.c \
test/test_font_load.css \
test/test_font_load.ttf \
test/test_image_reader.c \
test/test_image_reader.bmp \
test/test_image_reader.jpg \
test/test_image_reader.png \
test/test_scrollbar.c \
test/test_scrollbar.xml \
test/test_widget.c \
test/test_widget_opacity.c \
test/test_widget_opacity.css \
test/test_widget_opacity.xml \
test/test_block_layout.c \
test/test_block_layout.css \
test/test_block_layout.xml \
test/test_block_layout.html \
test/test_flex_layout.c \
test/test_flex_layout.css \
test/test_flex_layout.xml \
test/test_flex_layout.html \
test/test_widget_rect.c \
test/test_widget_event.c \
test/test_textview_resize.c \
test/test_textedit.c \
test/test_pixel_manipulation.c \
test/test_paint_background.c \
test/test_paint_border.c \
test/test_paint_boxshadow.c \
test/test_mix_rect_with_opacity.c \
test/test_fill_rect.c \
test/test_fill_rect_with_rgba.c
.PHONY: test test-with-valgrind
test:
cd test && ./test
test-with-valgrind:
cd test && ../libtool --mode=execute valgrind --suppressions="valgrind-suppressions.txt" --leak-check=full --error-exitcode=42 ./test
@CODE_COVERAGE_RULES@
C
1
https://gitee.com/lc-soft/LCUI.git
git@gitee.com:lc-soft/LCUI.git
lc-soft
LCUI
LCUI
develop

搜索帮助