Changeset 1021
- Timestamp:
- Jun 14, 2004, 9:38:06 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/Makefile
r1007 r1021 3 3 ## Makefile: test 4 4 ## 5 ## $Revision: 1. 4$ $Name: not supported by cvs2svn $6 ## $Date: 2004-06-1 1 20:36:04$5 ## $Revision: 1.5 $ $Name: not supported by cvs2svn $ 6 ## $Date: 2004-06-14 19:38:06 $ 7 7 ## 8 8 ## Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 51 51 # Define PHONY target "install" which will install necessary files 52 52 53 install: $(TARGET_STATIC) $(TARGET_DYNAMIC) $(includedir) $(libexecdir) $(testbindir)53 install: $(TARGET_STATIC) $(TARGET_DYNAMIC) $(includedir) $(libexecdir) 54 54 install *.h $(includedir) 55 55 install $(TARGET_STATIC) $(libexecdir) 56 56 install $(TARGET_DYNAMIC) $(libexecdir) 57 58 installtests: install $(testbindir) 57 59 install FullUnitTest runTest $(testbindir) 58 60 $(MAKE) --directory=collections install
Note:
See TracChangeset
for help on using the changeset viewer.
