File: Makefile.am.svn-base

package info (click to toggle)
matchbox-keyboard 0.1%2Bsvn20080916-11
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 1,048 kB
  • ctags: 539
  • sloc: ansic: 3,950; xml: 1,778; makefile: 85; sh: 2
file content (24 lines) | stat: -rw-r--r-- 461 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
SUBDIRS = src layouts

if WANT_EXAMPLES
SUBDIRS += examples
endif

if WANT_IM
SUBDIRS += gtk-im
endif 

if WANT_APPLET
SUBDIRS += applet
endif 

desktopdir = $(datadir)/applications/inputmethods
dist_desktop_DATA = matchbox-keyboard.desktop

pixmapsdir = $(datadir)/pixmaps/
dist_pixmaps_DATA = matchbox-keyboard.png

DISTCHECK_CONFIGURE_FLAGS = --enable-examples --enable-gtk-im --enable-applet

snapshot:
	$(MAKE) dist distdir=$(PACKAGE)-snap`date +"%Y%m%d"`