IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 11, 2004, 10:36:04 AM (22 years ago)
Author:
desonia
Message:

added install targets to make a test suite executable for non-source
distributions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/sysUtils/Makefile

    r1003 r1007  
    33##  Makefile:   test/sysUtils
    44##
    5 ##  $Revision: 1.14 $  $Name: not supported by cvs2svn $
    6 ##  $Date: 2004-06-11 19:37:23 $
     5##  $Revision: 1.15 $  $Name: not supported by cvs2svn $
     6##  $Date: 2004-06-11 20:36:04 $
    77##
    88##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
    99##
    1010###############################################################################
     11
     12ifndef prefix
     13    export prefix=$(shell cd ../..;pwd)
     14endif
    1115
    1216include ../../src/Makefile.Globals
     
    6771        sed 's|\($*\)\.o[ :]*|builddir\/\1.o $@ : |g' $@.tmp > $@
    6872        $(RM) -f $@.tmp
     73
     74install: $(testbindir) $(testbindir)/verified $(TARGET)
     75        install $(TARGET) $(testbindir)
     76        install verified/*.stderr verified/*.stdout $(testbindir)/verified
     77
     78$(testbindir):
     79        mkdir -p $(testbindir)
     80
     81$(testbindir)/verified:
     82        mkdir -p $(testbindir)/verified
     83
Note: See TracChangeset for help on using the changeset viewer.