home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / TELECOM / tass.lzh / Makefile < prev    next >
Makefile  |  1993-01-24  |  847b  |  30 lines

  1. G=     -g
  2. CC=    cc
  3. CFLAGS=        -qt=/dd/TMP $G -DREGEXP -DAPPEND_SIG -DMNEWS -DINCSTR \
  4.        -DLOCK_INDEX -DRAND_SIG
  5. LIBS=  -l=/dd/LIB/8bit.l -l=/dd/LIB/termlib.l -l=/dd/LIB/os9lib.l
  6.  
  7.  
  8. OBJECTS        =       curses.r art.r group.r mail.r main.r misc.r page.r \
  9.                prompt.r screen.r select.r time.r sigs.r
  10.  
  11. /h0/ETC/CMDS/tass: $(OBJECTS)
  12.        $(CC) $(CFLAGS) -m=20 -f=$@ $(OBJECTS) $(LIBS)
  13.  
  14. shar:
  15.        -mv -f ../tass.shar ../tass.shar-
  16.        shar -v [A-Z]* *.[ch] > ../tass.shar
  17.  
  18.  
  19. art.r:         art.c tass.h
  20. curses.r:      curses.c
  21. group.r:       group.c tass.h
  22. mail.r:                mail.c
  23. main.r:                main.c tass.h
  24. misc.r:                misc.c tass.h
  25. page.r:                page.c tass.h
  26. prompt.r:      prompt.c tass.h
  27. screen.r:      screen.c tass.h
  28. select.r:      select.c tass.h
  29. time.r:                time.c
  30.