File: Makefile.am

package info (click to toggle)
boinc 7.6.33%2Bdfsg-12
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 81,672 kB
  • sloc: cpp: 158,237; php: 50,629; ansic: 49,101; xml: 16,323; java: 13,347; python: 6,020; sh: 3,385; perl: 1,843; makefile: 1,766; sql: 943; objc: 584; csh: 126; pascal: 62; lisp: 47
file content (4 lines) | stat: -rw-r--r-- 223 bytes parent folder | download | duplicates (3)
1
2
3
4
htmldir=$(DESTDIR)/$(prefix)/share/boinc-server-maker/html
install-data-local:
	mkdir -p $(htmldir)
	cp -r $(srcdir)/drupal $(srcdir)/inc $(srcdir)/languages $(srcdir)/ops $(srcdir)/project.sample $(srcdir)/user $(htmldir)