X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=Makefile.am;h=0fd06222848b5bda97a73117ee0e363beaec6633;hp=23ed90bccb007dd7a485cbd946973729ca93a2e8;hb=c8bba8e5c360519e3d6401a62dbc023515ddd8d7;hpb=707cc42dec2439da1fdee4ed3eb0e0a44d5ea9fe diff --git a/Makefile.am b/Makefile.am index 23ed90bc..0fd06222 100644 --- a/Makefile.am +++ b/Makefile.am @@ -32,21 +32,30 @@ lint: srcdoc: make -C doc srcdoc -xcode: +have-xcodebuild: @xcodebuild -project contrib/MacOSX/ngIRCd.xcodeproj -list \ >/dev/null 2>&1 \ || ( echo; echo "Error: \"xcodebuild\" not found!"; echo; exit 1 ) + +xcode: have-xcodebuild + rel=`grep AC_INIT configure.in | cut -d' ' -f2 | cut -d')' -f1`; \ + def="GCC_PREPROCESSOR_DEFINITIONS=\"VERSION=\\\"$$rel\\\"\""; \ + xcodebuild -project contrib/MacOSX/ngIRCd.xcodeproj -alltargets \ + -configuration Default $$def build + +xcode-clean: have-xcodebuild xcodebuild -project contrib/MacOSX/ngIRCd.xcodeproj -alltargets \ - -buildstyle Development + -configuration Default clean + rm -fr contrib/MacOSX/build rpm: distcheck rpm -ta ngircd-*.tar.gz deb: [ -f debian/rules ] || ln -s contrib/Debian debian - dpkg-buildpackage -rfakeroot + dpkg-buildpackage -rfakeroot -i -osxpkg: +osxpkg: have-xcodebuild @packagemaker >/dev/null 2>&1; [ $$? -ge 1 ] \ || ( echo; echo "Error: \"packagemaker\" not found!"; echo; exit 2) make clean