home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 458.lha / ToolManager_v1.1 / DMakefile < prev    next >
Makefile  |  1991-01-02  |  182b  |  9 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.