File: Makefile.am

package info (click to toggle)
cairo 1.12.2-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 100,404 kB
  • sloc: ansic: 226,667; xml: 16,073; sh: 12,046; cpp: 3,725; cs: 1,763; makefile: 1,070; python: 155; awk: 86
file content (16 lines) | stat: -rw-r--r-- 404 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
include $(top_srcdir)/build/Makefile.am.common

include $(top_srcdir)/perf/micro/Makefile.sources

noinst_LTLIBRARIES = libcairo-perf-micro.la
libcairo_perf_micro_la_SOURCES = \
	$(libcairo_perf_micro_sources)	\
	$(libcairo_perf_micro_headers)

AM_CPPFLAGS =				\
	-I$(srcdir)			\
	-I$(top_srcdir)/boilerplate	\
	-I$(top_srcdir)/src		\
	-I$(top_srcdir)/perf		\
	-I$(top_builddir)/src		\
	$(CAIRO_CFLAGS)