jdk/src/share/demo/jvmti/waiters/sample.makefile.txt
changeset 12056 1f93da3840f7
parent 5506 202f599c92aa
child 14342 8435a30053c1
equal deleted inserted replaced
12021:e070119aa56e 12056:1f93da3840f7
    89     endif
    89     endif
    90     # Object files needed to create library
    90     # Object files needed to create library
    91     OBJECTS=$(SOURCES:%.cpp=%.o)
    91     OBJECTS=$(SOURCES:%.cpp=%.o)
    92     # Library name and options needed to build it
    92     # Library name and options needed to build it
    93     LIBRARY=lib$(LIBNAME).so
    93     LIBRARY=lib$(LIBNAME).so
    94     LDFLAGS=-Wl,-soname=$(LIBRARY) -static-libgcc -mimpure-text
    94     LDFLAGS=-Wl,-soname=$(LIBRARY) -static-libgcc
    95     # Libraries we are dependent on
    95     # Libraries we are dependent on
    96     LIBRARIES=
    96     LIBRARIES=
    97     # Building a shared library
    97     # Building a shared library
    98     LINK_SHARED=$(LINK.cc) -shared -o $@
    98     LINK_SHARED=$(LINK.cc) -shared -o $@
    99 endif
    99 endif