File:  [LON-CAPA] / loncom / Attic / Makefile
Revision 1.4: download - view: text, annotated - select for diffs
Mon Jun 12 18:24:21 2000 UTC (23 years, 11 months ago) by albertel
Branches: MAIN
CVS tags: HEAD
- modified install to install neccessary components on marvin

    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
   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: PERLSOTARGETS=modules/TexConvert/tthperl/tth.so \
   18: 	modules/TexConvert/tthperl/tth.bs 
   19: 
   20: install: $(PERLTARGETS) $(AMTARGETS)
   21: 	cp $(PERLTARGETS) $(PERLDIR)
   22: 	cp $(AMTARGETS) $(APACHEMODULES)
   23: 	#cd modules/TexConvert/tthperl; tcsh commands
   24: 	#cd ../../..
   25: 	cp $(PERLSOTARGETS) $(PERLSODIR)

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