File: Makefile.am

package info (click to toggle)
screem 0.2.1-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 3,748 kB
  • ctags: 2,270
  • sloc: ansic: 26,366; sh: 7,453; makefile: 512; sed: 93; perl: 18
file content (36 lines) | stat: -rw-r--r-- 854 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
INCLUDES	=	-I./include -I./pixmaps \
			-DGNOMELOCALEDIR=\""$(datadir)/locale"\" \
			$(GNOME_INCLUDEDIR)

SUBDIRS	=	macros intl po src plugins splash resources docs

EXTRA_DIST = $(srcdir)/include/* \
		$(srcdir)/pixmaps/* \
		$(srcdir)/helpers/* \
		$(appicon_DATA) \
		$(srcdir)/screem.desktop \
		$(srcdir)/screem.keys.in \
		$(srcdir)/screem.mime \
		$(srcdir)/FAQ \
		$(srcdir)/BUGS \
		$(srcdir)/DEPENDS \
		$(srcdir)/screem.spec \
		$(Tag_DATA)

appicondir = $(datadir)/pixmaps
appicon_DATA = screem.png

Applicationsdir = $(datadir)/gnome/apps/Applications
Applications_DATA = screem.desktop

gnewdir = $(datadir)/mc/templates
gnew_DATA = screem.desktop

Mimedir = $(datadir)/mime-info
Mime_DATA = screem.keys screem.mime

Tagdir = $(libdir)/screem/
Tag_DATA = screem.tagtree

screem.keys: screem.keys.in Makefile
	cp screem.keys.in screem.keys