jdk/src/share/demo/jvmti/hprof/sample.makefile.txt
changeset 5780 3f7be5f312ae
parent 5506 202f599c92aa
child 7668 d4a77089c587
equal deleted inserted replaced
5779:cee4951cdec7 5780:3f7be5f312ae
   130     OBJECTS=$(SOURCES:%.c=%.o)
   130     OBJECTS=$(SOURCES:%.c=%.o)
   131     # Library name and options needed to build it
   131     # Library name and options needed to build it
   132     LIBRARY=lib$(LIBNAME).so
   132     LIBRARY=lib$(LIBNAME).so
   133     LDFLAGS=-Wl,-soname=$(LIBRARY) -static-libgcc -mimpure-text
   133     LDFLAGS=-Wl,-soname=$(LIBRARY) -static-libgcc -mimpure-text
   134     # Libraries we are dependent on
   134     # Libraries we are dependent on
   135     LIBRARIES= -lnsl -ldl -lc
   135     LIBRARIES= -ldl -lc
   136     # Building a shared library
   136     # Building a shared library
   137     LINK_SHARED=$(LINK.c) -shared -o $@
   137     LINK_SHARED=$(LINK.c) -shared -o $@
   138 endif
   138 endif
   139 
   139 
   140 # Windows Microsoft C/C++ Optimizing Compiler Version 12
   140 # Windows Microsoft C/C++ Optimizing Compiler Version 12