forked from AuroraMiddleware/gtk
simple top level Makefile that invokes all the sub-directory Makefiles.
Tue Dec 8 18:02:57 GMT 1998 Tony Gale <gale@gtk.org> * examples/Makefile: simple top level Makefile that invokes all the sub-directory Makefiles.
This commit is contained in:
parent
d6acd1ecd3
commit
f6c5b74fb7
@ -1,3 +1,8 @@
|
||||
Tue Dec 8 18:02:57 GMT 1998 Tony Gale <gale@gtk.org>
|
||||
|
||||
* examples/Makefile: simple top level Makefile that invokes all
|
||||
the sub-directory Makefiles.
|
||||
|
||||
1998-12-08 Andrew T. Veliath <andrewtv@usa.net>
|
||||
|
||||
* gtk/testgtk.c: Functions to test the toolbar space style.
|
||||
|
@ -1,3 +1,8 @@
|
||||
Tue Dec 8 18:02:57 GMT 1998 Tony Gale <gale@gtk.org>
|
||||
|
||||
* examples/Makefile: simple top level Makefile that invokes all
|
||||
the sub-directory Makefiles.
|
||||
|
||||
1998-12-08 Andrew T. Veliath <andrewtv@usa.net>
|
||||
|
||||
* gtk/testgtk.c: Functions to test the toolbar space style.
|
||||
|
@ -1,3 +1,8 @@
|
||||
Tue Dec 8 18:02:57 GMT 1998 Tony Gale <gale@gtk.org>
|
||||
|
||||
* examples/Makefile: simple top level Makefile that invokes all
|
||||
the sub-directory Makefiles.
|
||||
|
||||
1998-12-08 Andrew T. Veliath <andrewtv@usa.net>
|
||||
|
||||
* gtk/testgtk.c: Functions to test the toolbar space style.
|
||||
|
@ -1,3 +1,8 @@
|
||||
Tue Dec 8 18:02:57 GMT 1998 Tony Gale <gale@gtk.org>
|
||||
|
||||
* examples/Makefile: simple top level Makefile that invokes all
|
||||
the sub-directory Makefiles.
|
||||
|
||||
1998-12-08 Andrew T. Veliath <andrewtv@usa.net>
|
||||
|
||||
* gtk/testgtk.c: Functions to test the toolbar space style.
|
||||
|
@ -1,3 +1,8 @@
|
||||
Tue Dec 8 18:02:57 GMT 1998 Tony Gale <gale@gtk.org>
|
||||
|
||||
* examples/Makefile: simple top level Makefile that invokes all
|
||||
the sub-directory Makefiles.
|
||||
|
||||
1998-12-08 Andrew T. Veliath <andrewtv@usa.net>
|
||||
|
||||
* gtk/testgtk.c: Functions to test the toolbar space style.
|
||||
|
@ -1,3 +1,8 @@
|
||||
Tue Dec 8 18:02:57 GMT 1998 Tony Gale <gale@gtk.org>
|
||||
|
||||
* examples/Makefile: simple top level Makefile that invokes all
|
||||
the sub-directory Makefiles.
|
||||
|
||||
1998-12-08 Andrew T. Veliath <andrewtv@usa.net>
|
||||
|
||||
* gtk/testgtk.c: Functions to test the toolbar space style.
|
||||
|
@ -1,3 +1,8 @@
|
||||
Tue Dec 8 18:02:57 GMT 1998 Tony Gale <gale@gtk.org>
|
||||
|
||||
* examples/Makefile: simple top level Makefile that invokes all
|
||||
the sub-directory Makefiles.
|
||||
|
||||
1998-12-08 Andrew T. Veliath <andrewtv@usa.net>
|
||||
|
||||
* gtk/testgtk.c: Functions to test the toolbar space style.
|
||||
|
19
examples/Makefile
Normal file
19
examples/Makefile
Normal file
@ -0,0 +1,19 @@
|
||||
|
||||
SUBDIRS = aspectframe eventbox gtkdial notebook progressbar scrolledwin tictactoe \
|
||||
clist filesel list paned rulers table \
|
||||
entry menu pixmap scribble-simple text \
|
||||
base helloworld packbox radiobuttons selection tree \
|
||||
buttons helloworld2 packer rangewidgets statusbar wheelbarrow
|
||||
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user