Annotation of loncom/Makefile, revision 1.14

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?
                      3: 
                      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.1       albertel   10: 
1.5       albertel   11: PERLTARGETS=lonc lond loncron lonsql
1.1       albertel   12: AMTARGETS=lonnet/perl/lonrep.pm lonnet/perl/lonnet.pm \
                     13: 	auth/lonlogin.pm auth/lonauth.pm auth/lonracc.pm \
1.3       albertel   14: 	auth/loncacc.pm auth/lonacc.pm homework/lonproblem.pm \
1.4       albertel   15:         auth/lonroles.pm auth/lonlogout.pm  \
                     16:         modules/TexConvert/tthperl/lontex.pm \
                     17: 	modules/TexConvert/tthperl/lontexconvert.pm \
1.6       albertel   18: 	modules/TexConvert/tthperl/tth.pm \
1.7       albertel   19:         xml/lonxml.pm xml/style.pm xml/londefdef.pm xml/run.pm \
1.14    ! albertel   20: 	xml/scripttag.pm homework/lonhomework.pm \
1.8       albertel   21: 	homework/test.pm homework/inputtags.pm homework/structuretags.pm \
1.11      albertel   22: 	homework/response.pm homework/caparesponse/caparesponse.pm \
                     23: 	interface/lonmenu.pm ../rat/lonpageflip.pm ../rat/lonratedt.pm \
                     24: 	../rat/lonratsrv.pm ../rat/lonuserstate.pm ../rat/lonpage.pm \
1.12      albertel   25: 	../rat/lonsequence.pm ../rat/lonambiguous.pm \
1.11      albertel   26: 	html/res/adm/pages/annotator/admannotations.pm \
                     27: 	html/res/adm/pages/bookmarkmenu/admbookmarks.pm \
1.13      albertel   28: 	interface/lonindexer.pm interface/lonmeta.pm interface/lonmsg.pm \
1.14    ! albertel   29: 	interface/lonspreadsheet.pm publisher/lonconstruct.pm \
        !            30: 	publisher/lonpublisher.pm
1.7       albertel   31: 
1.4       albertel   32: PERLSOTARGETS=modules/TexConvert/tthperl/tth.so \
1.8       albertel   33: 	modules/TexConvert/tthperl/tth.bs modules/TexConvert/tthperl/tth.pm \
                     34: 	homework/caparesponse/capa.so homework/caparesponse/capa.pm \
                     35: 	homework/caparesponse/capa.bs
                     36: 
1.10      albertel   37: JSTARGETS=auth/londes.js homework/default_homework.lcpm
1.1       albertel   38: 
1.11      albertel   39: TABTARGETS=interface/filetypes.tab auth/roles.tab auth/rolesplain.tab \
1.14    ! albertel   40: 	spare.tab htpasswd publisher/addid.tab
1.8       albertel   41: 
1.1       albertel   42: install: $(PERLTARGETS) $(AMTARGETS)
                     43: 	cp $(PERLTARGETS) $(PERLDIR)
                     44: 	cp $(AMTARGETS) $(APACHEMODULES)
1.4       albertel   45: 	#cd modules/TexConvert/tthperl; tcsh commands
                     46: 	#cd ../../..
                     47: 	cp $(PERLSOTARGETS) $(PERLSODIR)
1.7       albertel   48: 	cp $(JSTARGETS) $(JSMODULES)
1.11      albertel   49: 	cp $(TABTARGETS) $(TABDIR)
1.12      albertel   50: 	cp -r html/res/adm/pages/* /home/httpd/html/res/adm/pages
                     51: 	cp homework/capa.units /home/httpd/html/res/adm/includes/

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