Moved around
This commit is contained in:
parent
cace58799e
commit
fdc78fec7d
16
lib/tcl/Makefile
Normal file
16
lib/tcl/Makefile
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
# xfone Makefile
|
||||||
|
# (C)2005, Dan Ponte
|
||||||
|
# $Amigan: phoned/lib/tcl/Makefile,v 1.1 2005/06/27 00:12:28 dcp1990 Exp $
|
||||||
|
include ../global.mk
|
||||||
|
# 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
|
||||||
|
|
||||||
|
include ../main.mk
|
||||||
|
ourclean:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user