Scripts.
This commit is contained in:
parent
d954b0d692
commit
225891fb84
4
Makefile
4
Makefile
@ -1,8 +1,8 @@
|
|||||||
# main makefile...
|
# 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.
|
# Oh My Fucking God, this is such a big, unportable mess. Oh well.
|
||||||
# BSD Make > *
|
# BSD Make > *
|
||||||
APPS=phonectl phoned lib
|
APPS=phonectl phoned lib scripts
|
||||||
APPSUF=${APPS:S/$/_app/}
|
APPSUF=${APPS:S/$/_app/}
|
||||||
APPSCLEAN=${APPS:S/$/_cl/}
|
APPSCLEAN=${APPS:S/$/_cl/}
|
||||||
all: ${APPSUF}
|
all: ${APPSUF}
|
||||||
|
6
README
6
README
@ -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 |
|
| phoned |
|
||||||
| (C)2005, Dan Ponte |
|
| (C)2005, Dan Ponte |
|
||||||
@ -27,7 +27,11 @@ include/ - global include files
|
|||||||
lib/ - API libraries
|
lib/ - API libraries
|
||||||
phonectl/ - command line client to phoned
|
phonectl/ - command line client to phoned
|
||||||
phoned/ - main phone daemon written in C
|
phoned/ - main phone daemon written in C
|
||||||
|
scripts/ - various administration and cool scripts
|
||||||
xfone/ - Tcl/Tk interface to phoned
|
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
|
dcp1990@neptune.atopia.net - http://www.theamigan.net/phoned/index.html
|
||||||
vim:tw=76
|
vim:tw=76
|
||||||
|
Loading…
Reference in New Issue
Block a user