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, 6 months ago) by harris41
Branches: MAIN
CVS tags: HEAD
added in RPM and BinaryRoot make targets.  they currently work -Scott

    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: 
   14: system:
   15: 
   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: 
   21: LCMakefile:
   22: 	perl parse.pl ../../doc/loncapafiles/loncapafiles.html LCMakefile > LCMakefile
   23: 
   24: SPEC:
   25: 	perl parse.pl ../../doc/loncapafiles/loncapafiles.html SPEC
   26: 
   27: RPM: BinaryRoot
   28: 	cat base_file_list.txt | perl make_rpm.pl base 3.1 '' '' BinaryRoot
   29: 
   30: BinaryRoot:
   31: 	perl parse.pl ../../doc/loncapafiles/loncapafiles.html BinaryRoot
   32: 
   33: clean:
   34: 	rm -Rf HTML
   35: 	rm -f *.spec
   36: 	rm -f LCMakefile
   37: 	rm -Rf BinaryRoot
   38: 	rm -f Makefile.BinaryRoot

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