File: Makefile

package info (click to toggle)
libgtkada 2.24.4dfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 12,208 kB
  • ctags: 1,676
  • sloc: ada: 119,686; ansic: 4,719; sh: 3,003; makefile: 690; xml: 338; perl: 70
file content (16 lines) | stat: -rw-r--r-- 333 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
all:
	make -C gtkdial all
	make -C helloworld all
	make -C helloworld2 all
	make -C packbox all
	make -C simple all
	make -C table all
	make -C tictactoe all
clean: 
	make -C gtkdial clean
	make -C helloworld clean
	make -C helloworld2 clean
	make -C packbox clean
	make -C simple clean
	make -C table clean
	make -C tictactoe clean