home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD2.bin / bbs / util / pplib-1.6.lha / PPlib / Glue / Dice / DMakeFile next >
Makefile  |  1993-12-21  |  338b  |  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.