summaryrefslogtreecommitdiffstats
path: root/Makefile.am
blob: af56e855d07d261673d7e56ce7c605f4c925f64e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
SUBDIRS = data src po

bin_SCRIPTS = gfax
bindir=$(prefix)/bin

gfax: gfax.in config.log
	sed -e "s|\@prefix\@|$(prefix)|" 	\
	-e "s|\@eprefix\@|$(eprefix)|" < gfax.in > gfax

INTLTOOL =                      \
        intltool-extract.in     \
        intltool-merge.in       \
        intltool-update.in

EXTRA_DIST = \
	gfax.in                 \
	$(INTLTOOL)

CLEANFILES = \
	gfax.exe	\
	gfax

DISTCLEANFILES = \
        intltool-extract        \
        intltool-merge          \
        intltool-update