phoned/lib/tcl/Makefile

17 lines
363 B
Makefile
Raw Normal View History

2005-06-26 20:12:28 -04:00
# xfone Makefile
# (C)2005, Dan Ponte
2005-06-26 20:13:04 -04:00
# $Amigan: phoned/lib/tcl/Makefile,v 1.2 2005/06/27 00:13:05 dcp1990 Exp $
include ../../global.mk
2005-06-26 20:12:28 -04:00
# basic stuff. we append for a reason.
CPPFLAGS+=-I/usr/local/include/tcl8.4
CFLAGS+=-g ${CPPFLAGS}
LDFLAGS+=-shared
# keep these up to date.
MAINBIN=udom.so
SRCS=sockstuff.c
OBJS=sockstuff.o
2005-06-26 20:13:04 -04:00
include ../../main.mk
2005-06-26 20:12:28 -04:00
ourclean: