File: Makefile.am

package info (click to toggle)
f-spot 0.8.2-5
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 26,376 kB
  • sloc: cs: 138,718; sh: 16,964; makefile: 2,321; xml: 783; ansic: 721
file content (17 lines) | stat: -rw-r--r-- 326 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
SUBDIRS =					\
	generator				\
	unique

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

update:
	cp fetch/generator/*.cs generator/
	cp	fetch/unique/*.custom 		\
		fetch/unique/*.cs			\
		fetch/unique/unique-api.raw		\
		fetch/unique/Unique.metadata		\
		unique

.PHONY: fetch update