File:  [LON-CAPA] / loncom / Attic / Makefile
Revision 1.47: download - view: text, annotated - select for diffs
Fri Jul 5 17:49:50 2002 UTC (21 years, 10 months ago) by harris41
Branches: MAIN
CVS tags: HEAD
flagging developers about this file

    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: 
   21: #Installation Makefile for entire com target
   22: # Right now everything is done here, maybe a recursive make is a better idea?
   23: #2/13 3/13 Guy Albertelli
   24: #need to handle interface/default.*
   25: 
   26: PERLDIR=/home/httpd/perl
   27: APACHEMODULES=/home/httpd/lib/perl/Apache
   28: OTHERMODULES=/home/httpd/lib/perl
   29: PERLSODIR=/usr/local/lib/perl/5.6.0/
   30: JSMODULES=/home/httpd/html/res/adm/includes/
   31: TABDIR=/home/httpd/lonTabs
   32: RATDIR=/home/httpd/html/adm/rat
   33: 
   34: PERLTARGETS=lonc lond loncron lonsql
   35: AMTARGETS=lonnet/perl/lonrep.pm lonnet/perl/lonnet.pm \
   36: 	auth/lonlogin.pm auth/lonauth.pm auth/lonracc.pm \
   37: 	auth/loncacc.pm auth/lonacc.pm \
   38:         auth/lonroles.pm auth/lonlogout.pm  \
   39: 	../modules/TexConvert/tthperl/tth.pm \
   40:         xml/lontex.pm xml/lontexconvert.pm \
   41:         xml/lonxml.pm xml/style.pm xml/londefdef.pm xml/run.pm \
   42: 	xml/scripttag.pm homework/lonhomework.pm homework/hint.pm \
   43: 	homework/test.pm homework/inputtags.pm homework/structuretags.pm \
   44: 	homework/response.pm homework/caparesponse/caparesponse.pm \
   45: 	homework/radiobuttonresponse.pm homework/optionresponse.pm \
   46: 	homework/outputtags.pm homework/grades.pm homework/imageresponse.pm \
   47: 	homework/edit.pm homework/essayresponse.pm homework/randomlabel.pm \
   48: 	interface/lonmenu.pm ../rat/lonpageflip.pm ../rat/lonratedt.pm \
   49: 	../rat/lonratsrv.pm ../rat/lonuserstate.pm ../rat/lonpage.pm \
   50: 	../rat/lonsequence.pm ../rat/lonambiguous.pm ../rat/lonratparms.pm \
   51:         ../rat/lonwrapper.pm \
   52: 	html/res/adm/pages/annotator/admannotations.pm \
   53: 	html/res/adm/pages/bookmarkmenu/admbookmarks.pm \
   54: 	publisher/lonconstruct.pm \
   55: 	publisher/lonpubdir.pm publisher/lonretrieve.pm publisher/londiff.pm \
   56: 	publisher/lonpublisher.pm publisher/lonupload.pm \
   57: 	interface/lonindexer.pm interface/lonmeta.pm interface/lonmsg.pm \
   58: 	interface/lonspreadsheet.pm \
   59: 	interface/lonparmset.pm interface/londropadd.pm \
   60: 	interface/lonassignments.pm interface/loncommunicate.pm interface/lonerrorhandler.pm \
   61: 	interface/lonevaluate.pm interface/lonfeedback.pm \
   62: 	interface/lonnavmaps.pm interface/lonpreferences.pm interface/lonprintout.pm \
   63: 	interface/lonsearchcat.pm interface/lontest.pm interface/lonchart.pm \
   64: 	interface/loncommon.pm interface/loncreatecourse.pm interface/loncreateuser.pm \
   65: 	interface/lonstatistics.pm metadata_database/searchcat.pl \
   66: 	interface/lonhelp.pm
   67: 
   68: OMTARGETS=auth/localauth.pm
   69: 
   70: PERLSOTARGETS=../modules/TexConvert/tthperl/tth.so \
   71: 	../modules/TexConvert/tthperl/tth.bs ../modules/TexConvert/tthperl/tth.pm \
   72: 	homework/caparesponse/capa.so homework/caparesponse/capa.pm \
   73: 	homework/caparesponse/capa.bs
   74: 
   75: JSTARGETS=auth/londes.js homework/default_homework.lcpm \
   76:         homework/lectureonline.sty homework/lectureonline.lcpm \
   77: 	publisher/copyright.tab misc/un_keyword.tab
   78: 
   79: TABTARGETS=interface/filetypes.tab auth/roles.tab auth/rolesplain.tab \
   80: 	spare.tab htpasswd publisher/addid.tab publisher/language.tab \
   81: 	publisher/packages.tab publisher/thesaurus.dat \
   82: 	homework/insertlist.tab interface/mydesk.tab 
   83: 
   84: RATTARGETS=../rat/images/*.gif ../rat/client/*.html
   85: 
   86: install: $(PERLTARGETS) $(AMTARGETS)
   87: 	cp $(PERLTARGETS) $(PERLDIR)
   88: 	cp $(AMTARGETS) $(APACHEMODULES)
   89: 	cp $(OMTARGETS) $(OTHERMODULES)
   90: 	#cd modules/TexConvert/tthperl; tcsh commands
   91: 	#cd ../../..
   92: 	cp $(PERLSOTARGETS) $(PERLSODIR)
   93: 	cp $(JSTARGETS) $(JSMODULES)
   94: 	cp $(TABTARGETS) $(TABDIR)
   95: 	cp -r html/res/adm/pages/* /home/httpd/html/res/adm/pages
   96: 	cp -r html/adm/* /home/httpd/html/adm
   97: 	cp -r homework/templates /home/httpd/html/res/adm/includes
   98: 	cp homework/capa.units /home/httpd/html/res/adm/includes/
   99: 	cp publisher/publisher.html /home/httpd/html/adm
  100: 	cp $(RATTARGETS) $(RATDIR)

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