xref: /llvm-project-15.0.7/lldb/test/API/functionalities/load_lazy/Makefile (revision 4bd2bfb6)
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1*4bd2bfb6SVedant KumarCXX_SOURCES := main.cpp
2*4bd2bfb6SVedant KumarUSE_LIBDL := 1
3*4bd2bfb6SVedant Kumar
4*4bd2bfb6SVedant Kumarall: t2_0 t2_1 t1 a.out
5*4bd2bfb6SVedant Kumar
6*4bd2bfb6SVedant Kumarinclude Makefile.rules
7*4bd2bfb6SVedant Kumar
8*4bd2bfb6SVedant Kumart1: t2_0
9*4bd2bfb6SVedant Kumar	$(MAKE) VPATH=$(SRCDIR) -f $(MAKEFILE_RULES) \
10*4bd2bfb6SVedant Kumar		DYLIB_ONLY=YES DYLIB_C_SOURCES=t1.c DYLIB_NAME=t1 LD_EXTRAS="-L. -lt2_0"
11*4bd2bfb6SVedant Kumar
12*4bd2bfb6SVedant Kumart2_0:
13*4bd2bfb6SVedant Kumar	$(MAKE) VPATH=$(SRCDIR) -f $(MAKEFILE_RULES) \
14*4bd2bfb6SVedant Kumar		DYLIB_ONLY=YES DYLIB_C_SOURCES=t2_0.c DYLIB_NAME=t2_0
15*4bd2bfb6SVedant Kumar
16*4bd2bfb6SVedant Kumart2_1:
17*4bd2bfb6SVedant Kumar	$(MAKE) VPATH=$(SRCDIR) -f $(MAKEFILE_RULES) \
18*4bd2bfb6SVedant Kumar		DYLIB_ONLY=YES DYLIB_C_SOURCES=t2_1.c DYLIB_NAME=t2_1
19

served by {OpenGrok

Last Index Update: Fri May 15 20:09:11 GMT 2026