File: Makefile.am

package info (click to toggle)
baobab 2.4.2-1.1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,332 kB
  • ctags: 363
  • sloc: ansic: 3,933; sh: 904; makefile: 159
file content (26 lines) | stat: -rw-r--r-- 560 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
## Process this file with automake to produce Makefile.in

SUBDIRS =  src po data pixmaps


EXTRA_DIST = \
	baobab.desktop.in \
	intltool-extract.in \
	intltool-merge.in \
	intltool-update.in \
	baobab.glade \
	autogen.sh 

Applicationsdir = $(datadir)/applications
Applications_in_files = baobab.desktop.in
Applications_DATA = $(Applications_in_files:.desktop.in=.desktop)
@INTLTOOL_DESKTOP_RULE@

gladedir = $(datadir)/baobab/pixmaps/
glade_DATA = baobab.glade

DISTCLEANFILES = 		\
	baobab.desktop		\
	intltool-extract	\
	intltool-merge		\
	intltool-update