File: Makefile.am

package info (click to toggle)
roxterm 1.11.1-1.1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 2,468 kB
  • ctags: 1,057
  • sloc: ansic: 10,482; sh: 9,085; xml: 305; makefile: 166
file content (37 lines) | stat: -rw-r--r-- 1,108 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
25
26
27
28
29
30
31
32
33
34
35
36
37

SUBDIRS = src

nobase_pkgdata_DATA = Config/Colours/GTK \
	      Config/Shortcuts/Default

HELPFILES = $(top_srcdir)/Help/AUTHORS \
		$(top_srcdir)/Help/Changes \
		$(top_srcdir)/Help/COPYING \
		$(top_srcdir)/Help/index.html \
		$(top_srcdir)/Help/NEWS \
		$(top_srcdir)/Help/README \
		$(top_srcdir)/Help/TODO

HELPIMGS = $(top_srcdir)/Help/imgs/roxterm_logo.png \
		$(top_srcdir)/Help/imgs/sflogo.png \
		$(top_srcdir)/Help/imgs/project-support.jpg

desktopdir = $(datadir)/applications
desktop_DATA = roxterm.desktop

EXTRA_DIST = .DirIcon AppRun AppInfo.xml AppInfo.xml.in roxterm.desktop \
	     $(nobase_pkgdata_DATA) $(HELPFILES) $(HELPIMGS)

install-data-local:
	$(top_srcdir)/install-sh -d $(DESTDIR)/$(pkgdocdir)/imgs
	$(top_srcdir)/install-sh -m 0644 -t $(DESTDIR)/$(pkgdocdir) \
		$(HELPFILES)
	$(top_srcdir)/install-sh -m 0644 -t $(DESTDIR)/$(pkgdocdir)/imgs \
		$(HELPIMGS)
	$(top_srcdir)/install-sh -m 0644 $(top_srcdir)/.DirIcon \
		$(DESTDIR)/$(pkgicondir)/roxterm.svg

uninstall-local:
	rm -rf $(DESTDIR)/$(pkgdatadir) \
		$(DESTDIR)/$(pkgdocdir) \
		$(DESTDIR)/$(pkgicondir)/roxterm.svg