equal
deleted
inserted
replaced
89 # Param 3 - optional subdir for library |
89 # Param 3 - optional subdir for library |
90 FindStaticLib = \ |
90 FindStaticLib = \ |
91 $(addprefix $(SUPPORT_OUTPUTDIR)/native/, \ |
91 $(addprefix $(SUPPORT_OUTPUTDIR)/native/, \ |
92 $(strip $1)$(strip $3)/$(LIBRARY_PREFIX)$(strip $2)$(STATIC_LIBRARY_SUFFIX)) |
92 $(strip $1)$(strip $3)/$(LIBRARY_PREFIX)$(strip $2)$(STATIC_LIBRARY_SUFFIX)) |
93 |
93 |
94 ################################################################################ |
|
95 # Define the header include flags needed to compile against it. |
|
96 LIBJAVA_HEADER_FLAGS := $(addprefix -I, $(call FindSrcDirsForLib, java.base, java)) |
|
97 |
|
98 # Put the libraries here. |
94 # Put the libraries here. |
99 INSTALL_LIBRARIES_HERE := $(call FindLibDirForModule, $(MODULE)) |
95 INSTALL_LIBRARIES_HERE := $(call FindLibDirForModule, $(MODULE)) |
100 |
96 |
101 ################################################################################ |
97 ################################################################################ |