X-Git-Url: https://git.saurik.com/apple/configd.git/blobdiff_plain/6bb659645459a5a8b169b9554c8dfc459f435bc2..009a3e7e772ccf5711a441a5c27f6615ef3ccd4d:/Makefile diff --git a/Makefile b/Makefile index d65e129..1102fd3 100644 --- a/Makefile +++ b/Makefile @@ -39,3 +39,21 @@ snow : -release $(shell cat /usr/share/buildit/.releaseName) \ -othercflags "\"$(SNOW_CFLAGS)\"" \ +#---------------------------------------------------------------------- +# +# Build for Lion, SULionXXX, ... +# +#---------------------------------------------------------------------- + +LION_CFLAGS= + +lion : + /usr/local/bin/buildit . \ + -noinstallsrc -noinstallhdrs -noverify -nosum \ + -arch i386 -arch x86_64 \ + -target All \ + -project ${PROJECT}-${VERSION} \ + -configuration Debug \ + -release $(shell cat /usr/share/buildit/.releaseName) \ + -othercflags "$(LION_CFLAGS)" \ +