From f1d358bf1840b9261e779e07305377b7e570bacd Mon Sep 17 00:00:00 2001 From: Johannes Roith Date: Tue, 26 Nov 2002 14:17:07 +0000 Subject: [PATCH] add new directories svn path=/trunk/gtk-sharp/; revision=9196 --- sample/tutorial/Makefile | 59 ++++++++++++++++++++++------------------ 1 file changed, 32 insertions(+), 27 deletions(-) diff --git a/sample/tutorial/Makefile b/sample/tutorial/Makefile index 233915662..fd6843640 100644 --- a/sample/tutorial/Makefile +++ b/sample/tutorial/Makefile @@ -1,27 +1,32 @@ - -SUBDIRS = helloworld \ - helloworld2 \ - base \ - arrow \ - aspectframe \ - filesel \ - frame \ - label \ - table \ - buttons \ - radiobuttons \ - scrolledwin \ - - -all: - list='$(SUBDIRS)'; \ - for subdir in $$list; do \ - (cd $$subdir && $(MAKE)); \ - done - -clean: - list='$(SUBDIRS)'; \ - for subdir in $$list; do \ - (cd $$subdir && $(MAKE) clean); \ - done - + +SUBDIRS = helloworld \ + helloworld2 \ + base \ + arrow \ + aspectframe \ + filesel \ + frame \ + label \ + table \ + buttons \ + radiobuttons \ + scrolledwin \ + checkbox \ + eventbox \ + packing \ + rangewidget \ + scribble \ + togglebutton \ + +all: + list='$(SUBDIRS)'; \ + for subdir in $$list; do \ + (cd $$subdir && $(MAKE)); \ + done + +clean: + list='$(SUBDIRS)'; \ + for subdir in $$list; do \ + (cd $$subdir && $(MAKE) clean); \ + done +