File:  [LON-CAPA] / loncom / build / Makefile
Revision 1.5: download - view: text, annotated - select for diffs
Mon Dec 11 18:35:14 2000 UTC (23 years, 4 months ago) by harris41
Branches: MAIN
CVS tags: HEAD
added a target to build a binary root image that reflects what
and where files should be on the eventual target system -Scott

# Makefile
# For LON-CAPA
# Scott Harrison
# November 2000

all: LON-CAPA-base cd cd_cover

LON-CAPA-base:

cd: 

cd_cover:

system:

HTML:
	install -d HTML
	cp ../../doc/loncapafiles/*.gif HTML
	perl parse.pl ../../doc/loncapafiles/loncapafiles.html HTML > HTML/index.html

LCMakefile:
	perl parse.pl ../../doc/loncapafiles/loncapafiles.html LCMakefile > LCMakefile

SPEC:
	perl parse.pl ../../doc/loncapafiles/loncapafiles.html SPEC

Makefile.BinaryRoot:
	perl parse.pl ../../doc/loncapafiles/loncapafiles.html BinaryRoot

clean:
	rm -Rf HTML
	rm -f *.spec
	rm -f LCMakefile
	rm -Rf BinaryRoot
	rm -f Makefile.BinaryRoot

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>