File: Makefile.am

package info (click to toggle)
clutter-gst-3.0 3.0.27-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,172 kB
  • sloc: ansic: 9,896; sh: 4,204; javascript: 740; makefile: 333; xml: 117; python: 92
file content (30 lines) | stat: -rw-r--r-- 929 bytes parent folder | download | duplicates (7)
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
QUIET_GEN = $(Q:@=@echo '  GEN   '$@;)

SUBDIRS = build scripts clutter-gst tests examples

if BUILD_GTK_DOC
SUBDIRS += doc
endif

DIST_SUBDIRS = build scripts clutter-gst tests examples doc

ACLOCAL_AMFLAGS = -I build/autotools ${ACLOCAL_FLAGS}

clutter-gst-$(CLUTTER_GST_API_VERSION).pc: clutter-gst.pc
	$(AM_V_GEN)cp -f clutter-gst.pc $@

pkgconfig_DATA = clutter-gst-$(CLUTTER_GST_API_VERSION).pc
pkgconfigdir   = $(libdir)/pkgconfig

EXTRA_DIST = clutter-gst.pc.in ChangeLog.pre-git-import

CLEANFILES = clutter-gst.pc clutter-gst-$(CLUTTER_GST_API_VERSION).pc

DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc

# Extra clean files so that maintainer-clean removes *everything*
MAINTAINERCLEANFILES = aclocal.m4 compile config.guess config.sub \
                       configure depcomp install-sh ltmain.sh     \
                       Makefile.in missing config.h.in

include $(top_srcdir)/build/autotools/Makefile.am.release