From 73e5d62ba08c2eda82be9d5e5ebc6a817850e9cc Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Tue, 28 Dec 2010 20:39:45 +0000 Subject: More autoconf. svn path=/configure; revision=3579 --- utils/uri/Makefile | 22 ---------------------- utils/uri/Makefile.in | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 utils/uri/Makefile create mode 100644 utils/uri/Makefile.in (limited to 'utils/uri') diff --git a/utils/uri/Makefile b/utils/uri/Makefile deleted file mode 100644 index 229dc702..00000000 --- a/utils/uri/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# $Id$ - -OPENSSL_DIR = ../../openssl/openssl - -CFLAGS = -g -I${OPENSSL_DIR}/include - -# -H -Wl,-t - -BIN = uri -OBJ = uri.o -LIB = ${OPENSSL_DIR}/libcrypto.a - -all: ${BIN} - -clean: - rm -f ${BIN} ${OBJ} - -${BIN}: ${OBJ} ${LIB} Makefile - ${CC} -g -o $@ ${OBJ} ${LIB} - -test: - @true diff --git a/utils/uri/Makefile.in b/utils/uri/Makefile.in new file mode 100644 index 00000000..229dc702 --- /dev/null +++ b/utils/uri/Makefile.in @@ -0,0 +1,22 @@ +# $Id$ + +OPENSSL_DIR = ../../openssl/openssl + +CFLAGS = -g -I${OPENSSL_DIR}/include + +# -H -Wl,-t + +BIN = uri +OBJ = uri.o +LIB = ${OPENSSL_DIR}/libcrypto.a + +all: ${BIN} + +clean: + rm -f ${BIN} ${OBJ} + +${BIN}: ${OBJ} ${LIB} Makefile + ${CC} -g -o $@ ${OBJ} ${LIB} + +test: + @true -- cgit v1.2.3