home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume6 / vt100tool / part01 / makefile < prev    next >
Encoding:
Makefile  |  1986-11-30  |  257 b   |  13 lines

  1. CC=cc -g
  2. LIBS=    -lsuntool -lsunwindow -lpixrect
  3. LDFLAGS=
  4. LIBDIR=libdir
  5.  
  6. vt100tool: vt100tool.c vconfig.h vshelltool.icon
  7.     ${CC}   -o vt100tool vt100tool.c ${LIBDIR}/nlibsuntool.a -lsunwindow -lpixrect
  8.  
  9. vttest: vttest.c
  10.     ${CC} ${LDFLAGS} -o vttest vttest.c
  11.  
  12.  
  13.