From: Bert Hubert Date: Thu, 22 Apr 2010 07:55:15 +0000 (+0000) Subject: pare down polarssl makefile X-Git-Tag: rec-3.3~120 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d9b84c5f0bf8d1f12a068c771a7b49aa918cc682;p=pdns pare down polarssl makefile git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@1582 d19b8d6e-7fed-0310-83ef-9ca221ded41b --- diff --git a/pdns/ext/polarssl/Makefile b/pdns/ext/polarssl/Makefile index 4411500f7..e74ba8b28 100644 --- a/pdns/ext/polarssl/Makefile +++ b/pdns/ext/polarssl/Makefile @@ -1,34 +1,9 @@ - -DESTDIR=/usr/local -PREFIX=polarssl_ - -.SILENT: - all: cd library && make all && cd .. -install: - mkdir -p $(DESTDIR)/include/polarssl - cp -r include/polarssl $(DESTDIR)/include - - mkdir -p $(DESTDIR)/lib - cp library/libpolarssl.* $(DESTDIR)/lib - - mkdir -p $(DESTDIR)/bin - for p in programs/*/* ; do \ - if [ -x $$p ] && [ ! -d $$p ] ; \ - then \ - f=$(PREFIX)`basename $$p` ; \ - cp $$p $(DESTDIR)/bin/$$f ; \ - fi \ - done - clean: cd library && make clean && cd .. -check: - ( cd tests && make check ) - distdir: mkdir -p $(distdir) cp ChangeLog LICENSE Makefile README $(distdir)