File:  [LON-CAPA] / loncom / Attic / Makefile
Revision 1.6: download - view: text, annotated - select for diffs
Thu Jun 29 13:57:30 2000 UTC (23 years, 10 months ago) by albertel
Branches: MAIN
CVS tags: HEAD
- installs xml parser

    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: 
    9: PERLTARGETS=lonc lond loncron lonsql
   10: AMTARGETS=lonnet/perl/lonrep.pm lonnet/perl/lonnet.pm \
   11: 	auth/lonlogin.pm auth/lonauth.pm auth/lonracc.pm \
   12: 	auth/loncacc.pm auth/lonacc.pm homework/lonproblem.pm \
   13:         auth/lonroles.pm auth/lonlogout.pm  \
   14:         modules/TexConvert/tthperl/lontex.pm \
   15: 	modules/TexConvert/tthperl/lontexconvert.pm \
   16: 	modules/TexConvert/tthperl/tth.pm \
   17:         xml/lonxml.pm xml/style.pm xml/londefdef.pm xml/run.pm 
   18: #	xml/script.pm xml/outtext.pm 
   19: PERLSOTARGETS=modules/TexConvert/tthperl/tth.so \
   20: 	modules/TexConvert/tthperl/tth.bs 
   21: 
   22: install: $(PERLTARGETS) $(AMTARGETS)
   23: 	cp $(PERLTARGETS) $(PERLDIR)
   24: 	cp $(AMTARGETS) $(APACHEMODULES)
   25: 	#cd modules/TexConvert/tthperl; tcsh commands
   26: 	#cd ../../..
   27: 	cp $(PERLSOTARGETS) $(PERLSODIR)

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