home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / TELECOM / GNU_ATP_1_40.lzh / SRC / makefile < prev    next >
Makefile  |  1993-09-12  |  1KB  |  38 lines

  1. * Makefile for OS-9/68000 version of ATP 9-11-93
  2. ODIR    = /dd/cmds
  3. RDIR    = rels
  4. *
  5. * Attention les francophones!
  6. * Si vous voulez, effacez -DENGLISH dessous et substituez -DFRENCH 
  7. CFLAGS    =    -q -dENGLISH -t=/r0
  8. LFLAGS    =    -q
  9. RFILES    =    read.r    readlib.r    makemail.r    system.r    ansi.r    qlib.r \
  10.             text.r    chosetag.r
  11. *
  12. atp:    $(RFILES)
  13.         chd $(RDIR); l68 /dd/lib/cstart.r $(RFILES) -e=140 -o=atp \
  14.         -l=/dd/lib/cio.l -l=/dd/lib/clibn.l -l=/dd/lib/math.l \
  15.         -l=/dd/lib/sys.l -l=/dd/lib/termlib.l -a -M=16k
  16.     
  17. chosetag.r: chosetag.c reader.h makefile
  18.  
  19. ansi.r: ansi.c ansi.h makefile
  20.  
  21. makemail.r: makemail.c system.h ansi.h makemail.h qlib.h reader.h readlib.h makefile
  22.  
  23. qlib.r: qlib.c system.h ansi.h qlib.h reader.h readlib.h makefile
  24.  
  25. read.r: read.c system.h ansi.h makemail.h qlib.h reader.h readlib.h makefile
  26.  
  27. readlib.r: readlib.c system.h ansi.h makemail.h qlib.h reader.h readlib.h makefile
  28.  
  29. system.r: system.c system.h ansi.h makefile
  30.  
  31. text.r: text.c system.h ansi.h reader.h makefile
  32.  
  33. * end of makefile
  34.  
  35.  
  36.