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, 7 months ago) by albertel
Branches: MAIN
CVS tags: HEAD
Initial revision

    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 \
   11: 	auth/loncacc.pm auth/lonacc.pm
   12: 
   13: install: $(PERLTARGETS) $(AMTARGETS)
   14: 	cp $(PERLTARGETS) $(PERLDIR)
   15: 	cp $(AMTARGETS) $(APACHEMODULES)

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