File: Makefile.am

package info (click to toggle)
powersave 0.15.20-3
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 4,360 kB
  • ctags: 610
  • sloc: sh: 10,767; cpp: 5,264; ansic: 1,495; makefile: 342
file content (24 lines) | stat: -rw-r--r-- 614 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
contribdir = $(docdir)/contrib

contrib_SCRIPTS = radeon_dark			\
		acpi_hotkeys_Samsung_P30	\
		example_event_script            \
		test_disk_apm_aam.sh		\
		video_bios_resume		\
		acpi_hotkeys_ASUS_L2400D	\
		acpi_hotkeys_Samsung_P35 	\
		vbestate_restore     		\
		video_bios_suspend		\
		acpi_hotkeys_ASUS_M6842NW	\
		vbestate_save

contrib_DOCS = README.contrib

install-exec-hook:
		$(INSTALL_PROGRAM) -m 644 -D $(top_builddir)/contrib/README.contrib $(DESTDIR)/$(contribdir)/README.contrib

uninstall-local:
		rm -f $(DESTDIR)/$(contribdir)/README.contrib

EXTRA_DIST = $(contrib_SCRIPTS) $(contrib_DOCS)