[GRASS-SVN] r33129 - grass/trunk/tools/timer

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Aug 27 16:46:55 EDT 2008


Author: glynn
Date: 2008-08-27 16:46:50 -0400 (Wed, 27 Aug 2008)
New Revision: 33129

Modified:
   grass/trunk/tools/timer/
   grass/trunk/tools/timer/Makefile
Log:
Use normal "etc" target



Property changes on: grass/trunk/tools/timer
___________________________________________________________________
Name: svn:ignore
   + *OBJ*


Modified: grass/trunk/tools/timer/Makefile
===================================================================
--- grass/trunk/tools/timer/Makefile	2008-08-27 20:10:02 UTC (rev 33128)
+++ grass/trunk/tools/timer/Makefile	2008-08-27 20:46:50 UTC (rev 33129)
@@ -1,15 +1,9 @@
 
 MODULE_TOPDIR = ../..
 
-include $(MODULE_TOPDIR)/include/Make/Module.make
-
 PGM = current_time_s_ms
 
-default: $(ETC)/$(PGM)
+include $(MODULE_TOPDIR)/include/Make/Etc.make
+include $(MODULE_TOPDIR)/include/Make/NoHtml.make
 
-$(ETC)/$(PGM): main.c
-	$(CC) -c $<
-	$(CC) -o $(ETC)/$(PGM) $<
-
-clean:
-	\rm -f $(ETC)/$(PGM) main.o
+default: etc



More information about the grass-commit mailing list