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

Print this page

        

*** 88,98 **** 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=-lc # Building a shared library LINK_SHARED=$(LINK.c) -shared -o $@ endif --- 88,98 ---- 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=-lc # Building a shared library LINK_SHARED=$(LINK.c) -shared -o $@ endif