|
|
1.1 ! root 1: !include <ntwin32.mak> ! 2: ! 3: all: psxarc.exe ! 4: ! 5: psxarc.obj: psxarc.c *.h ! 6: ! 7: buf.obj: buf.c *.h ! 8: ! 9: archive.obj: archive.c *.h ! 10: ! 11: tar.obj: tar.c *.h ! 12: ! 13: links.obj: links.c *.h ! 14: ! 15: cpio.obj: cpio.c *.h ! 16: ! 17: getopt.obj: getopt.c *.h ! 18: ! 19: psxarc.exe: psxarc.obj buf.obj archive.obj tar.obj links.obj cpio.obj \ ! 20: getopt.obj ! 21: $(cvtobj) $(cvtdebug) *.obj ! 22: $(link) $(linkdebug) $(psxflags) -out:$*.exe $** $(psxlibs) ! 23: .c.obj: ! 24: $(cc) $(cflags) $(psxvars) $(cvars) $(cdebug) $*.c
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.