File: Makefile.am

package info (click to toggle)
mono-tools 3.10-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 13,804 kB
  • ctags: 18,095
  • sloc: cs: 100,891; sh: 3,927; makefile: 2,039; xml: 126
file content (10 lines) | stat: -rw-r--r-- 177 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10

bin_SCRIPTS = create-native-map

EXTRA_DIST = create-native-map.in
CLEANFILES = create-native-map

create-native-map: create-native-map.in
	cp $(srcdir)/$@.in $@
	chmod +x $@