mirror of
https://github.com/csete/gpredict
synced 2026-08-13 17:39:46 -04:00
25 lines
700 B
Makefile
25 lines
700 B
Makefile
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)
|
|
|
|
EXTRA_DIST = \
|
|
autogen.sh \
|
|
intltool-extract.in \
|
|
intltool-merge.in \
|
|
intltool-update.in \
|
|
win32/config.mk \
|
|
win32/goocanvasprivate.h \
|
|
win32/gpredict.rc \
|
|
win32/Makefile \
|
|
win32/icons/gpredict-icon.ico
|