| NATIVETOOLSDIR := | |
| include $(NATIVETOOLSDIR)rules.mk | |
| first: | |
| @echo What to make? | |
| SRCS = \ | |
| nativelibc/ \ | |
| ntdll/include/nt.h \ | |
| crtn.c \ | |
| rules.mk | |
| SRCS += \ | |
| Makefile | |
| pack: package | |
| package: native-tools-src.tar.gz | |
| native-tools-src.tar.gz: $(SRCS) | |
| tar -cz $(SRCS) -f $@ |