IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 3054


Ignore:
Timestamp:
Jan 18, 2005, 3:15:21 PM (22 years ago)
Author:
desonia
Message:

added means to insert the $prefix value into the psTime.config file.

Location:
trunk/psLib
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/psLib.kdevses

    r3025 r3054  
    22<!DOCTYPE KDevPrjSession>
    33<KDevPrjSession>
    4  <DocsAndViews NumberOfDocuments="8" >
     4 <DocsAndViews NumberOfDocuments="6" >
    55  <Doc0 NumberOfViews="1" URL="file:/home/desonia/psLib/test/fileUtils/tst_psFits.c" >
    6    <View0 Type="Source" />
     6   <View0 line="96" Type="Source" />
    77  </Doc0>
    88  <Doc1 NumberOfViews="1" URL="file:/home/desonia/psLib/src/fileUtils/psFits.h" >
     
    1010  </Doc1>
    1111  <Doc2 NumberOfViews="1" URL="file:/home/desonia/psLib/src/fileUtils/psFits.c" >
    12    <View0 Type="Source" />
     12   <View0 line="1217" Type="Source" />
    1313  </Doc2>
    14   <Doc3 NumberOfViews="1" URL="file:/home/desonia/psLib/src/image/psImage.h" >
    15    <View0 Type="Source" />
     14  <Doc3 NumberOfViews="1" URL="file:/home/desonia/psLib/src/mainpage.dox" >
     15   <View0 line="95" Type="Source" />
    1616  </Doc3>
    17   <Doc4 NumberOfViews="1" URL="file:/home/desonia/psLib/src/image/psImageIO.c" >
    18    <View0 Type="Source" />
     17  <Doc4 NumberOfViews="1" URL="file:/home/desonia/psLib/src/Makefile.Globals" >
     18   <View0 line="43" Type="Source" />
    1919  </Doc4>
    20   <Doc5 NumberOfViews="1" URL="file:/home/desonia/psLib/src/fileUtils/psFileUtilsErrors.dat" >
    21    <View0 Type="Source" />
     20  <Doc5 NumberOfViews="1" URL="file:/home/desonia/psLib/src/Doxyfile" >
     21   <View0 line="25" Type="Source" />
    2222  </Doc5>
    23   <Doc6 NumberOfViews="1" URL="file:/home/desonia/psLib/src/image/psImageErrors.dat" >
    24    <View0 Type="Source" />
    25   </Doc6>
    26   <Doc7 NumberOfViews="1" URL="file:/home/desonia/psLib/src/sysUtils/psLogMsg.h" >
    27    <View0 line="36" Type="Source" />
    28   </Doc7>
    2923 </DocsAndViews>
    3024 <pluginList>
  • trunk/psLib/src/Makefile

    r2681 r3054  
    33##  Makefile:  psLib
    44##
    5 ##  $Revision: 1.19 $  $Name: not supported by cvs2svn $
    6 ##  $Date: 2004-12-10 02:50:14 $
     5##  $Revision: 1.20 $  $Name: not supported by cvs2svn $
     6##  $Date: 2005-01-19 01:15:21 $
    77##
    88##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    5454
    5555all:    $(ALLTARGETS)
     56        sed 's|PREFIX|$(prefix)|' $(TIME_CONFIG_FILE).template > $(TIME_CONFIG_FILE)
    5657        $(BUILD_DYNAMIC1) $(TARGET_STATIC) $(BUILD_DYNAMIC2) $(TARGET_DYNAMIC)
    5758        @echo ""
     
    199200        install *.h $(includedir)
    200201        install $(TARGET_STATIC) $(libexecdir)
     202        install $(TARGET_DYNAMIC) $(libexecdir)
    201203        install $(TARGET_DYNAMIC) $(libexecdir)
    202204
Note: See TracChangeset for help on using the changeset viewer.