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

    r1004 r1007  
    33##  Makefile:   test/collections
    44##
    5 ##  $Revision: 1.13 $  $Name: not supported by cvs2svn $
    6 ##  $Date: 2004-06-11 19:38:58 $
     5##  $Revision: 1.14 $  $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
     
    6973        $(RM) -f $@.tmp
    7074
     75install: $(testbindir) $(testbindir)/verified $(TARGET)
     76        install $(TARGET) $(testbindir)
     77        install verified/*.stderr verified/*.stdout $(testbindir)/verified
     78
     79$(testbindir):
     80        mkdir -p $(testbindir)
     81
     82$(testbindir)/verified:
     83        mkdir -p $(testbindir)/verified
     84
     85
Note: See TracChangeset for help on using the changeset viewer.