0abdbe5a7d
Former-commit-id: 7467d4b717762eeaf652d77f1486dd11ffb1ff1f
18 lines
429 B
Makefile
18 lines
429 B
Makefile
thisdir = class/I18N
|
|
SUBDIRS = Common West MidEast Other Rare CJK
|
|
include ../../build/rules.make
|
|
|
|
DISTFILES = \
|
|
Assembly/AssemblyInfo.cs \
|
|
EncodingTestBase.cs \
|
|
README \
|
|
README.mono \
|
|
mklist.sh \
|
|
tools/cvt.sh \
|
|
tools/ucm2cp.c \
|
|
tools/uni2tab.c
|
|
|
|
all-local install-local clean-local test-local run-test-local run-test-ondotnet-local uninstall-local doc-update-local csproj-local all-local-aot:
|
|
|
|
dist-local: dist-default
|