Diff for /loncom/Attic/Makefile between versions 1.24 and 1.40

version 1.24, 2001/01/08 14:22:23 version 1.40, 2001/06/12 22:43:23
Line 1 Line 1
 #Installation Makefile for entire com target  #Installation Makefile for entire com target
 # Right now everything is done here, maybe a recursive make is a better idea?  # 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  PERLDIR=/home/httpd/perl
 APACHEMODULES=/home/httpd/lib/perl/Apache  APACHEMODULES=/home/httpd/lib/perl/Apache
 PERLSODIR=/usr/local/lib/site_perl/i386-linux/  PERLSODIR=/usr/local/lib/perl/5.6.0/
 JSMODULES=/home/httpd/html/res/adm/includes/  JSMODULES=/home/httpd/html/res/adm/includes/
 TABDIR=/home/httpd/lonTabs  TABDIR=/home/httpd/lonTabs
 RATDIR=/home/httpd/html/adm/rat  RATDIR=/home/httpd/html/adm/rat
Line 14  AMTARGETS=lonnet/perl/lonrep.pm lonnet/p Line 15  AMTARGETS=lonnet/perl/lonrep.pm lonnet/p
  auth/lonlogin.pm auth/lonauth.pm auth/lonracc.pm \   auth/lonlogin.pm auth/lonauth.pm auth/lonracc.pm \
  auth/loncacc.pm auth/lonacc.pm \   auth/loncacc.pm auth/lonacc.pm \
         auth/lonroles.pm auth/lonlogout.pm  \          auth/lonroles.pm auth/lonlogout.pm  \
         modules/TexConvert/tthperl/lontex.pm \   ../modules/TexConvert/tthperl/tth.pm \
  modules/TexConvert/tthperl/lontexconvert.pm \          xml/lontex.pm xml/lontexconvert.pm \
  modules/TexConvert/tthperl/tth.pm \  
         xml/lonxml.pm xml/style.pm xml/londefdef.pm xml/run.pm \          xml/lonxml.pm xml/style.pm xml/londefdef.pm xml/run.pm \
  xml/scripttag.pm homework/lonhomework.pm homework/hint.pm \   xml/scripttag.pm homework/lonhomework.pm homework/hint.pm \
  homework/test.pm homework/inputtags.pm homework/structuretags.pm \   homework/test.pm homework/inputtags.pm homework/structuretags.pm \
  homework/response.pm homework/caparesponse/caparesponse.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 homework/essayresponse.pm \
  interface/lonmenu.pm ../rat/lonpageflip.pm ../rat/lonratedt.pm \   interface/lonmenu.pm ../rat/lonpageflip.pm ../rat/lonratedt.pm \
  ../rat/lonratsrv.pm ../rat/lonuserstate.pm ../rat/lonpage.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/annotator/admannotations.pm \
  html/res/adm/pages/bookmarkmenu/admbookmarks.pm \   html/res/adm/pages/bookmarkmenu/admbookmarks.pm \
    publisher/lonconstruct.pm \
    publisher/lonpubdir.pm publisher/lonretrieve.pm publisher/londiff.pm \
    publisher/lonpublisher.pm publisher/lonupload.pm \
  interface/lonindexer.pm interface/lonmeta.pm interface/lonmsg.pm \   interface/lonindexer.pm interface/lonmeta.pm interface/lonmsg.pm \
  interface/lonspreadsheet.pm publisher/lonconstruct.pm \   interface/lonspreadsheet.pm \
  interface/lonparmset.pm interface/londropadd.pm publisher/lonpublisher.pm \   interface/lonparmset.pm interface/londropadd.pm \
  interface/lonassignments.pm interface/loncommunicate.pm interface/lonerrorhandler.pm \   interface/lonassignments.pm interface/loncommunicate.pm interface/lonerrorhandler.pm \
  interface/lonevaluate.pm interface/lonfeedback.pm interface/lonmydesk.pm \   interface/lonevaluate.pm interface/lonfeedback.pm \
  interface/lonnavmaps.pm interface/lonpreferences.pm interface/lonprintout.pm \   interface/lonnavmaps.pm interface/lonpreferences.pm interface/lonprintout.pm \
  interface/lonsearchcat.pm interface/lontest.pm   interface/lonsearchcat.pm interface/lontest.pm interface/lonchart.pm \
    interface/loncommon.pm interface/loncreatecourse.pm interface/loncreateuser.pm \
    interface/lonstatistics.pm metadata_database/searchcat.pl
   
   
 PERLSOTARGETS=modules/TexConvert/tthperl/tth.so \  PERLSOTARGETS=../modules/TexConvert/tthperl/tth.so \
  modules/TexConvert/tthperl/tth.bs modules/TexConvert/tthperl/tth.pm \   ../modules/TexConvert/tthperl/tth.bs ../modules/TexConvert/tthperl/tth.pm \
  homework/caparesponse/capa.so homework/caparesponse/capa.pm \   homework/caparesponse/capa.so homework/caparesponse/capa.pm \
  homework/caparesponse/capa.bs   homework/caparesponse/capa.bs
   
Line 46  JSTARGETS=auth/londes.js homework/defaul Line 53  JSTARGETS=auth/londes.js homework/defaul
  publisher/copyright.tab misc/un_keyword.tab   publisher/copyright.tab misc/un_keyword.tab
   
 TABTARGETS=interface/filetypes.tab auth/roles.tab auth/rolesplain.tab \  TABTARGETS=interface/filetypes.tab auth/roles.tab auth/rolesplain.tab \
  spare.tab htpasswd publisher/addid.tab publisher/language.tab    spare.tab htpasswd publisher/addid.tab publisher/language.tab \
    homework/insertlist.tab interface/mydesk.tab
   
 RATTARGETS=../rat/images/*.gif ../rat/client/*.html  RATTARGETS=../rat/images/*.gif ../rat/client/*.html
   

Removed from v.1.24  
changed lines
  Added in v.1.40


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