IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 15, 2004, 9:14:11 AM (22 years ago)
Author:
desonia
Message:

merged install and installtests targets.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/Makefile

    r1372 r2152  
    33##  Makefile:   test
    44##
    5 ##  $Revision: 1.8 $  $Name: not supported by cvs2svn $
    6 ##  $Date: 2004-08-03 20:42:30 $
     5##  $Revision: 1.9 $  $Name: not supported by cvs2svn $
     6##  $Date: 2004-10-15 19:14:11 $
    77##
    88##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    5151# Define PHONY target "install" which will install necessary files
    5252
    53 install: $(TARGET_STATIC) $(TARGET_DYNAMIC) $(includedir) $(libexecdir)
     53install: $(TARGET_STATIC) $(TARGET_DYNAMIC) $(includedir) $(libexecdir) $(testbindir)
    5454        install *.h $(includedir)
    5555        install $(TARGET_STATIC) $(libexecdir)
    5656        install $(TARGET_DYNAMIC) $(libexecdir)
    57 
    58 installtests: install $(testbindir)
    5957        install FullUnitTest runTest $(testbindir)
    6058        $(MAKE) --directory=collections install
Note: See TracChangeset for help on using the changeset viewer.