1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
AUTOMAKE_OPTIONS = dist-bzip2
SUBDIRS = src tests
DIST_SUBDIRS = $(SUBDIRS) m4
ACLOCAL_AMFLAGS = -I m4
EXTRA_DIST = \
bootstrap \
build.bat \
build.sh \
build-debug.bat \
build-debug.sh \
buildmono.bat \
buildmono-debug.bat \
clean.bat \
clean.sh \
other/win32installer/runtime.ini \
other/win32installer/TaoFramework.nsi \
other/Tao_Logos/TaoButton.jpg \
other/Tao_Logos/tao.ico \
other/Tao_Logos/TaoPill.gif \
other/Tao_Logos/yinyangblue.gif \
taoframework.spec.suse.example \
template.pc \
tao.build
|