home *** CD-ROM | disk | FTP | other *** search
/ World of Amiga / World of Amiga.iso / archive / compression / pplib16.lha / PPLib / Glue / Dice / DMakeFile next >
Encoding:
Makefile  |  1993-09-29  |  338 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: directory!
  7. #
  8.  
  9. HEADER  =   DINCLUDE:clib/powerpacker_protos.h
  10. FD      =   FD:powerpacker_lib.fd
  11.  
  12. all:
  13.     fdtolib $(FD) -o powerpackers.lib
  14.     fdtolib $(FD) -h $(HEADER) -o powerpackersr.lib -mr
  15.