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 (16 lines) | stat: -rw-r--r-- 413 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

noinst_PROGRAMS = hangul hanja

hangul_CFLAGS =
hangul_SOURCES = hangul.c
hangul_LDADD = ../hangul/libhangul.la $(LTLIBINTL) $(LTLIBICONV)

hanja_CFLAGS =
hanja_SOURCES = hanja.c
hanja_LDADD = ../hangul/libhangul.la $(LTLIBINTL)

TESTS = test
check_PROGRAMS = test
test_SOURCES = test.c ../hangul/hangul.h
test_CFLAGS = $(CHECK_CFLAGS)
test_LDADD = $(CHECK_LIBS) $(top_builddir)/hangul/libhangul.la $(LTLIBINTL)