File: Makefile.am

package info (click to toggle)
keytouch 2.3.2-2.1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 4,480 kB
  • ctags: 1,475
  • sloc: ansic: 9,591; sh: 4,008; makefile: 466; perl: 75
file content (10 lines) | stat: -rw-r--r-- 432 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10

SUBDIRS = mxml string_to_keycode keytouchd keytouch-acpid keytouch-init plugins

install-data-local:
	@$(NORMAL_INSTALL)
	$(mkinstalldirs) $(DESTDIR)$(datadir)/keytouch
	cp -R keyboards $(DESTDIR)$(datadir)/keytouch
	chmod 644 $(DESTDIR)$(datadir)/keytouch/keyboards/*
	[ -d $(DESTDIR)$(sysconfdir) ] || mkdir -m 755 $(DESTDIR)$(sysconfdir)
	[ -d $(DESTDIR)$(sysconfdir)/keytouch ] || mkdir -m 755 $(DESTDIR)$(sysconfdir)/keytouch