Changeset 576


Ignore:
Timestamp:
Feb 19, 2007, 6:16:51 AM (18 years ago)
Author:
dkearney
Message:

moved rappture.h to rappture2.h becasue src/core already has a rappture.h
also changed Ptr.h, Ptr.cpp, and Outcome.h to use rappture2.h
updated Makefile.in, Makefile will now be created by rappture's configure.in

Location:
trunk/src2/core
Files:
4 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/src2/core/Makefile.in

    r575 r576  
    1212#    make install prefix=$HOME
    1313
    14 # CXX             = @CXX@
    15 CXX             = g++
     14CXX             = @CXX@
     15# CXX             = g++
    1616
    1717CFLAGS=-g -Wall
     
    3737EXE=
    3838
    39 # prefix = @prefix@
    40 prefix = /apps/rappture/20070216
     39prefix = @prefix@
     40# prefix = /apps/rappture/20070216
    4141exec_prefix = ${prefix}
    4242libdir = ${exec_prefix}/lib
     
    9797        cp rappture2.h $(includedir)
    9898        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
    99105        cp $(LIBS) $(libdir)
    100106        cd $(libdir); chmod 755 $(LIBS)
  • trunk/src2/core/Outcome.h

    r441 r576  
    1313#define RAPPTURE_OUTCOME_H
    1414
    15 #include "rappture.h"
     15#include "rappture2.h"
    1616
    1717namespace Rappture {
  • trunk/src2/core/Ptr.cpp

    r441 r576  
    1010 * ======================================================================
    1111 */
    12 #include "rappture.h"
     12#include "rappture2.h"
    1313
    1414using namespace Rappture;
  • trunk/src2/core/Ptr.h

    r441 r576  
    1313#define RAPPTURE_PTR_H
    1414
    15 #include "rappture.h"
     15#include "rappture2.h"
    1616
    1717namespace Rappture {
Note: See TracChangeset for help on using the changeset viewer.