|
|
1.1 root 1: ## Process this file with automake to produce Makefile.in
2:
3: INCLUDES = -I.
4:
5: noinst_LIBRARIES = libraze.a
6: libraze_a_SOURCES = raze
7: libraze_a_LIBADD = raze.o
8:
9: raze: raze.o
10: raze.o: raze.asm raze.reg
11: nasm -e raze.asm -o raze2.asm
1.1.1.2 ! root 12: nasm -f @ASMOUTPUT@ raze2.asm -o raze.o -praze.reg
1.1 root 13:
1.1.1.2 ! root 14: DISTCLEANFILES = raze.asm raze2.asm
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.