File: Makefile.am

package info (click to toggle)
libunique 1.1.6-4
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 2,704 kB
  • sloc: sh: 10,371; ansic: 2,472; xml: 1,345; makefile: 238
file content (24 lines) | stat: -rw-r--r-- 507 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
libuniqueincludedir = $(includedir)/unique-1.0/unique

INCLUDES = -I$(top_srcdir)

AM_CPPFLAGS = \
	-DG_LOG_DOMAIN=\"Unique-Bacon\"	\
	-DG_DISABLE_SINGLE_INCLUDES

LDADD = $(UNIQUE_LIBS)

noinst_LTLIBRARIES = libunique-bacon.la

libunique_bacon_la_SOURCES = 	\
	uniquebackend-bacon.c	\
	uniquebackend-bacon.h	\
	uniquefactory-bacon.c	\
	uniquefactory-bacon.h	\
	uniquemessage-bacon.c	\
	uniquemessage-bacon.h

libunique_bacon_la_CFLAGS =	\
	$(UNIQUE_CFLAGS)	\
	$(UNIQUE_DEBUG_FLAGS)	\
	$(MAINTAINER_CFLAGS)