source: trunk/third/gtk/examples/Makefile @ 14482

Revision 14482, 688 bytes checked in by ghudson, 25 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r14481, which included commits to RCS files with non-trunk default branches.
Line 
1
2SUBDIRS =       arrow \
3                aspectframe \
4                base \
5                buttonbox \
6                buttons \
7                calendar \
8                clist \
9                entry \
10                eventbox \
11                filesel \
12                fixed \
13                frame \
14                gtkdial \
15                helloworld \
16                helloworld2 \
17                label \
18                list \
19                menu \
20                notebook \
21                packbox \
22                packer \
23                paned \
24                pixmap \
25                progressbar \
26                radiobuttons \
27                rangewidgets \
28                rulers \
29                scribble-simple \
30                scribble-xinput \
31                scrolledwin \
32                selection \
33                spinbutton \
34                statusbar \
35                table \
36                text \
37                tictactoe \
38                tree \
39                wheelbarrow
40
41all:
42        list='$(SUBDIRS)'; \
43        for subdir in $$list; do \
44          (cd $$subdir && $(MAKE)); \
45        done
46
47clean:
48        list='$(SUBDIRS)'; \
49        for subdir in $$list; do \
50          (cd $$subdir && $(MAKE) clean); \
51        done
52
Note: See TracBrowser for help on using the repository browser.