]> git.saurik.com Git - apple/configd.git/blobdiff - Makefile
configd-395.10.tar.gz
[apple/configd.git] / Makefile
index d65e12954b6db1f40173fb7f469dc7735949230d..1102fd323d14e62541b3e00e2059c381effb117d 100644 (file)
--- 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)"                         \
+