File:  [LON-CAPA] / loncom / Attic / Makefile
Revision 1.28: download - view: text, annotated - select for diffs
Wed Feb 7 00:31:38 2001 UTC (23 years, 3 months ago) by albertel
Branches: MAIN
CVS tags: HEAD
- adding some grading support

    1: #Installation Makefile for entire com target
    2: # Right now everything is done here, maybe a recursive make is a better idea?
    3: 
    4: 
    5: PERLDIR=/home/httpd/perl
    6: APACHEMODULES=/home/httpd/lib/perl/Apache
    7: PERLSODIR=/usr/local/lib/site_perl/i386-linux/
    8: JSMODULES=/home/httpd/html/res/adm/includes/
    9: TABDIR=/home/httpd/lonTabs
   10: RATDIR=/home/httpd/html/adm/rat
   11: 
   12: PERLTARGETS=lonc lond loncron lonsql
   13: AMTARGETS=lonnet/perl/lonrep.pm lonnet/perl/lonnet.pm \
   14: 	auth/lonlogin.pm auth/lonauth.pm auth/lonracc.pm \
   15: 	auth/loncacc.pm auth/lonacc.pm \
   16:         auth/lonroles.pm auth/lonlogout.pm  \
   17:         modules/TexConvert/tthperl/lontex.pm \
   18: 	modules/TexConvert/tthperl/lontexconvert.pm \
   19: 	modules/TexConvert/tthperl/tth.pm \
   20:         xml/lonxml.pm xml/style.pm xml/londefdef.pm xml/run.pm \
   21: 	xml/scripttag.pm homework/lonhomework.pm homework/hint.pm \
   22: 	homework/test.pm homework/inputtags.pm homework/structuretags.pm \
   23: 	homework/response.pm homework/caparesponse/caparesponse.pm \
   24: 	homework/radiobuttonresponse.pm homework/optionresponse.pm \
   25: 	homework/outputtags.pm homework/grades.pm \
   26: 	interface/lonmenu.pm ../rat/lonpageflip.pm ../rat/lonratedt.pm \
   27: 	../rat/lonratsrv.pm ../rat/lonuserstate.pm ../rat/lonpage.pm \
   28: 	../rat/lonsequence.pm ../rat/lonambiguous.pm \
   29: 	html/res/adm/pages/annotator/admannotations.pm \
   30: 	html/res/adm/pages/bookmarkmenu/admbookmarks.pm \
   31: 	interface/lonindexer.pm interface/lonmeta.pm interface/lonmsg.pm \
   32: 	interface/lonspreadsheet.pm publisher/lonconstruct.pm \
   33: 	interface/lonparmset.pm interface/londropadd.pm publisher/lonpublisher.pm \
   34: 	interface/lonassignments.pm interface/loncommunicate.pm interface/lonerrorhandler.pm \
   35: 	interface/lonevaluate.pm interface/lonfeedback.pm interface/lonmydesk.pm \
   36: 	interface/lonnavmaps.pm interface/lonpreferences.pm interface/lonprintout.pm \
   37: 	interface/lonsearchcat.pm interface/lontest.pm interface/lonchart.pm
   38: 
   39: 
   40: 
   41: PERLSOTARGETS=modules/TexConvert/tthperl/tth.so \
   42: 	modules/TexConvert/tthperl/tth.bs modules/TexConvert/tthperl/tth.pm \
   43: 	homework/caparesponse/capa.so homework/caparesponse/capa.pm \
   44: 	homework/caparesponse/capa.bs
   45: 
   46: JSTARGETS=auth/londes.js homework/default_homework.lcpm \
   47:         homework/lectureonline.sty homework/lectureonline.lcpm \
   48: 	publisher/copyright.tab misc/un_keyword.tab
   49: 
   50: TABTARGETS=interface/filetypes.tab auth/roles.tab auth/rolesplain.tab \
   51: 	spare.tab htpasswd publisher/addid.tab publisher/language.tab 
   52: 
   53: RATTARGETS=../rat/images/*.gif ../rat/client/*.html
   54: 
   55: install: $(PERLTARGETS) $(AMTARGETS)
   56: 	cp $(PERLTARGETS) $(PERLDIR)
   57: 	cp $(AMTARGETS) $(APACHEMODULES)
   58: 	#cd modules/TexConvert/tthperl; tcsh commands
   59: 	#cd ../../..
   60: 	cp $(PERLSOTARGETS) $(PERLSODIR)
   61: 	cp $(JSTARGETS) $(JSMODULES)
   62: 	cp $(TABTARGETS) $(TABDIR)
   63: 	cp -r html/res/adm/pages/* /home/httpd/html/res/adm/pages
   64: 	cp -r html/adm/* /home/httpd/html/adm
   65: 	cp homework/capa.units /home/httpd/html/res/adm/includes/
   66: 	cp publisher/publisher.html /home/httpd/html/adm
   67: 	cp $(RATTARGETS) $(RATDIR)

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