Annotation of loncom/build/Makefile, revision 1.5
1.1 harris41 1: # Makefile
2: # For LON-CAPA
3: # Scott Harrison
4: # November 2000
5:
6: all: LON-CAPA-base cd cd_cover
7:
8: LON-CAPA-base:
9:
10: cd:
11:
12: cd_cover:
13:
1.2 harris41 14: system:
15:
1.3 harris41 16: HTML:
17: install -d HTML
18: cp ../../doc/loncapafiles/*.gif HTML
19: perl parse.pl ../../doc/loncapafiles/loncapafiles.html HTML > HTML/index.html
20:
1.2 harris41 21: LCMakefile:
1.3 harris41 22: perl parse.pl ../../doc/loncapafiles/loncapafiles.html LCMakefile > LCMakefile
1.2 harris41 23:
1.4 harris41 24: SPEC:
25: perl parse.pl ../../doc/loncapafiles/loncapafiles.html SPEC
26:
1.5 ! harris41 27: Makefile.BinaryRoot:
! 28: perl parse.pl ../../doc/loncapafiles/loncapafiles.html BinaryRoot
! 29:
1.1 harris41 30: clean:
1.3 harris41 31: rm -Rf HTML
1.4 harris41 32: rm -f *.spec
33: rm -f LCMakefile
1.5 ! harris41 34: rm -Rf BinaryRoot
! 35: rm -f Makefile.BinaryRoot
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>