## $Id: Makefile.am 60856 2021-10-24 05:44:35Z takuji $ ## Makefile.am for the TeX Live subdirectory texk/upmendex/ ## ## Copyright 2015-2019 Karl Berry ## Copyright 2010-2015 Peter Breitenlohner ## You may freely use, modify and/or distribute this file. ## AM_CPPFLAGS = $(KPATHSEA_INCLUDES) $(ICU_INCLUDES) AM_CFLAGS = $(WARNING_CFLAGS) bin_PROGRAMS = upmendex upmendex_SOURCES = \ convert.c \ exkana.h \ exvar.h \ fread.c \ fwrite.c \ kana.h \ kp.c \ kp.h \ main.c \ mendex.h \ version.h \ pageread.c \ qsort.c \ qsort.h \ sort.c \ styfile.c \ var.h # Force Automake to use CXXLD for linking nodist_EXTRA_upmendex_SOURCES = dummy.cxx $(upmendex_OBJECTS): $(KPATHSEA_DEPEND) $(ICU_DEPEND) LDADD = $(KPATHSEA_LIBS) $(ICU_LIBS) $(PTHREAD_LIB) $(ICU_LIBS_EXTRA) ## Rebuild libkpathsea @KPATHSEA_RULE@ ## Rebuild libsicuxxx @ICU_RULE@ EXTRA_DIST = \ COPYRIGHT ## Eventually delete these files ## EXTRA_DIST += \ indexsty \ upmendex.ja.txt ## Tests ## TESTS = tests/upmendex.test EXTRA_DIST += $(TESTS) ## tests/upmendex.test EXTRA_DIST += tests/foo.idx tests/foo.ind \ tests/uni.idx tests/uni.dict tests/uni.ist tests/uni.ind \ tests/pprec0.ist tests/pprec1.ist tests/pprec2.ist tests/pprecA.idx \ tests/pprecA-0.ind tests/pprecA-1.ind tests/pprecA-2.ind DISTCLEANFILES = foo.* uni.* pprec*.*