home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 October
/
usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso
/
x
/
volume14
/
xantfarm
/
part01
/
Imakefile
next >
Wrap
Makefile
|
1991-10-25
|
603b
|
18 lines
# @(#) $Header: Imakefile,v 1.3 91/10/16 21:38:24 jef Exp $
#
# Copyright (C) 1991 by Jef Poskanzer
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose and without fee is hereby granted, provided
# that the above copyright notice appear in all copies and that both that
# copyright notice and this permission notice appear in supporting
# documentation. This software is provided "as is" without express or
# implied warranty.
LOCAL_LIBRARIES = $(XLIB)
DEPLIBS = $(DEPXLIB)
SRCS = xantfarm.c
OBJS = xantfarm.o
ComplexProgramTarget(xantfarm)