Annotation of loncom/Makefile, revision 1.47

1.47    ! harris41    1: 
        !             2: 
        !             3: #######################################################
        !             4: #                                                     #
        !             5: # *** DO NOT USE ***                                  #
        !             6: #                                                     #
        !             7: # THIS FILE IS DEPRECATED.                            #
        !             8: #                                                     #
        !             9: # THE BUILD PROCESS IS CONTROLLED BY:                 #
        !            10: # * loncom/build/Makefile, and                        #
        !            11: # * doc/loncapafiles/loncapafiles.lpml                #
        !            12: #                                                     #
        !            13: # FOR MORE INFORMATION, SEE loncom/build/readme.html  #
        !            14: #                                                     #
        !            15: #######################################################
        !            16: 
        !            17: 
        !            18: 
        !            19: 
        !            20: 
1.1       albertel   21: #Installation Makefile for entire com target
                     22: # Right now everything is done here, maybe a recursive make is a better idea?
1.31      albertel   23: #2/13 3/13 Guy Albertelli
                     24: #need to handle interface/default.*
1.1       albertel   25: 
                     26: PERLDIR=/home/httpd/perl
                     27: APACHEMODULES=/home/httpd/lib/perl/Apache
1.44      albertel   28: OTHERMODULES=/home/httpd/lib/perl
1.35      albertel   29: PERLSODIR=/usr/local/lib/perl/5.6.0/
1.7       albertel   30: JSMODULES=/home/httpd/html/res/adm/includes/
1.8       albertel   31: TABDIR=/home/httpd/lonTabs
1.18      albertel   32: RATDIR=/home/httpd/html/adm/rat
1.1       albertel   33: 
1.5       albertel   34: PERLTARGETS=lonc lond loncron lonsql
1.1       albertel   35: AMTARGETS=lonnet/perl/lonrep.pm lonnet/perl/lonnet.pm \
                     36: 	auth/lonlogin.pm auth/lonauth.pm auth/lonracc.pm \
1.19      albertel   37: 	auth/loncacc.pm auth/lonacc.pm \
1.4       albertel   38:         auth/lonroles.pm auth/lonlogout.pm  \
1.36      albertel   39: 	../modules/TexConvert/tthperl/tth.pm \
                     40:         xml/lontex.pm xml/lontexconvert.pm \
1.7       albertel   41:         xml/lonxml.pm xml/style.pm xml/londefdef.pm xml/run.pm \
1.19      albertel   42: 	xml/scripttag.pm homework/lonhomework.pm homework/hint.pm \
1.8       albertel   43: 	homework/test.pm homework/inputtags.pm homework/structuretags.pm \
1.11      albertel   44: 	homework/response.pm homework/caparesponse/caparesponse.pm \
1.27      albertel   45: 	homework/radiobuttonresponse.pm homework/optionresponse.pm \
1.29      albertel   46: 	homework/outputtags.pm homework/grades.pm homework/imageresponse.pm \
1.44      albertel   47: 	homework/edit.pm homework/essayresponse.pm homework/randomlabel.pm \
1.11      albertel   48: 	interface/lonmenu.pm ../rat/lonpageflip.pm ../rat/lonratedt.pm \
                     49: 	../rat/lonratsrv.pm ../rat/lonuserstate.pm ../rat/lonpage.pm \
1.31      albertel   50: 	../rat/lonsequence.pm ../rat/lonambiguous.pm ../rat/lonratparms.pm \
1.41      albertel   51:         ../rat/lonwrapper.pm \
1.11      albertel   52: 	html/res/adm/pages/annotator/admannotations.pm \
                     53: 	html/res/adm/pages/bookmarkmenu/admbookmarks.pm \
1.36      albertel   54: 	publisher/lonconstruct.pm \
                     55: 	publisher/lonpubdir.pm publisher/lonretrieve.pm publisher/londiff.pm \
                     56: 	publisher/lonpublisher.pm publisher/lonupload.pm \
1.13      albertel   57: 	interface/lonindexer.pm interface/lonmeta.pm interface/lonmsg.pm \
1.36      albertel   58: 	interface/lonspreadsheet.pm \
                     59: 	interface/lonparmset.pm interface/londropadd.pm \
1.22      albertel   60: 	interface/lonassignments.pm interface/loncommunicate.pm interface/lonerrorhandler.pm \
1.39      albertel   61: 	interface/lonevaluate.pm interface/lonfeedback.pm \
1.22      albertel   62: 	interface/lonnavmaps.pm interface/lonpreferences.pm interface/lonprintout.pm \
1.29      albertel   63: 	interface/lonsearchcat.pm interface/lontest.pm interface/lonchart.pm \
1.31      albertel   64: 	interface/loncommon.pm interface/loncreatecourse.pm interface/loncreateuser.pm \
1.46      bowersj2   65: 	interface/lonstatistics.pm metadata_database/searchcat.pl \
                     66: 	interface/lonhelp.pm
1.22      albertel   67: 
1.44      albertel   68: OMTARGETS=auth/localauth.pm
1.7       albertel   69: 
1.36      albertel   70: PERLSOTARGETS=../modules/TexConvert/tthperl/tth.so \
                     71: 	../modules/TexConvert/tthperl/tth.bs ../modules/TexConvert/tthperl/tth.pm \
1.8       albertel   72: 	homework/caparesponse/capa.so homework/caparesponse/capa.pm \
                     73: 	homework/caparesponse/capa.bs
                     74: 
1.16      albertel   75: JSTARGETS=auth/londes.js homework/default_homework.lcpm \
1.20      albertel   76:         homework/lectureonline.sty homework/lectureonline.lcpm \
1.16      albertel   77: 	publisher/copyright.tab misc/un_keyword.tab
1.1       albertel   78: 
1.11      albertel   79: TABTARGETS=interface/filetypes.tab auth/roles.tab auth/rolesplain.tab \
1.37      albertel   80: 	spare.tab htpasswd publisher/addid.tab publisher/language.tab \
1.45      albertel   81: 	publisher/packages.tab publisher/thesaurus.dat \
                     82: 	homework/insertlist.tab interface/mydesk.tab 
1.16      albertel   83: 
1.18      albertel   84: RATTARGETS=../rat/images/*.gif ../rat/client/*.html
1.8       albertel   85: 
1.1       albertel   86: install: $(PERLTARGETS) $(AMTARGETS)
                     87: 	cp $(PERLTARGETS) $(PERLDIR)
                     88: 	cp $(AMTARGETS) $(APACHEMODULES)
1.44      albertel   89: 	cp $(OMTARGETS) $(OTHERMODULES)
1.4       albertel   90: 	#cd modules/TexConvert/tthperl; tcsh commands
                     91: 	#cd ../../..
                     92: 	cp $(PERLSOTARGETS) $(PERLSODIR)
1.7       albertel   93: 	cp $(JSTARGETS) $(JSMODULES)
1.11      albertel   94: 	cp $(TABTARGETS) $(TABDIR)
1.12      albertel   95: 	cp -r html/res/adm/pages/* /home/httpd/html/res/adm/pages
1.24      albertel   96: 	cp -r html/adm/* /home/httpd/html/adm
1.42      albertel   97: 	cp -r homework/templates /home/httpd/html/res/adm/includes
1.15      albertel   98: 	cp homework/capa.units /home/httpd/html/res/adm/includes/
1.18      albertel   99: 	cp publisher/publisher.html /home/httpd/html/adm
1.19      albertel  100: 	cp $(RATTARGETS) $(RATDIR)

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