This commit is contained in:
dcp1990 2005-06-19 05:51:07 +00:00
parent d954b0d692
commit 225891fb84
2 changed files with 7 additions and 3 deletions

View File

@ -1,8 +1,8 @@
# main makefile...
# $Amigan: phoned/Makefile,v 1.4 2005/06/14 02:44:37 dcp1990 Exp $
# $Amigan: phoned/Makefile,v 1.5 2005/06/19 05:51:07 dcp1990 Exp $
# Oh My Fucking God, this is such a big, unportable mess. Oh well.
# BSD Make > *
APPS=phonectl phoned lib
APPS=phonectl phoned lib scripts
APPSUF=${APPS:S/$/_app/}
APPSCLEAN=${APPS:S/$/_cl/}
all: ${APPSUF}

6
README
View File

@ -1,4 +1,4 @@
$Amigan: phoned/README,v 1.4 2005/06/14 02:45:36 dcp1990 Exp $
$Amigan: phoned/README,v 1.5 2005/06/19 05:51:07 dcp1990 Exp $
+=======================================+
| phoned |
| (C)2005, Dan Ponte |
@ -27,7 +27,11 @@ include/ - global include files
lib/ - API libraries
phonectl/ - command line client to phoned
phoned/ - main phone daemon written in C
scripts/ - various administration and cool scripts
xfone/ - Tcl/Tk interface to phoned
The scripts need tcllib. Please modify the paths in the scripts to libraries
so that they work.
dcp1990@neptune.atopia.net - http://www.theamigan.net/phoned/index.html
vim:tw=76