ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/reports/php/Makefile.inc
Revision: 1.1
Committed: Sun Feb 16 14:52:43 2003 UTC (21 years, 3 months ago) by tdb
Branch: MAIN
CVS Tags: HEAD
Log Message:
New style build system for the php jibble.

File Contents

# Content
1 # Include Makefile for the php pages
2 # $Id$
3
4 ## Rule to CVS update the files
5 .PHONY : update
6 update :
7 $(CVS) -q -d $(CVSROOT) update
8
9 .PHONY : DOCOPY
10 DOCOPY : $(COPYCHECK)
11
12 $(COPYCHECK) : $(FILES)
13 cp $(FILES) `perl -e '$$root="$(SOURCEROOT)";$$path=\`pwd\`;$$path=~s/^$$root($$1)/$$1/;print "$(BUILD)".$$path;'`
14 @touch $(COPYCHECK)
15
16 .PHONY : DOCLEAN
17 DOCLEAN :
18 rm -f $(COPYCHECK)
19
20 $(MCOMPILECHECK) :
21 cd $(SOURCEROOT) && $(MAKE) build
22
23 $(CHANGELOG) :
24 cd $(SOURCEROOT) && $(MAKE) mkchangelog