Annotation of loncom/build/Makefile, revision 1.6
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.6 ! harris41 27: RPM: BinaryRoot
! 28: cat base_file_list.txt | perl make_rpm.pl base 3.1 '' '' BinaryRoot
! 29:
! 30: BinaryRoot:
1.5 harris41 31: perl parse.pl ../../doc/loncapafiles/loncapafiles.html BinaryRoot
32:
1.1 harris41 33: clean:
1.3 harris41 34: rm -Rf HTML
1.4 harris41 35: rm -f *.spec
36: rm -f LCMakefile
1.5 harris41 37: rm -Rf BinaryRoot
38: rm -f Makefile.BinaryRoot
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>