Annotation of loncom/Makefile, revision 1.4

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

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