43 lines
891 B
Smarty
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
|
|
|