X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=ossec-hids.git;a=blobdiff_plain;f=src%2Fexternal%2FMakefile;fp=src%2Fexternal%2FMakefile;h=0000000000000000000000000000000000000000;hp=1b9cc794cfa7ec6934b19abba7f9a6b8ce5850d3;hb=3f728675941dc69d4e544d3a880a56240a6e394a;hpb=927951d1c1ad45ba9e7325f07d996154a91c911b diff --git a/src/external/Makefile b/src/external/Makefile deleted file mode 100644 index 1b9cc79..0000000 --- a/src/external/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright (C) 2014 Trend Micro Inc. -# All rights reserved. -# -# This program is a free software; you can redistribute it -# and/or modify it under the terms of the GNU General Public -# License (version 2) as published by the FSF - Free Software -# Foundation - -PT=../ -ZLIB_DIR=zlib-1.2.8 -include ${PT}Config.Make - -zlib: libz.a - cp -pr ${ZLIB_DIR}/zlib.h ${ZLIB_DIR}/zconf.h ../headers/ - -libz.a: - cd ${ZLIB_DIR}/; ./configure; make libz.a; - cp -pr ${ZLIB_DIR}/libz.a . - -clean: - ${CLEAN} zlib.a ../headers/zlib.h ../headers/zconf.h - cd ${ZLIB_DIR}/; make distclean