[gtkglext] Unconditionally build examples. Remove examples from .PHONY.



commit 3dc8da0fde1ad0360de6f7376f1c7602f0941ee3
Author: Ralf Corsepius <rcorsepius src gnome org>
Date:   Sat Dec 26 10:07:28 2009 +0100

    Unconditionally build examples.
    Remove examples from .PHONY.

 Makefile.am |   11 ++---------
 1 files changed, 2 insertions(+), 9 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 92d4d2a..fa2bd8a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,8 +1,7 @@
 ## -*- Makefile -*-
 ## Makefile.am for gtkglext
 
-SUBDIRS = gdk gtk docs
-DIST_SUBDIRS = $(SUBDIRS) examples
+SUBDIRS = gdk gtk docs examples
 
 # tools want this on a single line
 ACLOCAL_AMFLAGS = -I m4macros
@@ -65,13 +64,7 @@ DISTCLEANFILES = \
 	gtkglext-$(GDK_TARGET)-$(API_VER)-uninstalled.pc	\
 	gtkglext-$(API_VER)-uninstalled.pc
 
-.PHONY: examples clean-examples ChangeLog
-
-examples: all
-	( cd $(top_builddir)/examples && $(MAKE) $(MFLAGS) )
-
-clean-examples:
-	( cd $(top_builddir)/examples && $(MAKE) $(MFLAGS) clean )
+.PHONY: ChangeLog
 
 ChangeLog:
 	@echo Creating $@



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]