forked from csete/gpredict
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Makefile.am
28 lines (25 loc) · 813 Bytes
/
Makefile.am
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
27
28
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = src doc pixmaps data po
BUILT_SOURCES = $(top_srcdir)/.version
$(top_srcdir)/.version:
echo $(VERSION) > $@-t && mv $@-t $@
dist-hook:
echo $(VERSION) > $(distdir)/.tarball-version
install-data-local:
@$(NORMAL_INSTALL)
$(INSTALL_DATA) $(top_srcdir)/AUTHORS $(DESTDIR)$(pkgdatadir)
$(INSTALL_DATA) $(top_srcdir)/NEWS $(DESTDIR)$(pkgdatadir)
$(INSTALL_DATA) $(top_srcdir)/README $(DESTDIR)$(pkgdatadir)
$(INSTALL_DATA) $(top_srcdir)/COPYING $(DESTDIR)$(pkgdatadir)
EXTRA_DIST = \
autogen.sh \
git-version-gen \
intltool-extract.in \
intltool-merge.in \
intltool-update.in \
snap/snapcraft.yaml \
win32/config.mk \
win32/goocanvasprivate.h \
win32/gpredict.rc \
win32/Makefile \
win32/icons/gpredict-icon.ico