Annotation of loncom/Makefile, revision 1.7
1.1 albertel 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
1.4 albertel 7: PERLSODIR=/usr/local/lib/site_perl/i386-linux/
1.7 ! albertel 8: JSMODULES=/home/httpd/html/res/adm/includes/
1.1 albertel 9:
1.5 albertel 10: PERLTARGETS=lonc lond loncron lonsql
1.1 albertel 11: AMTARGETS=lonnet/perl/lonrep.pm lonnet/perl/lonnet.pm \
12: auth/lonlogin.pm auth/lonauth.pm auth/lonracc.pm \
1.3 albertel 13: auth/loncacc.pm auth/lonacc.pm homework/lonproblem.pm \
1.4 albertel 14: auth/lonroles.pm auth/lonlogout.pm \
15: modules/TexConvert/tthperl/lontex.pm \
16: modules/TexConvert/tthperl/lontexconvert.pm \
1.6 albertel 17: modules/TexConvert/tthperl/tth.pm \
1.7 ! albertel 18: xml/lonxml.pm xml/style.pm xml/londefdef.pm xml/run.pm \
! 19: xml/scripttag.pm xml/outtext.pm homework/lonhomework.pm \
! 20: homework/test.pm homework/inputtags.pm homework/structuretags.pm
! 21:
1.4 albertel 22: PERLSOTARGETS=modules/TexConvert/tthperl/tth.so \
1.7 ! albertel 23: modules/TexConvert/tthperl/tth.bs modules/TexConvert/tthperl/tth.pm
! 24: JSTARGETS=auth/londes.js
1.1 albertel 25:
26: install: $(PERLTARGETS) $(AMTARGETS)
27: cp $(PERLTARGETS) $(PERLDIR)
28: cp $(AMTARGETS) $(APACHEMODULES)
1.4 albertel 29: #cd modules/TexConvert/tthperl; tcsh commands
30: #cd ../../..
31: cp $(PERLSOTARGETS) $(PERLSODIR)
1.7 ! albertel 32: cp $(JSTARGETS) $(JSMODULES)
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>