[GRASS-SVN] r32059 - grass/trunk/lib/init

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jul 9 08:47:41 EDT 2008


Author: martinl
Date: 2008-07-09 08:47:40 -0400 (Wed, 09 Jul 2008)
New Revision: 32059

Modified:
   grass/trunk/lib/init/Makefile
Log:
init/Makefile updated (icons-related)


Modified: grass/trunk/lib/init/Makefile
===================================================================
--- grass/trunk/lib/init/Makefile	2008-07-09 12:36:53 UTC (rev 32058)
+++ grass/trunk/lib/init/Makefile	2008-07-09 12:47:40 UTC (rev 32059)
@@ -6,7 +6,7 @@
 #               Markus Neteler, Andrea Antonello
 # PURPOSE:  	To create the various scripts and programs which are required
 #   	    	to start GRASS.
-# COPYRIGHT:    (C) 2000 by the GRASS Development Team
+# COPYRIGHT:    (C) 2000-2008 by the GRASS Development Team
 #
 #               This program is free software under the GNU General Public
 #   	    	License (>=v2). Read the file COPYING that comes with GRASS
@@ -49,12 +49,14 @@
 	$(ETC)/epsg_option.tcl \
 	$(ETC)/file_option.tcl \
 	$(ETC)/gintro.gif \
-	$(ETC)/grass.ico \
+	$(ETC)/grass-run.sh \
+	$(ETC)/grass-xterm-wrapper
+
+ICONS = $(ETC)/grass.ico \
 	$(ETC)/grass_map.ico \
 	$(ETC)/grass_dialog.ico \
 	$(ETC)/grass_sql.ico \
-	$(ETC)/grass-run.sh \
-	$(ETC)/grass-xterm-wrapper
+	$(ETC)/grass_nviz.ico
 
 ifeq ($(findstring darwin,$(ARCH)),darwin)
 	FILES += \
@@ -69,7 +71,7 @@
 		$(ETC)/grass-run.bat
 endif
 
-default: $(FILES)
+default: $(FILES) $(ICONS)
 	$(MKDIR) $(GISBASE)/docs/html
 	$(INSTALL_DATA) variables.html $(GISBASE)/docs/html/variables.html
 	$(INSTALL_DATA) grass7.html $(GISBASE)/docs/html/grass7.html
@@ -164,22 +166,10 @@
 	rm -f $@
 	$(INSTALL_DATA) gintro.gif $@
 
-$(ETC)/grass.ico: grass.ico
+$(ICONS): grass.ico grass_map.ico grass_sql.ico grass_dialog.ico grass_nviz.ico
 	rm -f $@
 	$(INSTALL_DATA) $< $@
 
-$(ETC)/grass_map.ico: grass_map.ico
-	rm -f $@
-	$(INSTALL_DATA) $< $@
-
-$(ETC)/grass_sql.ico: grass_sql.ico
-	rm -f $@
-	$(INSTALL_DATA) $< $@
-
-$(ETC)/grass_dialog.ico: grass_dialog.ico
-	rm -f $@
-	$(INSTALL_DATA) $< $@
-
 $(ETC)/gis_set.tcl: gis_set.tcl
 	rm -f $@
 	$(INSTALL) gis_set.tcl $(ETC)



More information about the grass-commit mailing list