# 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* >
summaryrefslogtreecommitdiff
path: root/packages/iptables
bedded.dev&id=0afa6f0f95665dcd9e8532533117d97776ef207e'>add a couple of license statements and remove rdepends to python-core since t...
AgeCommit message (Expand)AuthorFiles
2007-11-17iptables: backport fix for "getsockopt failed strangely" (Closes: #3260)Jeremy Laine2
2007-06-26iptables: update to 1.3.8Koen Kooi1
2007-03-09iptables: Apply patch to use cross ar instead of host ar. (by Cyril Romain)Florian Boor4
Michael Lauer1
2004-12-09Merge oe-devel@oe-devel.bkbits.net:openembeddedChris Larson1