# 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* repository'/>
summaryrefslogtreecommitdiff
path: root/packages/rpm/rpm_4.4.bb
AgeCommit message (Expand)AuthorFiles
2006-10-10Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them.Koen Kooi1
2005-11-11db: fix db3/db4 confusion by causing all packages to use virtual/db in db-4.3...John Bowler1
2005-02-10Update the rpm 4.4 build. Fixed the biggest issues with its crosscompilation...Chris Larson1
2004-12-09Merge oe-devel@oe-devel.bkbits.net:openembeddedChris Larson1