home *** CD-ROM | disk | FTP | other *** search
/ Meeting Pearls 3 / Meeting_Pearls_III.iso / Pearls / comm / Mail+News / UMS11 / Developer / C / examples / DMakefile next >
Makefile  |  1993-08-01  |  289b  |  14 lines

  1. FLAGS=-3.0 -mRR -mi -ms -r -proto -L/dlib -I/include -lums
  2.  
  3. all : SelectMail PrintGroups SumNew
  4.  
  5. SelectMail : SelectMail.c
  6.       dcc $(FLAGS) -o %(left) %(right)
  7.  
  8. PrintGroups : PrintGroups.c
  9.       dcc $(FLAGS) -o %(left) %(right)
  10.  
  11. SumNew : SumNew.c
  12.       dcc $(FLAGS) -o %(left) %(right)
  13.  
  14.