]> git.saurik.com Git - apple/boot.git/blame - gen/libsa/Makefile
boot-111.1.tar.gz
[apple/boot.git] / gen / libsa / Makefile
CommitLineData
14c7c974
A
1
2DIR = libsa
3include ../MakePaths.dir
4
5UTILDIR = ../util
6INSTALL_MI_DIR = $(DSTROOT)/System/Library/Frameworks/System.framework/Versions/B/PrivateHeaders/machdep/machine
7
8DEBUG = -O
75b89a82 9CFLAGS = $(DEBUG) $(MORECPP) -arch i386 -g -Wmost -Wno-precomp
14c7c974
A
10DEFINES=
11CONFIG = hd
12INC = -I. -I$(SYMROOT) -I$(UTILDIR)
13ifneq "" "$(wildcard /bin/mkdirs)"
14 MKDIRS = /bin/mkdirs
15else
16 MKDIRS = /bin/mkdir -p
17endif
18AS = as
19LD = ld
20# LIBS= -lc_static
21LIBS=
22
23VPATH = $(OBJROOT):$(SYMROOT)
24
25INSTALLED_MI_HFILES = kernBootStruct.h
26
27clean::
28 @echo "Nothing to clean (yet)"
29
30all:
31 @echo "Nothing to build (yet)"
32
33$(INSTALL_MI_DIR):
34 $(MKDIRS) $@
35
36installhdrs:: $(INSTALL_MI_DIR)
37 cp $(INSTALLED_MI_HFILES) $(INSTALL_MI_DIR)
38
39include ../MakeInc.dir
40
41# dependencies
42-include $(OBJROOT)/Makedep