|
|
1.1 root 1: # Generic Makefile targets
2:
3: all:
4: @echo "Use AHCC project file, or: make -f Makefile.[vbc|gcc]"
5:
6: clean:
7: $(RM) *.o *.tmp *~
8:
9: PKG := natfeats-$(shell date -I).zip
10:
11: package: $(NAME) clean
12: cd ..; \
13: $(RM) $(PKG); \
14: zip -r $(PKG) $(NAME)/*
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.