home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / amiga / misc / pplib15.lha / PPLib / Glue / Dice / DMakeFile next >
Encoding:
Makefile  |  1992-05-21  |  370 b   |  15 lines

  1. #
  2. # Please change the path of HEADER and FD to where you
  3. # keep the files.
  4. #
  5. # Please make sure that all headers are copied in the
  6. # DINCLUDE:amiga20 directory!
  7. #
  8.  
  9. HEADER  =   Dinclude:amiga20/clib/powerpacker_protos.h
  10. FD      =   Dinclude:amiga20/fd/powerpacker_lib.fd
  11.  
  12. all:
  13.     fdtolib $(FD) -o powerpackers.lib
  14.     fdtolib $(FD) -h $(HEADER) -o powerpackersr.lib -mr
  15.