Make it
This commit is contained in:
parent
c95876422a
commit
610c985766
4
Makefile
4
Makefile
@ -1,8 +1,8 @@
|
||||
# main makefile...
|
||||
# $Amigan: phoned/Makefile,v 1.3 2005/06/04 03:01:31 dcp1990 Exp $
|
||||
# $Amigan: phoned/Makefile,v 1.4 2005/06/14 02:44:37 dcp1990 Exp $
|
||||
# Oh My Fucking God, this is such a big, unportable mess. Oh well.
|
||||
# BSD Make > *
|
||||
APPS=phonectl phoned
|
||||
APPS=phonectl phoned lib
|
||||
APPSUF=${APPS:S/$/_app/}
|
||||
APPSCLEAN=${APPS:S/$/_cl/}
|
||||
all: ${APPSUF}
|
||||
|
18
lib/Makefile
Normal file
18
lib/Makefile
Normal file
@ -0,0 +1,18 @@
|
||||
# main makefile...
|
||||
# $Amigan: phoned/lib/Makefile,v 1.1 2005/06/14 02:44:41 dcp1990 Exp $
|
||||
# Oh My Fucking God, this is such a big, unportable mess. Oh well.
|
||||
# BSD Make > *
|
||||
APPS=libpvf
|
||||
APPSUF=${APPS:S/$/_app/}
|
||||
APPSCLEAN=${APPS:S/$/_cl/}
|
||||
all: ${APPSUF}
|
||||
${APPSUF}:
|
||||
@cd ${@:S/_app$//} && make
|
||||
clean: ${APPSCLEAN} ourclean
|
||||
${APPSCLEAN}:
|
||||
@cd ${@:S/_cl$//} && make clean
|
||||
ourclean:
|
||||
# rm -f .conf
|
||||
#.conf:
|
||||
# @perl -e 'require 5.0001; require Modem::fgetty' \
|
||||
# || echo "Needs Modem::Vgetty and perl 5.0001 at least."
|
Loading…
Reference in New Issue
Block a user