File:  [LON-CAPA] / loncom / Attic / Makefile
Revision 1.9: download - view: text, annotated - select for diffs
Tue Sep 19 19:10:37 2000 UTC (23 years, 7 months ago) by albertel
Branches: MAIN
CVS tags: HEAD
- knows about default_homework

#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/
JSMODULES=/home/httpd/html/res/adm/includes/
TABDIR=/home/httpd/lonTabs

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/scripttag.pm xml/outtext.pm homework/lonhomework.pm \
	homework/test.pm homework/inputtags.pm homework/structuretags.pm \
	homework/response.pm homework/caparesponse/caparesponse.pm 

PERLSOTARGETS=modules/TexConvert/tthperl/tth.so \
	modules/TexConvert/tthperl/tth.bs modules/TexConvert/tthperl/tth.pm \
	homework/caparesponse/capa.so homework/caparesponse/capa.pm \
	homework/caparesponse/capa.bs

JSTARGETS=auth/londes.js homework/default_homework

TABTARGETS=interface/filetypes.tab

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

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