summaryrefslogtreecommitdiff
path: root/packages/python/python-pyiw-0.3.3/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'packages/python/python-pyiw-0.3.3/Makefile')
-rw-r--r--packages/python/python-pyiw-0.3.3/Makefile18
1 files changed, 0 insertions, 18 deletions
diff --git a/packages/python/python-pyiw-0.3.3/Makefile b/packages/python/python-pyiw-0.3.3/Makefile
deleted file mode 100644
index 2ea7baec08..0000000000
--- a/packages/python/python-pyiw-0.3.3/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-# Simple Makfile
-
-NAME = pyiw
-LIBS += -liw
-
-#static: pyiw.c
-# @echo "Statically Building/Linking $(NAME)"
-# @$(CC) $(CFLAGS) -Istaticlibiw $(<) -shared -o $(NAME).so staticlibiw/libiw.a
-
-dynamic: pyiw.c
- @echo "Dynamically Building/Linking $(NAME)"
- @$(CC) $(CFLAGS) $(LDFLAGS) $(LIBS) $(<) -shared -o $(NAME).so
-
-clean:
- @rm -rf *.o
- @rm -rf $(NAME).so
- @rm -rf $(NAME).so.t*
-