home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Source Code 1992 March
/
Source_Code_CD-ROM_Walnut_Creek_March_1992.iso
/
usenet
/
altsrcs
/
1
/
1391
/
Imakefile
< prev
next >
Wrap
Makefile
|
1990-12-28
|
143b
|
9 lines
PROGRAMS= XtoPS
SYS_LIBRARIES= $(XLIB) -lm
SRCS= XtoPS.c encode.c
OBJS= XtoPS.o encode.o
AllTarget($(PROGRAMS))
ComplexProgramTarget(XtoPS)