File: Makefile

package info (click to toggle)
egtk 0.3.6-8
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 2,984 kB
  • ctags: 5,256
  • sloc: ansic: 2,320; sh: 273; makefile: 234
file content (16 lines) | stat: -rw-r--r-- 384 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Makefile for top-level examples directory

.DEFAULT all clean:
	$(MAKE) -C drawing $@
	$(MAKE) -C events $@
	$(MAKE) -C fixed_text $@
	$(MAKE) -C hello $@
	$(MAKE) -C gnome_canvas $@
	$(MAKE) -C image-scribble-simple $@
	$(MAKE) -C menu $@
	$(MAKE) -C packing $@
	$(MAKE) -C pixmap $@
	$(MAKE) -C range_widgets $@
	$(MAKE) -C testgtk $@
	$(MAKE) -C tictactoe $@
	$(MAKE) -C tree $@