File:  [LON-CAPA] / loncom / Attic / Makefile
Revision 1.1: download - view: text, annotated - select for diffs
Wed Oct 13 17:48:51 1999 UTC (24 years, 6 months ago) by albertel
Branches: MAIN
CVS tags: HEAD
Initial revision

#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

PERLTARGETS=lonc lond loncron
AMTARGETS=lonnet/perl/lonrep.pm lonnet/perl/lonnet.pm \
	auth/lonlogin.pm auth/lonauth.pm auth/lonracc.pm \
	auth/loncacc.pm auth/lonacc.pm

install: $(PERLTARGETS) $(AMTARGETS)
	cp $(PERLTARGETS) $(PERLDIR)
	cp $(AMTARGETS) $(APACHEMODULES)

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