File: Makefile.am

package info (click to toggle)
gmessage 2.4.2-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 500 kB
  • ctags: 118
  • sloc: sh: 3,168; ansic: 805; makefile: 72
file content (27 lines) | stat: -rw-r--r-- 594 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

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) \
                examples/gxaddress \
                examples/gxdialup  \
                examples/gxdict    \
                examples/gxman     \
                examples/gxview