# 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/libxsettings
AgeCommit message (Expand)AuthorFiles
2007-02-10packages/gpe-mini-browser/gpe-mini-browser_svn.bbPhilippe De Swert1
2007-02-10packages/gpe-mini-browser/gpe-mini-browser_svn.bbPhilippe De Swert1
2007-02-09packages/libgpelaunch/libgpelaunch_svn.bbPhilippe De Swert5
2006-10-10Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them.Koen Kooi1