This repository has been archived on 2024-07-15. You can view files and clone it, but cannot push or open issues or pull requests.
hedera/anjuta/hedera/Makefile.am.tpl

43 lines
891 B
Smarty

[+ autogen5 template +]
[+
(define prefix_if_missing
(lambda
(name prefix)
(string-append
(if
(==* (get name) prefix)
""
prefix
)
(get name)
)
)
)
+]## Process this file with automake to produce Makefile.in
## Created by Anjuta
ACLOCAL_AMFLAGS = -I build/m4
SUBDIRS = \
src \
data[+IF (=(get "HaveI18n") "1")+] \
po
translationsdir =
translations_DATA = \
po/es.po
[+ENDIF+]
EXTRA_DIST = \
README \
COPYING \
AUTHORS \
ChangeLog \
INSTALL \
NEWS \
Makefile.decl
install-exec-hook:
rm -f $(DESTDIR)$(libdir)/hedera/module/[+(prefix_if_missing "Name" "lib")+].la
rm -f $(DESTDIR)$(libdir)/hedera/module/[+(prefix_if_missing "Name" "lib")+].a