File: Makefile.am

package info (click to toggle)
matchbox-desktop 2.0-1
  • links: PTS
  • area: main
  • in suites: lenny, squeeze
  • size: 772 kB
  • ctags: 295
  • sloc: ansic: 2,661; sh: 888; makefile: 31
file content (32 lines) | stat: -rw-r--r-- 699 bytes parent folder | download | duplicates (4)
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
bin_PROGRAMS = matchbox-desktop

PKGDATADIR = $(datadir)/matchbox

matchbox_desktop_CPPFLAGS = \
	$(GTK_CFLAGS) $(SN_CFLAGS) -DPKGDATADIR=\"$(PKGDATADIR)\"
matchbox_desktop_CFLAGS = \
	-Wall
matchbox_desktop_LDADD = \
	$(GTK_LIBS) $(SN_LIBS)

matchbox_desktop_SOURCES = \
	taku-tile.h taku-tile.c \
	taku-icon-tile.h taku-icon-tile.c \
	taku-launcher-tile.h taku-launcher-tile.c \
	taku-table.h taku-table.c \
	launcher-util.h launcher-util.c \
	xutil.h xutil.c \
	eggsequence.h eggsequence.c \
	main.c

# make maintainer-clean should remove *everything* 
MAINTAINERCLEANFILES = \
	aclocal.m4 \
	compile \
	config.guess \
	config.h.in \
	configure \
	depcomp \
	install-sh \
	Makefile.in \
	missing