File: Makefile.am

package info (click to toggle)
hf 0.7.3-4etch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 3,684 kB
  • ctags: 3,156
  • sloc: ansic: 26,447; cpp: 4,909; sh: 3,785; makefile: 309
file content (14 lines) | stat: -rw-r--r-- 248 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
EXAMPLEFILES = ./*

EXTRA_DIST = \
$(EXAMPLEFILES)

exampledir = $(datadir)/hf/hf-examplefiles

install-data-local:
	@$(NORMAL_INSTALL)

install:
	$(mkinstalldirs) $(DESTDIR)$(exampledir);
	$(INSTALL_DATA) $(EXAMPLEFILES) $(DESTDIR)$(exampledir);