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 \
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