home *** CD-ROM | disk | FTP | other *** search
Makefile | 1980-12-10 | 597 b | 26 lines |
- all: wipedemo wipedemo2
-
- wipedemo: wipedemo.o wipepict.o cycler.o mywipe.o
- ln wipedemo.o wipepict.o mywipe.o cycler.o -g -lc -lm +cd
-
- wipedemo.o: wipedemo.c
- cc +iph:inc -n wipedemo.c
-
- wipepict.o: wipepict.c jiff.h
- cc +iph:inc -E320 -n wipepict.c
-
- wipedemo2: wipedemo2.o wipepict.o cycler.o mywipe2.o
- ln wipedemo2.o wipepict.o mywipe2.o cycler.o -g -lc -lm +cd
-
- wipedemo2.o: wipedemo2.c
- cc +iph:inc -n wipedemo2.c
-
- cycler.o: cycler.c jiff.h
- cc +iph:inc -n +ff cycler.c
-
- mywipe.o: mywipe.c jiff.h
- cc +iph:inc -n mywipe.c
-
- mywipe2.o: mywipe2.c jiff.h
- cc +iph:inc -n mywipe2.c
-