home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 January
/
usenetsourcesnewsgroupsinfomagicjanuary1994.iso
/
sources
/
unix
/
volume6
/
vt100tool
/
part01
/
makefile
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1986-11-30
|
257 b
|
13 lines
CC=cc -g
LIBS= -lsuntool -lsunwindow -lpixrect
LDFLAGS=
LIBDIR=libdir
vt100tool: vt100tool.c vconfig.h vshelltool.icon
${CC} -o vt100tool vt100tool.c ${LIBDIR}/nlibsuntool.a -lsunwindow -lpixrect
vttest: vttest.c
${CC} ${LDFLAGS} -o vttest vttest.c