--- loncom/Attic/Makefile 2001/01/03 00:09:42 1.21 +++ loncom/Attic/Makefile 2001/04/01 05:34:07 1.33 @@ -1,6 +1,7 @@ #Installation Makefile for entire com target # Right now everything is done here, maybe a recursive make is a better idea? - +#2/13 3/13 Guy Albertelli +#need to handle interface/default.* PERLDIR=/home/httpd/perl APACHEMODULES=/home/httpd/lib/perl/Apache @@ -21,14 +22,25 @@ AMTARGETS=lonnet/perl/lonrep.pm lonnet/p xml/scripttag.pm homework/lonhomework.pm homework/hint.pm \ homework/test.pm homework/inputtags.pm homework/structuretags.pm \ homework/response.pm homework/caparesponse/caparesponse.pm \ + homework/radiobuttonresponse.pm homework/optionresponse.pm \ + homework/outputtags.pm homework/grades.pm homework/imageresponse.pm \ + homework/edit.pm \ interface/lonmenu.pm ../rat/lonpageflip.pm ../rat/lonratedt.pm \ ../rat/lonratsrv.pm ../rat/lonuserstate.pm ../rat/lonpage.pm \ - ../rat/lonsequence.pm ../rat/lonambiguous.pm \ + ../rat/lonsequence.pm ../rat/lonambiguous.pm ../rat/lonratparms.pm \ html/res/adm/pages/annotator/admannotations.pm \ html/res/adm/pages/bookmarkmenu/admbookmarks.pm \ interface/lonindexer.pm interface/lonmeta.pm interface/lonmsg.pm \ interface/lonspreadsheet.pm publisher/lonconstruct.pm \ - interface/lonparmset.pm interface/londropadd.pm publisher/lonpublisher.pm + publisher/lonpubdir.pm publisher/lonretrieve.pm \ + interface/lonparmset.pm interface/londropadd.pm publisher/lonpublisher.pm \ + interface/lonassignments.pm interface/loncommunicate.pm interface/lonerrorhandler.pm \ + interface/lonevaluate.pm interface/lonfeedback.pm interface/lonmydesk.pm \ + interface/lonnavmaps.pm interface/lonpreferences.pm interface/lonprintout.pm \ + interface/lonsearchcat.pm interface/lontest.pm interface/lonchart.pm \ + interface/loncommon.pm interface/loncreatecourse.pm interface/loncreateuser.pm \ + metadata_database/searchcat.pm + PERLSOTARGETS=modules/TexConvert/tthperl/tth.so \ modules/TexConvert/tthperl/tth.bs modules/TexConvert/tthperl/tth.pm \ @@ -53,6 +65,7 @@ install: $(PERLTARGETS) $(AMTARGETS) cp $(JSTARGETS) $(JSMODULES) cp $(TABTARGETS) $(TABDIR) cp -r html/res/adm/pages/* /home/httpd/html/res/adm/pages + cp -r html/adm/* /home/httpd/html/adm cp homework/capa.units /home/httpd/html/res/adm/includes/ cp publisher/publisher.html /home/httpd/html/adm cp $(RATTARGETS) $(RATDIR)