From 709c4d66e0b107ca606941b988bad717c0b45d9b Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Tue, 17 Mar 2009 14:32:59 -0400 Subject: rename packages/ to recipes/ per earlier agreement See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko Acked-by: Mike Westerhof Acked-by: Philip Balister Acked-by: Khem Raj Acked-by: Marcin Juszkiewicz Acked-by: Koen Kooi Acked-by: Frans Meulenbroeks --- packages/python/python-pyiw-0.3.3/Makefile | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 packages/python/python-pyiw-0.3.3/Makefile (limited to 'packages/python/python-pyiw-0.3.3/Makefile') 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* - -- cgit v1.2.3