]> granicus.if.org Git - pdns/commitdiff
pare down polarssl makefile
authorBert Hubert <bert.hubert@netherlabs.nl>
Thu, 22 Apr 2010 07:55:15 +0000 (07:55 +0000)
committerBert Hubert <bert.hubert@netherlabs.nl>
Thu, 22 Apr 2010 07:55:15 +0000 (07:55 +0000)
git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@1582 d19b8d6e-7fed-0310-83ef-9ca221ded41b

pdns/ext/polarssl/Makefile

index 4411500f7eaad84e4b432f1e6c33a37e2c9b2f0f..e74ba8b28c98d5c10b887103879035660ffed8f4 100644 (file)
@@ -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)