# 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* ad>
summaryrefslogtreecommitdiff
path: root/packages/elvis
AgeCommit message (Expand)AuthorFiles
2007-04-18elvis: set download url to a resource which actually existsMartin Dietze1
2006-10-10Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them.Koen Kooi1
2006-09-25elvis: added missing DEPENDS on ncurses.Martin Dietze1
2006-09-21elvis: some finetuningMartin Dietze2
2006-09-20elvis: a vi clone with lots of vim-like featuresMartin Dietze3