Author: post
Date: 2010-04-30 13:55:07 +0200 (Fri, 30 Apr 2010)
New Revision: 3361

Modified:
   trunk/plugins/load-rawspeed/Makefile.am
Log:
Add precompiled header to automake - saves ~30% compilation time.

Modified: trunk/plugins/load-rawspeed/Makefile.am
===================================================================
--- trunk/plugins/load-rawspeed/Makefile.am     2010-04-24 12:45:41 UTC (rev 
3360)
+++ trunk/plugins/load-rawspeed/Makefile.am     2010-04-30 11:55:07 UTC (rev 
3361)
@@ -13,7 +13,14 @@
        -I$(top_srcdir)/librawstudio/ \
        -I$(top_srcdir)/ \
        -I$(top_srcdir)/plugins/load-rawspeed/rawspeed/
- 
+
+BUILT_SOURCES = rawspeed/StdAfx.h.gch
+rawspeed/StdAfx.h.gch: rawspeed/StdAfx.cpp
+       $(CXXCOMPILE) -c $<  
+
+clean-local:
+       -rm -f rawspeed/StdAfx.h.gch
+
 lib_LTLIBRARIES = load_rawspeed.la
 
 libdir = $(datadir)/rawstudio/plugins/


_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit

Reply via email to