- Timestamp:
- Feb 19, 2007, 6:16:51 AM (18 years ago)
- Location:
- trunk/src2/core
- Files:
-
- 4 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/src2/core/Makefile.in
r575 r576 12 12 # make install prefix=$HOME 13 13 14 #CXX = @CXX@15 CXX = g++14 CXX = @CXX@ 15 # CXX = g++ 16 16 17 17 CFLAGS=-g -Wall … … 37 37 EXE= 38 38 39 #prefix = @prefix@40 prefix = /apps/rappture/2007021639 prefix = @prefix@ 40 # prefix = /apps/rappture/20070216 41 41 exec_prefix = ${prefix} 42 42 libdir = ${exec_prefix}/lib … … 97 97 cp rappture2.h $(includedir) 98 98 chmod 644 $(includedir)/rappture2.h 99 cp Ptr.h $(includedir) 100 chmod 644 $(includedir)/Ptr.h 101 cp Outcome.h $(includedir) 102 chmod 644 $(includedir)/Outcome.h 103 cp RpBuffer.h $(includedir) 104 chmod 644 $(includedir)/RpBuffer.h 99 105 cp $(LIBS) $(libdir) 100 106 cd $(libdir); chmod 755 $(LIBS) -
trunk/src2/core/Outcome.h
r441 r576 13 13 #define RAPPTURE_OUTCOME_H 14 14 15 #include "rappture .h"15 #include "rappture2.h" 16 16 17 17 namespace Rappture { -
trunk/src2/core/Ptr.cpp
r441 r576 10 10 * ====================================================================== 11 11 */ 12 #include "rappture .h"12 #include "rappture2.h" 13 13 14 14 using namespace Rappture; -
trunk/src2/core/Ptr.h
r441 r576 13 13 #define RAPPTURE_PTR_H 14 14 15 #include "rappture .h"15 #include "rappture2.h" 16 16 17 17 namespace Rappture {
Note: See TracChangeset
for help on using the changeset viewer.