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

version 1.40, 2001/06/12 22:43:23 version 1.47, 2002/07/05 17:49:50
Line 1 Line 1
   
   
   #######################################################
   #                                                     #
   # *** DO NOT USE ***                                  #
   #                                                     #
   # THIS FILE IS DEPRECATED.                            #
   #                                                     #
   # THE BUILD PROCESS IS CONTROLLED BY:                 #
   # * loncom/build/Makefile, and                        #
   # * doc/loncapafiles/loncapafiles.lpml                #
   #                                                     #
   # FOR MORE INFORMATION, SEE loncom/build/readme.html  #
   #                                                     #
   #######################################################
   
   
   
   
   
 #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  #2/13 3/13 Guy Albertelli
Line 5 Line 25
   
 PERLDIR=/home/httpd/perl  PERLDIR=/home/httpd/perl
 APACHEMODULES=/home/httpd/lib/perl/Apache  APACHEMODULES=/home/httpd/lib/perl/Apache
   OTHERMODULES=/home/httpd/lib/perl
 PERLSODIR=/usr/local/lib/perl/5.6.0/  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
Line 23  AMTARGETS=lonnet/perl/lonrep.pm lonnet/p Line 44  AMTARGETS=lonnet/perl/lonrep.pm lonnet/p
  homework/response.pm homework/caparesponse/caparesponse.pm \   homework/response.pm homework/caparesponse/caparesponse.pm \
  homework/radiobuttonresponse.pm homework/optionresponse.pm \   homework/radiobuttonresponse.pm homework/optionresponse.pm \
  homework/outputtags.pm homework/grades.pm homework/imageresponse.pm \   homework/outputtags.pm homework/grades.pm homework/imageresponse.pm \
  homework/edit.pm homework/essayresponse.pm \   homework/edit.pm homework/essayresponse.pm homework/randomlabel.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/lonratparms.pm \   ../rat/lonsequence.pm ../rat/lonambiguous.pm ../rat/lonratparms.pm \
           ../rat/lonwrapper.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/lonconstruct.pm \
Line 40  AMTARGETS=lonnet/perl/lonrep.pm lonnet/p Line 62  AMTARGETS=lonnet/perl/lonrep.pm lonnet/p
  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/lonchart.pm \   interface/lonsearchcat.pm interface/lontest.pm interface/lonchart.pm \
  interface/loncommon.pm interface/loncreatecourse.pm interface/loncreateuser.pm \   interface/loncommon.pm interface/loncreatecourse.pm interface/loncreateuser.pm \
  interface/lonstatistics.pm metadata_database/searchcat.pl   interface/lonstatistics.pm metadata_database/searchcat.pl \
    interface/lonhelp.pm
   
   OMTARGETS=auth/localauth.pm
   
 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 \
Line 54  JSTARGETS=auth/londes.js homework/defaul Line 78  JSTARGETS=auth/londes.js homework/defaul
   
 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   publisher/packages.tab publisher/thesaurus.dat \
    homework/insertlist.tab interface/mydesk.tab 
   
 RATTARGETS=../rat/images/*.gif ../rat/client/*.html  RATTARGETS=../rat/images/*.gif ../rat/client/*.html
   
 install: $(PERLTARGETS) $(AMTARGETS)  install: $(PERLTARGETS) $(AMTARGETS)
  cp $(PERLTARGETS) $(PERLDIR)   cp $(PERLTARGETS) $(PERLDIR)
  cp $(AMTARGETS) $(APACHEMODULES)   cp $(AMTARGETS) $(APACHEMODULES)
    cp $(OMTARGETS) $(OTHERMODULES)
  #cd modules/TexConvert/tthperl; tcsh commands   #cd modules/TexConvert/tthperl; tcsh commands
  #cd ../../..   #cd ../../..
  cp $(PERLSOTARGETS) $(PERLSODIR)   cp $(PERLSOTARGETS) $(PERLSODIR)
Line 68  install: $(PERLTARGETS) $(AMTARGETS) Line 94  install: $(PERLTARGETS) $(AMTARGETS)
  cp $(TABTARGETS) $(TABDIR)   cp $(TABTARGETS) $(TABDIR)
  cp -r html/res/adm/pages/* /home/httpd/html/res/adm/pages   cp -r html/res/adm/pages/* /home/httpd/html/res/adm/pages
  cp -r html/adm/* /home/httpd/html/adm   cp -r html/adm/* /home/httpd/html/adm
    cp -r homework/templates /home/httpd/html/res/adm/includes
  cp homework/capa.units /home/httpd/html/res/adm/includes/   cp homework/capa.units /home/httpd/html/res/adm/includes/
  cp publisher/publisher.html /home/httpd/html/adm   cp publisher/publisher.html /home/httpd/html/adm
  cp $(RATTARGETS) $(RATDIR)   cp $(RATTARGETS) $(RATDIR)

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


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