File:  [LON-CAPA] / loncom / Attic / Makefile
Revision 1.5: download - view: text, annotated - select for diffs
Mon Jun 26 19:30:16 2000 UTC (23 years, 11 months ago) by albertel
Branches: MAIN
CVS tags: HEAD
 added lonsql to install

#Installation Makefile for entire com target
# Right now everything is done here, maybe a recursive make is a better idea?


PERLDIR=/home/httpd/perl
APACHEMODULES=/home/httpd/lib/perl/Apache
PERLSODIR=/usr/local/lib/site_perl/i386-linux/

PERLTARGETS=lonc lond loncron lonsql
AMTARGETS=lonnet/perl/lonrep.pm lonnet/perl/lonnet.pm \
	auth/lonlogin.pm auth/lonauth.pm auth/lonracc.pm \
	auth/loncacc.pm auth/lonacc.pm homework/lonproblem.pm \
        auth/lonroles.pm auth/lonlogout.pm  \
        modules/TexConvert/tthperl/lontex.pm \
	modules/TexConvert/tthperl/lontexconvert.pm \
	modules/TexConvert/tthperl/tth.pm
PERLSOTARGETS=modules/TexConvert/tthperl/tth.so \
	modules/TexConvert/tthperl/tth.bs 

install: $(PERLTARGETS) $(AMTARGETS)
	cp $(PERLTARGETS) $(PERLDIR)
	cp $(AMTARGETS) $(APACHEMODULES)
	#cd modules/TexConvert/tthperl; tcsh commands
	#cd ../../..
	cp $(PERLSOTARGETS) $(PERLSODIR)

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>
500 Internal Server Error

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at root@localhost to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.