Annotation of loncom/Makefile, revision 1.30

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

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