aboutsummaryrefslogtreecommitdiff
path: root/pow/pywrap/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'pow/pywrap/Makefile.in')
-rw-r--r--pow/pywrap/Makefile.in14
1 files changed, 0 insertions, 14 deletions
diff --git a/pow/pywrap/Makefile.in b/pow/pywrap/Makefile.in
deleted file mode 100644
index b1969a05..00000000
--- a/pow/pywrap/Makefile.in
+++ /dev/null
@@ -1,14 +0,0 @@
-OPENSSL_BUILD_DIRECTORY = @abs_top_builddir@/openssl/openssl
-
-CC=gcc
-CFLAGS=`python-config --cflags`
-LDFLAGS=-Wl,-rpath,$(OPENSSL_BUILD_DIRECTORY) -L$(OPENSSL_BUILD_DIRECTORY)
-LIBS=-lcrypto -lssl `python-config --ldflags`
-
-all: python
-
-python: python.o
- $(CC) $(LDFLAGS) -o $@ $? $(LIBS)
-
-clean:
- rm -f *.o python