home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 468.lha / ToolManager_v1.2 / DMakefile < prev    next >
Makefile  |  1991-02-08  |  232b  |  12 lines

  1. SRCS=toolmanager.c toollist.c window.c data.c
  2. OBJS=$(SRCS:"*.c":"*.o")
  3.  
  4. ToolManager : $(OBJS)
  5.          dcc -o %(left) %(right)
  6.  
  7. $(OBJS) : $(SRCS)
  8.          dcc -o %(left) -c %(right)
  9.  
  10. $(SRCS) : ToolManager.h
  11.          SetDate %(left)
  12.