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

/darwin-on-arm/xnu/libsyscall/
H A DMakefile33 BUILDROOT := $(BUILDDIR)/$(ARCHS) macro
34 BUILDOBJS := $(BUILDROOT)/Objects
35 GENROOT := $(BUILDROOT)/GeneratedSources
104 LIBTOOL_FLAGS += -arch_only $(ARCHS) -syslibroot $(SDKROOT) -L$(BUILDROOT)
173 rm -rf $(BUILDROOT)
177 $(CC) $(CFLAGS) -c $(GENROOT)/$(RC_ProjectName)_version.c -o $(BUILDROOT)/$(RC_ProjectName)_version.o
179 xcodescripts/compile-syscalls.pl $(BUILDOBJS)/sys/stubs.list $(BUILDROOT)/syscalls.a
183 $(LIBTOOL) $(LIBTOOL_FLAGS) -static -filelist $(BUILDOBJS)/Objects.list $(BUILDROOT)/syscalls.a $(BUILDROOT)/$(RC_ProjectName)_version.o -o $(BUILDROOT)/
[all...]

Completed in 66 milliseconds