File:  [LON-CAPA] / loncom / build / Makefile
Revision 1.7: download - view: text, annotated - select for diffs
Tue Dec 12 17:11:23 2000 UTC (23 years, 4 months ago) by harris41
Branches: MAIN
CVS tags: HEAD
added partial implementation of two system-based targets
filesystem status and install

# 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

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

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

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

install:
	perl parse.pl ../../doc/loncapafiles/loncapafiles.html install > Makefile.install

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>