File: Makefile.am

package info (click to toggle)
libhangul 0.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 8,704 kB
  • sloc: sh: 11,419; ansic: 7,216; makefile: 71; sed: 16
file content (24 lines) | stat: -rw-r--r-- 461 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
SUBDIRS = hangul data tools po
DIST_SUBDIRS = hangul data tools po test

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libhangul.pc

EXTRA_DIST = \
    config.rpath \
    doc/Makefile \
    doc/Doxyfile.in \
    doc/mainpage.dox \
    test/Makefile.am \
    test/Makefile.in \
    test/hangul.c \
    test/hanja.c \
    test/test.c

log:
	unset LC_ALL; \
	export LANG=C ; \
	export LC_CTYPE=ko_KR.UTF-8; \
	svn log -v > ChangeLog

ACLOCAL_AMFLAGS = -I m4