home *** CD-ROM | disk | FTP | other *** search
Makefile | 1990-12-28 | 454 b | 20 lines |
- CC=cc
- CCOPTS=-g
-
- all: pmceot.o pmckpt.o argv0
-
- shar: pmckpt.shar
-
- pmceot.o: pmceot.c pmckpt.h
- $(CC) $(CCOPTS) -c pmceot.c
-
- pmckpt.o: pmckpt.c pmckpt.h
- $(CC) $(CCOPTS) -c pmckpt.c
-
- argv0: argv0.c
- $(CC) $(CCOPTS) -o argv0 argv0.c
-
- pmckpt.shar: Makefile README UAREA argv0.c checkpoint ckptcvt pmceot.c pmckpt.c pmckpt.h test.c
- shar Makefile README UAREA argv0.c checkpoint ckptcvt pmceot.c pmckpt.c pmckpt.h test.c > pmckpt.shar
- chmod 400 pmckpt.shar
-