Initial commit
This is the latest version found at http://scentric.net/tutorial/treeview-tutorial-xml.tar.gz
This commit is contained in:
18
examples/Makefile
Normal file
18
examples/Makefile
Normal file
@@ -0,0 +1,18 @@
|
||||
SUBDIRS = cell-renderer-spin \
|
||||
custom-cell-renderer \
|
||||
custom-list-model \
|
||||
custom-list-model-sorted \
|
||||
hello-world \
|
||||
simple-list \
|
||||
treeview-demo
|
||||
|
||||
all: $(SUBDIRS)
|
||||
for dir in $(SUBDIRS); do\
|
||||
cd $$dir && make && cd ..;\
|
||||
done; \
|
||||
|
||||
clean: $(SUBDIRS)
|
||||
for dir in $(SUBDIRS); do\
|
||||
cd $$dir && make clean && cd ..;\
|
||||
done;
|
||||
rm -f `find -name "*~"` || /bin/true
|
Reference in New Issue
Block a user