32 lines
1.1 KiB
Makefile
32 lines
1.1 KiB
Makefile
|
#######################################################################
|
|||
|
# #
|
|||
|
# Camlp4 #
|
|||
|
# #
|
|||
|
# Damien Doligez, projet Para, INRIA Rocquencourt #
|
|||
|
# #
|
|||
|
# Copyright 1999 Institut National de Recherche en Informatique et #
|
|||
|
# en Automatique. Distributed only by permission. #
|
|||
|
# #
|
|||
|
#######################################################################
|
|||
|
|
|||
|
# $Id$
|
|||
|
|
|||
|
TARGETS = camlp4.help
|
|||
|
|
|||
|
all <EFBFBD> {TARGETS}
|
|||
|
|
|||
|
clean <EFBFBD><EFBFBD>
|
|||
|
delete -i {TARGETS}
|
|||
|
|
|||
|
depend <EFBFBD> $OutOfDate
|
|||
|
|
|||
|
get_promote <EFBFBD> $OutOfDate
|
|||
|
|
|||
|
install <EFBFBD>
|
|||
|
(newfolder "{MANDIR}" || set status 0) <20> dev:null
|
|||
|
duplicate -y {TARGETS} "{MANDIR}"
|
|||
|
|
|||
|
camlp4.help <EFBFBD> camlp4.help.tpl
|
|||
|
streamedit -e "1,$ replace -c <20> /LIBDIR/ '{P4LIBDIR}'" camlp4.help.tpl <20>
|
|||
|
> camlp4.help
|