This commit is contained in:
dcp1990 2005-06-27 00:13:04 +00:00
parent fdc78fec7d
commit 6168c36844
2 changed files with 5 additions and 5 deletions

View File

@ -1,8 +1,8 @@
# main makefile... # main makefile...
# $Amigan: phoned/lib/Makefile,v 1.1 2005/06/14 02:44:41 dcp1990 Exp $ # $Amigan: phoned/lib/Makefile,v 1.2 2005/06/27 00:13:04 dcp1990 Exp $
# Oh My Fucking God, this is such a big, unportable mess. Oh well. # Oh My Fucking God, this is such a big, unportable mess. Oh well.
# BSD Make > * # BSD Make > *
APPS=libpvf APPS=libpvf tcl
APPSUF=${APPS:S/$/_app/} APPSUF=${APPS:S/$/_app/}
APPSCLEAN=${APPS:S/$/_cl/} APPSCLEAN=${APPS:S/$/_cl/}
all: ${APPSUF} all: ${APPSUF}

View File

@ -1,7 +1,7 @@
# xfone Makefile # xfone Makefile
# (C)2005, Dan Ponte # (C)2005, Dan Ponte
# $Amigan: phoned/lib/tcl/Makefile,v 1.1 2005/06/27 00:12:28 dcp1990 Exp $ # $Amigan: phoned/lib/tcl/Makefile,v 1.2 2005/06/27 00:13:05 dcp1990 Exp $
include ../global.mk include ../../global.mk
# basic stuff. we append for a reason. # basic stuff. we append for a reason.
CPPFLAGS+=-I/usr/local/include/tcl8.4 CPPFLAGS+=-I/usr/local/include/tcl8.4
CFLAGS+=-g ${CPPFLAGS} CFLAGS+=-g ${CPPFLAGS}
@ -11,6 +11,6 @@ MAINBIN=udom.so
SRCS=sockstuff.c SRCS=sockstuff.c
OBJS=sockstuff.o OBJS=sockstuff.o
include ../main.mk include ../../main.mk
ourclean: ourclean: