Annotation of generator/raze/Makefile.am, revision 1.1.1.1

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
                     12:        nasm -f elf raze2.asm -o raze.o -praze.reg
                     13: 
                     14: DISTCLEANFILES = raze2.asm

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.