home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 311.lha / Wipedemo_v4.0 / makefile < prev    next >
Encoding:
Makefile  |  1980-12-10  |  597 b   |  26 lines

  1. all: wipedemo wipedemo2
  2.  
  3. wipedemo: wipedemo.o wipepict.o cycler.o mywipe.o
  4.    ln wipedemo.o wipepict.o mywipe.o cycler.o -g -lc -lm +cd
  5.  
  6. wipedemo.o: wipedemo.c
  7.    cc +iph:inc -n wipedemo.c
  8.  
  9. wipepict.o: wipepict.c jiff.h
  10.    cc +iph:inc -E320 -n wipepict.c
  11.  
  12. wipedemo2: wipedemo2.o wipepict.o cycler.o mywipe2.o
  13.    ln wipedemo2.o wipepict.o mywipe2.o cycler.o -g -lc -lm +cd
  14.  
  15. wipedemo2.o: wipedemo2.c
  16.    cc +iph:inc -n wipedemo2.c
  17.  
  18. cycler.o: cycler.c jiff.h
  19.    cc +iph:inc -n +ff cycler.c
  20.  
  21. mywipe.o: mywipe.c jiff.h
  22.    cc +iph:inc -n mywipe.c
  23.  
  24. mywipe2.o: mywipe2.c jiff.h
  25.    cc +iph:inc -n mywipe2.c
  26.