File: Makefile.am

package info (click to toggle)
libhangul 0.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 11,468 kB
  • sloc: ansic: 8,619; python: 631; xml: 402; makefile: 211; ruby: 26; sh: 14
file content (33 lines) | stat: -rw-r--r-- 745 bytes parent folder | download
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