1 AUTOMAKE_OPTIONS = foreign
2 # ACLOCAL_AMFLAGS = -I m4
5 AM_CPPFLAGS = -I$(srcdir)/hacks -I$(srcdir)/utils @XFT_CFLAGS@ @X11_CFLAGS@ @FC_CFLAGS@ @XMU_CFLAGS@ @XT_CFLAGS@
7 hackexecdir = @HACKDIR@
8 desktopdir = @DESKTOPDIR@
9 hackconfdir = @HACK_CONF_DIR@
11 hackexec_PROGRAMS = unicode
36 unicode_LDADD = @XFT_LIBS@ @X11_LIBS@ @FC_LIBS@ @XMU_LIBS@ @XT_LIBS@
38 nodist_desktop_DATA = unicode.desktop
39 unicode.desktop: unicode.desktop.in
40 sed -e 's,[@]hackexecdir[@],$(hackexecdir),g' < $(srcdir)/unicode.desktop.in > unicode.desktop
43 unicode.6x: unicode.6x.in
44 sed -e 's,[@]version[@],@PACKAGE_VERSION@,g' < $(srcdir)/unicode.6x.in > unicode.6x
46 dist_hackconf_DATA = unicode.xml
48 EXTRA_DIST = unicode.desktop.in unicode.6x.in
49 CLEANFILES = unicode.desktop unicode.6x