add new directories

svn path=/trunk/gtk-sharp/; revision=9196
This commit is contained in:
Johannes Roith 2002-11-26 14:17:07 +00:00
parent 99facd09b8
commit f1d358bf18

View file

@ -1,27 +1,32 @@
SUBDIRS = helloworld \ SUBDIRS = helloworld \
helloworld2 \ helloworld2 \
base \ base \
arrow \ arrow \
aspectframe \ aspectframe \
filesel \ filesel \
frame \ frame \
label \ label \
table \ table \
buttons \ buttons \
radiobuttons \ radiobuttons \
scrolledwin \ scrolledwin \
checkbox \
eventbox \
all: packing \
list='$(SUBDIRS)'; \ rangewidget \
for subdir in $$list; do \ scribble \
(cd $$subdir && $(MAKE)); \ togglebutton \
done
all:
clean: list='$(SUBDIRS)'; \
list='$(SUBDIRS)'; \ for subdir in $$list; do \
for subdir in $$list; do \ (cd $$subdir && $(MAKE)); \
(cd $$subdir && $(MAKE) clean); \ done
done
clean:
list='$(SUBDIRS)'; \
for subdir in $$list; do \
(cd $$subdir && $(MAKE) clean); \
done