forked from libhangul/libhangul
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathMakefile.am
More file actions
33 lines (29 loc) · 745 Bytes
/
Makefile.am
File metadata and controls
33 lines (29 loc) · 745 Bytes
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
28
29
30
31
32
33
SUBDIRS = hangul data tools po
DIST_SUBDIRS = hangul data tools po test doc
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libhangul.pc
EXTRA_DIST = \
CMakeLists.txt \
config.h.cmake.in \
config.rpath \
data/hanja/CMakeLists.txt \
data/keyboards/CMakeLists.txt \
doc/Doxyfile.in \
doc/Makefile \
doc/mainpage.dox \
hangul-config.cmake.in \
hangul/CMakeLists.txt \
po/CMakeLists.txt \
test/CMakeLists.txt \
test/Makefile.am \
test/Makefile.in \
test/hangul.c \
test/hanja.c \
test/test.c \
tools/CMakeLists.txt \
$(NULL)
ACLOCAL_AMFLAGS = -I m4
dist-hook:
if test -d $(top_srcdir)/.git; then \
git log --name-status --date=iso > $(distdir)/ChangeLog ; \
fi