home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d7xx / d752 / toolmanager.lha / ToolManager / Programmers / Programmers.lha / examples / DMakefile next >
Makefile  |  1992-09-26  |  339b  |  18 lines

  1. #
  2. # DMakefile  V2.0
  3. #
  4. # Makefile for ToolManager 2.0 (example program)
  5. #
  6. # (c) 1990-92 Stefan Becker
  7. #
  8. IDIR  = /include
  9. LDIR  = /dlib
  10. FLAGS = -mRR -proto -I $(IDIR) -L $(LDIR)
  11.  
  12. example : example.c
  13.       dcc $(FLAGS) -o %(left) %(right) -ltm
  14.  
  15. example : $(IDIR)/libraries/toolmanager.h $(IDIR)/clib/toolmanager_protos.h
  16.  
  17. example : DMakefile
  18.