File: Makefile.am

package info (click to toggle)
gmessage 2.6.2-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 488 kB
  • ctags: 121
  • sloc: ansic: 772; sh: 678; makefile: 24
file content (31 lines) | stat: -rw-r--r-- 832 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

SUBDIRS = po

INCLUDES = \
	-DPACKAGE_DATA_DIR=\""$(datadir)"\"           \
	-DPACKAGE_LOCALE_DIR=\""$(datadir)/locale"\"  \
	$(PACKAGE_CFLAGS)

bin_PROGRAMS = gxmessage

gxmessage_SOURCES = gxmessage.c

gxmessage_LDADD = $(PACKAGE_LIBS)

icondir       = $(datadir)/pixmaps
icon_DATA     = gxmessage.png

manpagedir    = $(mandir)/man1
manpage_DATA  = gxmessage.1

EXTRA_DIST    = $(manpage_DATA) $(icon_DATA)  \
                HACKING                       \
                examples/gtkrc                \
                examples/gxaddress            \
                examples/gxdialup             \
                examples/gxdict               \
                examples/gxman                \
                examples/gxview               \
                examples/nautilus-word-count  \
                examples/xinitrc