]> git.saurik.com Git - apple/network_cmds.git/blob - bootparams/bootparams/Makefile
183fea4783f76ed57bee32b45b6ab15ee07ea013
[apple/network_cmds.git] / bootparams / bootparams / Makefile
1 # The legacy PBWO makefile was producing this as a "project" library and header.
2 # We're currently not building it, and instead referencing bootparam_prot.x
3 # from both bootparamd.tproj and bpwhoami.tproj.
4 # In the event we do wish to create a libbootparam.a again, this will do it.
5
6 Project = bootparams
7 ProductType = staticlib
8 Install_Dir = /usr/local/lib
9
10 Library_Version = A
11
12 RPCFILES = bootparam_prot.x
13 RPCSVCFILES = bootparam_prot.x
14
15 Install_Private_Headers = $(OBJROOT)/$(Project)/bootparam_prot.h
16
17 Extra_CC_Flags = -fno-common
18
19 include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make