X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=Makefile.am;h=fd2524ab4358a54d3cc8c4b4c317c7dc429c7a34;hb=b109f95d373fa6baae6c1a43e5b3805fb7fd22fb;hp=992535a9c25cb9474b08c05b657f9618af24d544;hpb=6be75e317cfb5ba23be25289399e2b9a6006cc1f;p=gedcom-parse.git diff --git a/Makefile.am b/Makefile.am index 992535a..fd2524a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,13 +1,25 @@ ## Process this file with automake to produce Makefile.in # $Id$ # $Name$ -SUBDIRS = ansel gedcom . t doc include po intl +SUBDIRS = intl ansel gedcom include . t doc po INCLUDES = -I $(srcdir)/include +CFLAGS = -g -O2 pkgdata_DATA = gedcom.enc noinst_PROGRAMS = testgedcom -testgedcom_SOURCES = standalone.c +testgedcom_SOURCES = standalone.c utf8-locale.c +noinst_HEADERS = utf8-locale.h testgedcom_LDFLAGS = -L gedcom/.libs -lgedcom +testgedcom_LDADD = @INTLLIBS@ -EXTRA_DIST = $(pkgdata_DATA) +EXTRA_DIST = $(pkgdata_DATA) Makefile.inc +VERSIONED_FILES = README + +include $(top_srcdir)/Makefile.inc + +dist-hook: + $(replace-VERSION) + +clean-local: + rm -f testgedcom.out