Changeset 3054
- Timestamp:
- Jan 18, 2005, 3:15:21 PM (22 years ago)
- Location:
- trunk/psLib
- Files:
-
- 3 edited
-
psLib.kdevelop.pcs (modified) ( previous)
-
psLib.kdevses (modified) (2 diffs)
-
src/Makefile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/psLib.kdevses
r3025 r3054 2 2 <!DOCTYPE KDevPrjSession> 3 3 <KDevPrjSession> 4 <DocsAndViews NumberOfDocuments=" 8" >4 <DocsAndViews NumberOfDocuments="6" > 5 5 <Doc0 NumberOfViews="1" URL="file:/home/desonia/psLib/test/fileUtils/tst_psFits.c" > 6 <View0 Type="Source" />6 <View0 line="96" Type="Source" /> 7 7 </Doc0> 8 8 <Doc1 NumberOfViews="1" URL="file:/home/desonia/psLib/src/fileUtils/psFits.h" > … … 10 10 </Doc1> 11 11 <Doc2 NumberOfViews="1" URL="file:/home/desonia/psLib/src/fileUtils/psFits.c" > 12 <View0 Type="Source" />12 <View0 line="1217" Type="Source" /> 13 13 </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" /> 16 16 </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" /> 19 19 </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" /> 22 22 </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>29 23 </DocsAndViews> 30 24 <pluginList> -
trunk/psLib/src/Makefile
r2681 r3054 3 3 ## Makefile: psLib 4 4 ## 5 ## $Revision: 1. 19$ $Name: not supported by cvs2svn $6 ## $Date: 200 4-12-10 02:50:14$5 ## $Revision: 1.20 $ $Name: not supported by cvs2svn $ 6 ## $Date: 2005-01-19 01:15:21 $ 7 7 ## 8 8 ## Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 54 54 55 55 all: $(ALLTARGETS) 56 sed 's|PREFIX|$(prefix)|' $(TIME_CONFIG_FILE).template > $(TIME_CONFIG_FILE) 56 57 $(BUILD_DYNAMIC1) $(TARGET_STATIC) $(BUILD_DYNAMIC2) $(TARGET_DYNAMIC) 57 58 @echo "" … … 199 200 install *.h $(includedir) 200 201 install $(TARGET_STATIC) $(libexecdir) 202 install $(TARGET_DYNAMIC) $(libexecdir) 201 203 install $(TARGET_DYNAMIC) $(libexecdir) 202 204
Note:
See TracChangeset
for help on using the changeset viewer.
