File:  [WindowsNT SDKs] / mstools / posix / psxarc / makefile
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Thu Aug 9 18:22:18 2018 UTC (7 years, 9 months ago) by root
Branches: msft, MAIN
CVS tags: ntsdk-oct-1992, HEAD
Microsoft Windows NT Build 328 10-12-1992

!include <ntwin32.mak>

all: psxarc.exe

psxarc.obj: psxarc.c *.h

buf.obj: buf.c *.h

archive.obj: archive.c *.h

tar.obj: tar.c *.h

links.obj: links.c *.h

cpio.obj: cpio.c *.h

getopt.obj: getopt.c *.h

psxarc.exe: psxarc.obj buf.obj archive.obj tar.obj links.obj cpio.obj \
	    getopt.obj 
  $(cvtobj) $(cvtdebug) *.obj
  $(link) $(linkdebug) $(psxflags) -out:$*.exe $** $(psxlibs) 
.c.obj:
  $(cc) $(cflags) $(psxvars) $(cvars) $(cdebug) $*.c

unix.superglobalmegacorp.com

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