File: Makefile.am

package info (click to toggle)
docky 2.0.6-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 6,280 kB
  • ctags: 5,001
  • sloc: cs: 30,675; python: 1,670; sh: 1,276; makefile: 900; xml: 16
file content (18 lines) | stat: -rw-r--r-- 324 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
SUBDIRS =					\
	generator				\
	gio

fetch:
	rm -rf fetch
	git clone git://gitorious.org/gio-sharp/mainline.git fetch

update:
	cp fetch/generator/*.cs generator/
	cp	fetch/gio/*.custom 		\
		fetch/gio/*.cs			\
		fetch/gio/gio-api.raw		\
		fetch/gio/Gio.metadata		\
		fetch/gio/gtk-sharp.snk		\
		gio

.PHONY: fetch update