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

version 1.44, 2001/10/09 20:40:47 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 42  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  OMTARGETS=auth/localauth.pm
   
Line 57  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 \
  publisher/packages.tab \   publisher/packages.tab publisher/thesaurus.dat \
  homework/insertlist.tab interface/mydesk.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.44  
changed lines
  Added in v.1.47


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