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/dataManip/Makefile

    r1002 r1007  
    33##  Makefile:   test/sysUtils
    44##
    5 ##  $Revision: 1.12 $  $Name: not supported by cvs2svn $
    6 ##  $Date: 2004-06-11 19:24:43 $
     5##  $Revision: 1.13 $  $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
     
    7377        $(RM) -f $@.tmp
    7478
     79install: $(testbindir) $(testbindir)/verified $(TARGET)
     80        install $(TARGET) $(testbindir)
     81        install verified/*.stderr verified/*.stdout $(testbindir)/verified
     82
     83$(testbindir):
     84        mkdir -p $(testbindir)
     85
     86$(testbindir)/verified:
     87        mkdir -p $(testbindir)/verified
     88
     89
Note: See TracChangeset for help on using the changeset viewer.