Annotation of loncom/Makefile, revision 1.3
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
7:
8: PERLTARGETS=lonc lond loncron
9: AMTARGETS=lonnet/perl/lonrep.pm lonnet/perl/lonnet.pm \
10: auth/lonlogin.pm auth/lonauth.pm auth/lonracc.pm \
1.3 ! albertel 11: auth/loncacc.pm auth/lonacc.pm homework/lonproblem.pm \
! 12: auth/lonroles.pm
1.1 albertel 13:
14: install: $(PERLTARGETS) $(AMTARGETS)
15: cp $(PERLTARGETS) $(PERLDIR)
16: cp $(AMTARGETS) $(APACHEMODULES)
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>