Changeset 1050
- Timestamp:
- Jun 15, 2004, 11:46:21 AM (22 years ago)
- Location:
- branches/rel1/psLib/src
- Files:
-
- 3 edited
-
Makefile (modified) (2 diffs)
-
Makefile.Globals (modified) (2 diffs)
-
mainpage.dox (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/rel1/psLib/src/Makefile
r985 r1050 3 3 ## Makefile: psLib 4 4 ## 5 ## $Revision: 1.12 $ $Name: not supported by cvs2svn $6 ## $Date: 2004-06-1 0 20:26:10$5 ## $Revision: 1.12.2.1 $ $Name: not supported by cvs2svn $ 6 ## $Date: 2004-06-15 21:46:21 $ 7 7 ## 8 8 ## Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 140 140 # the installation 141 141 142 install: installdirs $(INSTALLTARGETS)142 install: all installdirs $(INSTALLTARGETS) 143 143 install *.h $(includedir) 144 144 install $(TARGET_STATIC) $(libexecdir) -
branches/rel1/psLib/src/Makefile.Globals
r1043 r1050 5 5 ## Assumptions: Variable "prefix" already defined 6 6 ## 7 ## $Revision: 1.10.2. 1$ $Name: not supported by cvs2svn $8 ## $Date: 2004-06-15 03:09:15$7 ## $Revision: 1.10.2.2 $ $Name: not supported by cvs2svn $ 8 ## $Date: 2004-06-15 21:46:21 $ 9 9 ## 10 10 ## Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 29 29 30 30 ifndef testbindir 31 export testbindir = $(prefix)/ bin/test31 export testbindir = $(prefix)/testbin 32 32 endif 33 33 -
branches/rel1/psLib/src/mainpage.dox
r1047 r1050 8 8 Pan-STARRS project to simplify programming tasks. Among the benefits are: 9 9 <ul> 10 <li> reuse of code</li>11 <li> simplification of testing</li>12 <li> streamlining of code, and</li>13 <li> isolation of functionality that may be subject to change.</li>10 <li>Reuse of code</li> 11 <li>Simplification of testing</li> 12 <li>Streamlining of code</li> 13 <li>Isolation of functionality that may be subject to change</li> 14 14 </ul> 15 15 … … 111 111 following steps: 112 112 <pre> 113 $ cd psLib/bin /test113 $ cd psLib/bin 114 114 $ ./FullUnitTest 115 115 </pre>
Note:
See TracChangeset
for help on using the changeset viewer.
