File:  [LON-CAPA] / loncom / Attic / Makefile
Revision 1.6: download - view: text, annotated - select for diffs
Thu Jun 29 13:57:30 2000 UTC (23 years, 10 months ago) by albertel
Branches: MAIN
CVS tags: HEAD
- installs xml parser

#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 \
        xml/lonxml.pm xml/style.pm xml/londefdef.pm xml/run.pm 
#	xml/script.pm xml/outtext.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>