fd2524ab4358a54d3cc8c4b4c317c7dc429c7a34
[gedcom-parse.git] / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2 # $Id$
3 # $Name$
4 SUBDIRS = intl ansel gedcom include . t doc po
5 INCLUDES = -I $(srcdir)/include
6 CFLAGS   = -g -O2
7
8 pkgdata_DATA = gedcom.enc
9 noinst_PROGRAMS = testgedcom
10
11 testgedcom_SOURCES = standalone.c utf8-locale.c
12 noinst_HEADERS     = utf8-locale.h
13 testgedcom_LDFLAGS = -L gedcom/.libs -lgedcom
14 testgedcom_LDADD  = @INTLLIBS@
15
16 EXTRA_DIST = $(pkgdata_DATA) Makefile.inc
17 VERSIONED_FILES = README
18
19 include $(top_srcdir)/Makefile.inc
20
21 dist-hook:
22         $(replace-VERSION)
23
24 clean-local:
25         rm -f testgedcom.out