# 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* d>
summaryrefslogtreecommitdiff
path: root/packages/xorg-data
AgeCommit message (Expand)AuthorFiles
2007-08-09add xbitmapsMichael Lauer2
2007-08-05Xorg: drop stale recipes X11R7* in PV. Those aren't needed anymore after the ...Koen Kooi3
2006-10-10Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them.Koen Kooi1
2006-08-09xorg: use bzip2 compressed source tarballsPhilipp Zabel1
2006-08-05packages: sed -i s/^"include "/"require "/ */*.bb GNU sed rocks!Holger Freyther3
2006-07-24xorg-data: Update for X11R7.0 and X11R7.0.Raymond Danks4
2006-07-24xorg-*: Massive rename to conform to X11R7.x_a.b.c versioning and xorg-* dire...Raymond Danks3
2006-05-06various: Update remaining XORG_MIRROR SRC_URIs to match upstream changesRichard Purdie1
2006-04-27xorg-date: merge from #870Koen Kooi4