Merge branch 'secperiments'

This commit is contained in:
Stefan `Sec` Zehl 2011-05-21 18:57:43 +02:00
commit 48adee1693
1 changed files with 9 additions and 0 deletions

View File

@ -44,7 +44,16 @@ $(LIBFILE): $(OBJS) $(WRAPOBJ)
clean:
rm -f $(OBJS) $(WRAPOBJ) $(WRAPSRC) $(LIBFILE) *.o
%.c:
@echo
@echo "You need to create $@ first"
@echo "It should contain a single function void module_filename(void)"
@echo
@exit 1
$(WRAPSRC):
./mkwrapper $(OBJS) > $@
.PHONY: $(LIBFILE)
.SUFFIXES: