Searched refs:LIBSA (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/agent/src/os/bsd/
H A DMakefile45 LIBSA = $(ARCH)/libsaproc.so macro
47 all: $(LIBSA)
62 $(LIBSA): $(OBJS) mapfile
64 $(GCC) -shared $(LFLAGS_LIBSA) -o $(LIBSA) $(OBJS) $(LIBS)
66 test.o: $(LIBSA) test.c
73 rm -f $(LIBSA)
/openjdk7/hotspot/agent/src/os/linux/
H A DMakefile45 LIBSA = $(ARCH)/libsaproc.so macro
47 all: $(LIBSA)
71 $(LIBSA): $(OBJS) mapfile
73 $(GCC) -shared $(LFLAGS_LIBSA) -o $(LIBSA) $(OBJS) $(LIBS)
82 rm -rf $(LIBSA)

Completed in 21 milliseconds