From: Memphiz Date: Tue, 7 Jun 2011 22:23:04 +0000 (+0200) Subject: - honor @cc@,@CLFAGS@ and @LDFLAGS@ which is important for cross compilation X-Git-Tag: upstream/1.9.6^2~405^2~2 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=fb109a12e10eaf823e441fdee9a882d6ef2ba5c3;hp=fb109a12e10eaf823e441fdee9a882d6ef2ba5c3;p=deb_libnfs.git - honor @cc@,@CLFAGS@ and @LDFLAGS@ which is important for cross compilation - use a more generic regexp for renaming the generated rpc header includes - because the include is without subpath on darwin/ios - make linkerstuff and so names dynamic according to @is_darwin@ - create install directorys if they don't exist - use $(prefix) instead of $(DESTDIR) for installation - build examples only if @ENABLE_EXAMPLES@ is set (default is on) - rm -rf bin on clean because darwin adds directories here on compilation - use u_int64_t for rpcgen on darwin instead of unsigned hyper (it is not known to the darwin rpcgen...) ---