mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-05-13 09:12:17 +00:00
add new directories
svn path=/trunk/gtk-sharp/; revision=9196
This commit is contained in:
parent
99facd09b8
commit
f1d358bf18
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue