*** empty log message ***
[gnutls.git] / libextra / Makefile.am
blob850edb262620bb3b0d652923f69e81ca9d8a6767
1 INCLUDES = -I../lib
2 include_HEADERS = gnutls-extra.h
3 bin_SCRIPTS = libgnutls-extra-config
5 m4datadir = $(datadir)/aclocal
6 m4data_DATA = libgnutls-extra.m4
8 EXTRA_DIST = ext_srp.h crypt_bcrypt.h crypt_srpsha1.h gnutls_srp.h \
9         auth_srp.h auth_srp_passwd.h crypt.h gnutls_openpgp.h \
10         gnutls-extra-api.tex gnutls_extra.h libgnutls-extra-config.in \
11         libgnutls-extra.m4
13 lib_LTLIBRARIES = libgnutls-extra.la
16 COBJECTS_EXTRA = crypt_bcrypt.c crypt.c crypt_srpsha1.c ext_srp.c \
17         gnutls_srp.c auth_srp.c auth_srp_passwd.c auth_srp_sb64.c \
18         gnutls_openpgp.c gnutls_extra.c
20 libgnutls_extra_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
22 libgnutls_extra_la_SOURCES = $(COBJECTS_EXTRA) 
24 gnutls-extra-api.tex: $(COBJECTS_EXTRA)
25         @echo "" > gnutls-extra-api.tex
26         @for i in $(COBJECTS_EXTRA); \
27         do echo -n "Creating documentation for file $$i... " && ../doc/scripts/gdoc -tex $$i >> gnutls-extra-api.tex \
28         && echo "ok"; \
29         done
31 all-local: gnutls-extra-api.tex