home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d6xx / d623 / pplib.lha / PPLib / dlib / DMakeFile next >
Encoding:
Makefile  |  1992-03-21  |  551 b   |  21 lines

  1. #
  2. # Please change the path of HEADER and FD to where you
  3. # keep the files. NOTE: You have to add the following
  4. # lines to the "powerpacker_protos.h" file for this
  5. # DMakeFile to work.
  6. #
  7. # #ifndef LIBRARIES_PPBASE_H
  8. # #include <libraries/ppbase.h>
  9. # #endif
  10. #
  11. # Please make sure that all headers are copied in the
  12. # DINCLUDE:amiga20 directory!
  13. #
  14.  
  15. HEADER  =   Dinclude:amiga20/clib/powerpacker_protos.h
  16. FD      =   Dinclude:Amiga20/fd/powerpacker_lib.fd
  17.  
  18. all:
  19.     fdtolib $(FD) -o powerpackers.lib
  20.     fdtolib $(FD) -h $(HEADER) -o powerpackersr.lib -mr
  21.