File:  [LON-CAPA] / loncom / build / Makefile
Revision 1.24: download - view: text, annotated - select for diffs
Thu Jan 25 18:43:52 2001 UTC (23 years, 3 months ago) by harris41
Branches: MAIN
CVS tags: HEAD
some hastily written build targets to build the reconfiguration
component for LON-CAPA -Scott

    1: # Makefile
    2: # For LON-CAPA
    3: # Scott Harrison
    4: # November 2000
    5: 
    6: CDTARGET="."
    7: 
    8: all: 
    9: 	# nothing yet here
   10: 
   11: cd: 
   12: 	# Build temporary script to get cd
   13: 	# make sure there is enough disk space
   14: 	@echo "# Automatically generated Makefile for LON-CAPA" > Makefile.cd.tmp
   15: 	@/bin/df $(CDTARGET) | perl -e '@l=<>;split(/\s+/,$$l[1]);$$s=@_[3]*1024;if ($$s>1000000000) {print "\S=1\n";} else {print "\S=0\n";}' >> Makefile.cd.tmp
   16: 	@echo "cd:" >> Makefile.cd.tmp
   17: 	@echo -e "ifeq (\$$(S),1)" >> Makefile.cd.tmp
   18: 	@echo -e "\t@echo \"There is enough disk space.  Good!\"" >> Makefile.cd.tmp
   19: 	# set up commands to copy cd image from install.lon-capa.org (wget -r)
   20: 	@echo -e "\tcd \$$(TARGET); wget -np -N -r -l 1000 http://install.lon-capa.org/3.1/currentcdsource" >> Makefile.cd.tmp
   21: 	@echo -e "\tcd \$$(TARGET); find ./install.lon-capa.org -name index.html | xargs rm -f" >> Makefile.cd.tmp
   22: 	# set up cvs update commands
   23: 	# set up cd image compilation (mkisofs)
   24: 	@echo -e "\tcd \$$(TARGET)/install.lon-capa.org/3.1/currentcdsource/; mkisofs -v -R -T -V \"LON-CAPA and Red Hat 6.2\" -b images/boot.img -c boot.cat -o \$$(TARGET)/redhat.img ." >> Makefile.cd.tmp
   25: 	@echo -e "else" >> Makefile.cd.tmp
   26: 	@echo -e "\t@echo \"ERROR ******* Not enough disk space. There must be at least one gigabyte free\"" >> Makefile.cd.tmp
   27: 	@echo -e "endif" >> Makefile.cd.tmp
   28: 	@echo -e "\t@echo \"To mount this for something like an http network install; mount -t iso9660 -o ro,loop=/dev/loop0 /mnt/drive/redhat.img /home/harris41/public_html/mount\"" >> Makefile.cd.tmp
   29: 	make -f Makefile.cd.tmp TARGET="$(CDTARGET)" cd
   30: 
   31: cd_cover:
   32: 
   33: HTML:
   34: 	install -d HTML
   35: 	cp ../../doc/loncapafiles/*.gif HTML
   36: 	perl parse.pl ../../doc/loncapafiles/loncapafiles.html HTML > HTML/index.html
   37: 
   38: status:
   39: 	install -d HTML
   40: 	cp ../../doc/loncapafiles/*.gif HTML
   41: 	perl parse.pl ../../doc/loncapafiles/loncapafiles.html status > HTML/filestatus.html
   42: 
   43: statuspost: status
   44: 	cp ../../doc/loncapafiles/*.gif /home/httpd/html/lon-status
   45: 	cp HTML/filestatus.html /home/httpd/html/lon-status/filestatus.html
   46: 
   47: LCMakefile:
   48: 	perl parse.pl ../../doc/loncapafiles/loncapafiles.html LCMakefile > LCMakefile
   49: 
   50: SPEC:
   51: 	perl parse.pl ../../doc/loncapafiles/loncapafiles.html SPEC
   52: 
   53: configinstall: 
   54: 	# there is a dependency on having directories in place, but oh well...
   55: 	perl parse.pl ../../doc/loncapafiles/loncapafiles.html configinstall > Makefile.configinstall
   56: 	make -f Makefile.configinstall SOURCE="../.." TARGET="" configfiles
   57: 	perl loncaparestoreconfigurations lasttimestamp
   58: 	make -f Makefile.configinstall TARGET="" configpermissions
   59: 
   60: install: build
   61: 	perl parse.pl ../../doc/loncapafiles/loncapafiles.html install > Makefile.install
   62: 	make -f Makefile.install SOURCE="../.." TARGET="" directories
   63: 	make -f Makefile.install SOURCE="../.." TARGET="" files
   64: 	make -f Makefile.install SOURCE="../.." TARGET="" links
   65: 
   66: build:
   67: 	perl parse.pl ../../doc/loncapafiles/loncapafiles.html build > Makefile.build
   68: 	make -f Makefile.build all
   69: 
   70: RPM: BinaryRoot
   71: 	cat base_file_list.txt | perl make_rpm.pl base 3.1 '' '' BinaryRoot
   72: 	cat setup_file_list.txt | perl make_rpm.pl setup 3.1 '' '' BinaryRoot
   73: 
   74: BinaryRoot:
   75: 	perl parse.pl ../../doc/loncapafiles/loncapafiles.html BinaryRoot
   76: 
   77: loncapaconfig:
   78: 	rm -Rf LoncapaconfigRoot
   79: 	install -d LoncapaconfigRoot/usr/src/
   80: 	install -d LoncapaconfigRoot/usr/lib/python1.5/site-packages
   81: 	install /usr/lib/python1.5/site-packages/kudzumodule.so LoncapaconfigRoot/usr/lib/python1.5/site-packages/kudzumodule.so
   82: 	cd LoncapaconfigRoot/usr/src; cp -pR /mnt/drive/loncapaconfig .
   83: 	install -d LoncapaconfigRoot/usr/sbin
   84: 	@echo -e "#!/bin/sh\ncd /usr/src/loncapaconfig/usr/bin; ./loncapaconfig\n" > LoncapaconfigRoot/usr/sbin/loncapaconfig
   85: 	chmod u+x LoncapaconfigRoot/usr/sbin/loncapaconfig
   86: 	find LoncapaconfigRoot -type d | xargs chmod o-wxr
   87: 	find LoncapaconfigRoot -type f | xargs chmod o-wxr
   88: 	find LoncapaconfigRoot/ -type d | grep 'src/lon' > loncapaconfig_file_list.txt
   89: 	find LoncapaconfigRoot/ -type d | grep '^LoncapaconfigRoot/usr/lib/python1.5/site-packages' >> loncapaconfig_file_list.txt
   90: 	find LoncapaconfigRoot/ -type f >> loncapaconfig_file_list.txt
   91: 	cat loncapaconfig_file_list.txt | perl make_rpm.pl loncapaconfig 3.1 '' '' LoncapaconfigRoot
   92: 	cp LON-CAPA-loncapaconfig-3.1-1.i386.rpm /mnt/drive/install.lon-capa.org/3.1/currentcdsource/RedHat/RPMS/.
   93: 
   94: clean:
   95: 	rm -Rf HTML
   96: 	rm -f *.spec
   97: 	rm -f LCMakefile
   98: 	rm -Rf BinaryRoot
   99: 	rm -f Makefile.BinaryRoot
  100: 	rm -f Makefile.build
  101: 	rm -f Makefile.install
  102: 	rm -f Makefile.install.tmp
  103: 	rm -f Makefile.cd.tmp
  104: 	rm -f *.rpm

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