jdk/src/share/demo/jvmti/heapTracker/sample.makefile.txt

Print this page

        

*** 92,102 **** endif # Object files needed to create library OBJECTS=$(SOURCES:%.c=%.o) # Library name and options needed to build it LIBRARY=lib$(LIBNAME).so ! LDFLAGS=-Wl,-soname=$(LIBRARY) -static-libgcc -mimpure-text # Libraries we are dependent on LIBRARIES=-L $(JDK)/jre/lib/$(LIBARCH) -ljava_crw_demo -lc # Building a shared library LINK_SHARED=$(LINK.c) -shared -o $@ endif --- 92,102 ---- endif # Object files needed to create library OBJECTS=$(SOURCES:%.c=%.o) # Library name and options needed to build it LIBRARY=lib$(LIBNAME).so ! LDFLAGS=-Wl,-soname=$(LIBRARY) -static-libgcc # Libraries we are dependent on LIBRARIES=-L $(JDK)/jre/lib/$(LIBARCH) -ljava_crw_demo -lc # Building a shared library LINK_SHARED=$(LINK.c) -shared -o $@ endif