Annotation of loncom/Makefile, revision 1.6

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.1       albertel    8: 
1.5       albertel    9: PERLTARGETS=lonc lond loncron lonsql
1.1       albertel   10: AMTARGETS=lonnet/perl/lonrep.pm lonnet/perl/lonnet.pm \
                     11: 	auth/lonlogin.pm auth/lonauth.pm auth/lonracc.pm \
1.3       albertel   12: 	auth/loncacc.pm auth/lonacc.pm homework/lonproblem.pm \
1.4       albertel   13:         auth/lonroles.pm auth/lonlogout.pm  \
                     14:         modules/TexConvert/tthperl/lontex.pm \
                     15: 	modules/TexConvert/tthperl/lontexconvert.pm \
1.6     ! albertel   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 
1.4       albertel   19: PERLSOTARGETS=modules/TexConvert/tthperl/tth.so \
                     20: 	modules/TexConvert/tthperl/tth.bs 
1.1       albertel   21: 
                     22: install: $(PERLTARGETS) $(AMTARGETS)
                     23: 	cp $(PERLTARGETS) $(PERLDIR)
                     24: 	cp $(AMTARGETS) $(APACHEMODULES)
1.4       albertel   25: 	#cd modules/TexConvert/tthperl; tcsh commands
                     26: 	#cd ../../..
                     27: 	cp $(PERLSOTARGETS) $(PERLSODIR)

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