From: Marek P. <ma...@us...> - 2002-01-31 12:31:32
|
Update of /cvsroot/javaprofiler/library In directory usw-pr-cvs1:/tmp/cvs-serv27034 Modified Files: README config.mk Log Message: calltree Index: README =================================================================== RCS file: /cvsroot/javaprofiler/library/README,v retrieving revision 1.34 retrieving revision 1.35 diff -C2 -r1.34 -r1.35 *** README 2002/01/27 14:33:24 1.34 --- README 2002/01/31 12:30:59 1.35 *************** *** 456,459 **** --- 456,462 ---- default: server + version date and time when this + dynamic library was built + 7. AUTHORS Index: config.mk =================================================================== RCS file: /cvsroot/javaprofiler/library/config.mk,v retrieving revision 1.35 retrieving revision 1.36 diff -C2 -r1.35 -r1.36 *** config.mk 2002/01/30 00:26:22 1.35 --- config.mk 2002/01/31 12:30:59 1.36 *************** *** 37,41 **** # modify as needed ! DEFINES = -DLINUX -DUSE_RAW_MONITORS -DUSE_ALLOCATOR INCLUDES = -I$(JAVA_PATH)/include -I$(JAVA_PATH)/include/linux --- 37,41 ---- # modify as needed ! DEFINES = -DLINUX -DUSE_RAW_MONITORS -DUSE_ALLOCATOR -fpic INCLUDES = -I$(JAVA_PATH)/include -I$(JAVA_PATH)/include/linux *************** *** 53,57 **** LDLIBS2 = ! CPPFLAGS = -fpic -c $(FLAGS) $(DEFINES) $(INCLUDES) ################################################################ --- 53,57 ---- LDLIBS2 = ! CPPFLAGS = -c $(FLAGS) $(DEFINES) $(INCLUDES) ################################################################ |