File:  [LON-CAPA] / loncom / Attic / Makefile
Revision 1.10: download - view: text, annotated - select for diffs
Mon Oct 2 22:13:47 2000 UTC (23 years, 7 months ago) by albertel
Branches: MAIN
CVS tags: HEAD
- rename default_homework

    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 xml/outtext.pm homework/lonhomework.pm \
   21: 	homework/test.pm homework/inputtags.pm homework/structuretags.pm \
   22: 	homework/response.pm homework/caparesponse/caparesponse.pm 
   23: 
   24: PERLSOTARGETS=modules/TexConvert/tthperl/tth.so \
   25: 	modules/TexConvert/tthperl/tth.bs modules/TexConvert/tthperl/tth.pm \
   26: 	homework/caparesponse/capa.so homework/caparesponse/capa.pm \
   27: 	homework/caparesponse/capa.bs
   28: 
   29: JSTARGETS=auth/londes.js homework/default_homework.lcpm
   30: 
   31: TABTARGETS=interface/filetypes.tab
   32: 
   33: install: $(PERLTARGETS) $(AMTARGETS)
   34: 	cp $(PERLTARGETS) $(PERLDIR)
   35: 	cp $(AMTARGETS) $(APACHEMODULES)
   36: 	#cd modules/TexConvert/tthperl; tcsh commands
   37: 	#cd ../../..
   38: 	cp $(PERLSOTARGETS) $(PERLSODIR)
   39: 	cp $(JSTARGETS) $(JSMODULES)
   40: 	cp $(TABTARGETS) $(TABDIR)

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