File:  [LON-CAPA] / loncom / Attic / Makefile
Revision 1.14: download - view: text, annotated - select for diffs
Thu Nov 30 14:57:25 2000 UTC (23 years, 5 months ago) by albertel
Branches: MAIN
CVS tags: HEAD
- added new publisher pms
- <outtext> no longer exists

    1: #Installation Makefile for entire com target
    2: # Right now everything is done here, maybe a recursive make is a better idea?
    3: 
    4: 
    5: PERLDIR=/home/httpd/perl
    6: APACHEMODULES=/home/httpd/lib/perl/Apache
    7: PERLSODIR=/usr/local/lib/site_perl/i386-linux/
    8: JSMODULES=/home/httpd/html/res/adm/includes/
    9: TABDIR=/home/httpd/lonTabs
   10: 
   11: PERLTARGETS=lonc lond loncron lonsql
   12: AMTARGETS=lonnet/perl/lonrep.pm lonnet/perl/lonnet.pm \
   13: 	auth/lonlogin.pm auth/lonauth.pm auth/lonracc.pm \
   14: 	auth/loncacc.pm auth/lonacc.pm homework/lonproblem.pm \
   15:         auth/lonroles.pm auth/lonlogout.pm  \
   16:         modules/TexConvert/tthperl/lontex.pm \
   17: 	modules/TexConvert/tthperl/lontexconvert.pm \
   18: 	modules/TexConvert/tthperl/tth.pm \
   19:         xml/lonxml.pm xml/style.pm xml/londefdef.pm xml/run.pm \
   20: 	xml/scripttag.pm homework/lonhomework.pm \
   21: 	homework/test.pm homework/inputtags.pm homework/structuretags.pm \
   22: 	homework/response.pm homework/caparesponse/caparesponse.pm \
   23: 	interface/lonmenu.pm ../rat/lonpageflip.pm ../rat/lonratedt.pm \
   24: 	../rat/lonratsrv.pm ../rat/lonuserstate.pm ../rat/lonpage.pm \
   25: 	../rat/lonsequence.pm ../rat/lonambiguous.pm \
   26: 	html/res/adm/pages/annotator/admannotations.pm \
   27: 	html/res/adm/pages/bookmarkmenu/admbookmarks.pm \
   28: 	interface/lonindexer.pm interface/lonmeta.pm interface/lonmsg.pm \
   29: 	interface/lonspreadsheet.pm publisher/lonconstruct.pm \
   30: 	publisher/lonpublisher.pm
   31: 
   32: PERLSOTARGETS=modules/TexConvert/tthperl/tth.so \
   33: 	modules/TexConvert/tthperl/tth.bs modules/TexConvert/tthperl/tth.pm \
   34: 	homework/caparesponse/capa.so homework/caparesponse/capa.pm \
   35: 	homework/caparesponse/capa.bs
   36: 
   37: JSTARGETS=auth/londes.js homework/default_homework.lcpm
   38: 
   39: TABTARGETS=interface/filetypes.tab auth/roles.tab auth/rolesplain.tab \
   40: 	spare.tab htpasswd publisher/addid.tab
   41: 
   42: install: $(PERLTARGETS) $(AMTARGETS)
   43: 	cp $(PERLTARGETS) $(PERLDIR)
   44: 	cp $(AMTARGETS) $(APACHEMODULES)
   45: 	#cd modules/TexConvert/tthperl; tcsh commands
   46: 	#cd ../../..
   47: 	cp $(PERLSOTARGETS) $(PERLSODIR)
   48: 	cp $(JSTARGETS) $(JSMODULES)
   49: 	cp $(TABTARGETS) $(TABDIR)
   50: 	cp -r html/res/adm/pages/* /home/httpd/html/res/adm/pages
   51: 	cp homework/capa.units /home/httpd/html/res/adm/includes/

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