File: Makefile.am

package info (click to toggle)
cryptkeeper 0.9.4-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 1,380 kB
  • ctags: 391
  • sloc: sh: 9,548; ansic: 1,871; cpp: 1,525; makefile: 32; sed: 16
file content (20 lines) | stat: -rw-r--r-- 680 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
## Process this file with automake to produce Makefile.in

#dist_bin_SCRIPTS = cryptkeeper_password

install-data-local:
	$(mkinstalldirs) $(DESTDIR)/$(prefix)/share/applications
	$(mkinstalldirs) $(DESTDIR)/$(prefix)/share/pixmaps
	$(INSTALL_DATA) cryptkeeper.desktop $(DESTDIR)/$(prefix)/share/applications/
	$(INSTALL_DATA) cryptkeeper.png $(DESTDIR)/$(prefix)/share/pixmaps/

uninstall-local:
	rm -f $(DESTDIR)/$(prefix)/share/applications/cryptkeeper.desktop
	rm -f $(DESTDIR)/$(prefix)/share/pixmaps/cryptkeeper.png

SUBDIRS = po src/

ACLOCAL_AMFLAGS = -I m4

EXTRA_DIST = config.rpath m4/ChangeLog lib/gettext.h cryptkeeper32x32.png \
 cryptkeeper.png cryptkeeper.desktop