[GRASS-SVN] r43024 - grass/branches/develbranch_6
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Aug 9 12:37:55 EDT 2010
Author: martinl
Date: 2010-08-09 16:37:55 +0000 (Mon, 09 Aug 2010)
New Revision: 43024
Modified:
grass/branches/develbranch_6/Makefile
Log:
run make macosx only on this platform
Modified: grass/branches/develbranch_6/Makefile
===================================================================
--- grass/branches/develbranch_6/Makefile 2010-08-09 16:29:21 UTC (rev 43023)
+++ grass/branches/develbranch_6/Makefile 2010-08-09 16:37:55 UTC (rev 43024)
@@ -53,9 +53,12 @@
vector \
visualization \
man \
- swig \
- macosx
+ swig
+ifneq ($(strip $(MACOSX_APP)),)
+ DIRS += macosx
+endif
+
SUBDIRS = $(DIRS)
ifneq ($(strip $(HAVE_NLS)),)
@@ -120,7 +123,7 @@
sed "s/@CMD@/$$cmd/" mswindows/generic.manifest > "$$file".manifest ; \
done
endif
-
+
LIBDIRS = \
lib/external/shapelib \
lib/datetime \
More information about the grass-commit
mailing list