File:  [LON-CAPA] / loncom / Attic / Makefile
Revision 1.34: download - view: text, annotated - select for diffs
Wed Apr 4 19:17:09 2001 UTC (23 years, 1 month ago) by albertel
Branches: MAIN
CVS tags: HEAD
- new file

    1: #Installation Makefile for entire com target
    2: # Right now everything is done here, maybe a recursive make is a better idea?
    3: #2/13 3/13 Guy Albertelli
    4: #need to handle interface/default.*
    5: 
    6: PERLDIR=/home/httpd/perl
    7: APACHEMODULES=/home/httpd/lib/perl/Apache
    8: PERLSODIR=/usr/local/lib/site_perl/i386-linux/
    9: JSMODULES=/home/httpd/html/res/adm/includes/
   10: TABDIR=/home/httpd/lonTabs
   11: RATDIR=/home/httpd/html/adm/rat
   12: 
   13: PERLTARGETS=lonc lond loncron lonsql
   14: AMTARGETS=lonnet/perl/lonrep.pm lonnet/perl/lonnet.pm \
   15: 	auth/lonlogin.pm auth/lonauth.pm auth/lonracc.pm \
   16: 	auth/loncacc.pm auth/lonacc.pm \
   17:         auth/lonroles.pm auth/lonlogout.pm  \
   18:         modules/TexConvert/tthperl/lontex.pm \
   19: 	modules/TexConvert/tthperl/lontexconvert.pm \
   20: 	modules/TexConvert/tthperl/tth.pm \
   21:         xml/lonxml.pm xml/style.pm xml/londefdef.pm xml/run.pm \
   22: 	xml/scripttag.pm homework/lonhomework.pm homework/hint.pm \
   23: 	homework/test.pm homework/inputtags.pm homework/structuretags.pm \
   24: 	homework/response.pm homework/caparesponse/caparesponse.pm \
   25: 	homework/radiobuttonresponse.pm homework/optionresponse.pm \
   26: 	homework/outputtags.pm homework/grades.pm homework/imageresponse.pm \
   27: 	homework/edit.pm homework/essayresponse.pm \
   28: 	interface/lonmenu.pm ../rat/lonpageflip.pm ../rat/lonratedt.pm \
   29: 	../rat/lonratsrv.pm ../rat/lonuserstate.pm ../rat/lonpage.pm \
   30: 	../rat/lonsequence.pm ../rat/lonambiguous.pm ../rat/lonratparms.pm \
   31: 	html/res/adm/pages/annotator/admannotations.pm \
   32: 	html/res/adm/pages/bookmarkmenu/admbookmarks.pm \
   33: 	interface/lonindexer.pm interface/lonmeta.pm interface/lonmsg.pm \
   34: 	interface/lonspreadsheet.pm publisher/lonconstruct.pm \
   35: 	publisher/lonpubdir.pm publisher/lonretrieve.pm \
   36: 	interface/lonparmset.pm interface/londropadd.pm publisher/lonpublisher.pm \
   37: 	interface/lonassignments.pm interface/loncommunicate.pm interface/lonerrorhandler.pm \
   38: 	interface/lonevaluate.pm interface/lonfeedback.pm interface/lonmydesk.pm \
   39: 	interface/lonnavmaps.pm interface/lonpreferences.pm interface/lonprintout.pm \
   40: 	interface/lonsearchcat.pm interface/lontest.pm interface/lonchart.pm \
   41: 	interface/loncommon.pm interface/loncreatecourse.pm interface/loncreateuser.pm \
   42: 	metadata_database/searchcat.pm
   43: 
   44: 
   45: PERLSOTARGETS=modules/TexConvert/tthperl/tth.so \
   46: 	modules/TexConvert/tthperl/tth.bs modules/TexConvert/tthperl/tth.pm \
   47: 	homework/caparesponse/capa.so homework/caparesponse/capa.pm \
   48: 	homework/caparesponse/capa.bs
   49: 
   50: JSTARGETS=auth/londes.js homework/default_homework.lcpm \
   51:         homework/lectureonline.sty homework/lectureonline.lcpm \
   52: 	publisher/copyright.tab misc/un_keyword.tab
   53: 
   54: TABTARGETS=interface/filetypes.tab auth/roles.tab auth/rolesplain.tab \
   55: 	spare.tab htpasswd publisher/addid.tab publisher/language.tab 
   56: 
   57: RATTARGETS=../rat/images/*.gif ../rat/client/*.html
   58: 
   59: install: $(PERLTARGETS) $(AMTARGETS)
   60: 	cp $(PERLTARGETS) $(PERLDIR)
   61: 	cp $(AMTARGETS) $(APACHEMODULES)
   62: 	#cd modules/TexConvert/tthperl; tcsh commands
   63: 	#cd ../../..
   64: 	cp $(PERLSOTARGETS) $(PERLSODIR)
   65: 	cp $(JSTARGETS) $(JSMODULES)
   66: 	cp $(TABTARGETS) $(TABDIR)
   67: 	cp -r html/res/adm/pages/* /home/httpd/html/res/adm/pages
   68: 	cp -r html/adm/* /home/httpd/html/adm
   69: 	cp homework/capa.units /home/httpd/html/res/adm/includes/
   70: 	cp publisher/publisher.html /home/httpd/html/adm
   71: 	cp $(RATTARGETS) $(RATDIR)

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