home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
InfoMagic Source Code 1993 July
/
THE_SOURCE_CODE_CD_ROM.iso
/
gnu
/
graphics-0.17
/
xplot
/
Imakefile
< 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
|
1991-03-13
|
265 b
|
8 lines
INCLUDES = -I$(TOP) -I$(TOP)/usr/include -I$(TOP)/usr/include/X11 -DVERS="0.4"
LOCAL_LIBRARIES = $(XAWLIB) $(XMULIB) $(XTOOLLIB) $(XLIB)
SYS_LIBRARIES = -lm
SRCS = xplot.c alabel.c
OBJS = xplot.o alabel.o
ComplexProgramTarget(xplot)