File: Makefile.am

package info (click to toggle)
libmatchbox 1.12%2Bgit20170224-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 748 kB
  • sloc: ansic: 8,675; makefile: 101; sh: 11
file content (42 lines) | stat: -rw-r--r-- 1,162 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
33
34
35
36
37
38
39
40
41
42
source_h = mb.h           \
           mbmenu.h       \
           mbtray.h       \
           mbdotdesktop.h \
           mbpixbuf.h     \
           mbutil.h       \
           mbexp.h        \
           mbconfig.h     \
           xsettings-client.h \
           xsettings-common.h \
           hash.h 

source_c = mbmenu.c       \
           mbtray.c       \
           mbdotdesktop.c \
           mbpixbuf.c     \
           mbutil.c       \
	   mbexp.c        \
           xsettings-client.c \
           xsettings-common.c \
           hash.c

DATADIR=$(datadir)


lib_LTLIBRARIES      = libmb.la
libmb_la_SOURCES     = $(source_c) $(source_h)
libmb_la_CPPFLAGS    = -I$(top_srcdir) @GCC_WARNINGS@ @XLIBS_CFLAGS@ @PANGO_CFLAGS@ @PNG_CFLAGS@ -DDATADIR=\"$(datadir)\"
libmb_la_LIBADD      = @XLIBS_LIBS@ @PANGO_LIBS@ @JPEG_LIBS@ @PNG_LIBS@

# http://sources.redhat.com/autobook/autobook/autobook_91.html#SEC91
# current : revision : age

libmb_la_LDFLAGS = -version-info 1:9:0

libmbheadersdir = $(includedir)/libmb
libmbheaders_DATA = $(source_h)

clean-local:
	/bin/rm *.bb *.bbg *.da *.gcov .libs/*.da .libs/*.bbg || true

-include $(top_srcdir)/git.mk