File:  [LON-CAPA] / loncom / build / Makefile
Revision 1.6: download - view: text, annotated - select for diffs
Mon Dec 11 19:02:25 2000 UTC (23 years, 4 months ago) by harris41
Branches: MAIN
CVS tags: HEAD
added in RPM and BinaryRoot make targets.  they currently work -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

RPM: BinaryRoot
	cat base_file_list.txt | perl make_rpm.pl base 3.1 '' '' BinaryRoot

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>