# 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* tech-oe.git Git repository'/>
summaryrefslogtreecommitdiff
path: root/packages/openldap/openldap_2.2.29.bb
AgeCommit message (Expand)AuthorFiles
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther1
2008-10-15[PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PRHolger Hans Peter Freyther1