File: Makefile.am

package info (click to toggle)
brasero 0.4.4-4
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 4,252 kB
  • ctags: 3,328
  • sloc: ansic: 39,905; sh: 8,655; makefile: 238
file content (28 lines) | stat: -rw-r--r-- 498 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
28
## Process this file with automake to produce Makefile.in.
SUBDIRS = src po data

braserodocdir = ${prefix}/doc/brasero


EXTRA_DIST = 			\
	AUTHORS			\
	HACKING			\
	MAINTAINERS		\
	NEWS			\
	README			\
	acinclude.m4

noinst_PROGRAMS =

DISTCLEANFILES = \
	intltool-extract \
	intltool-merge \
	intltool-update

# Copy all the spec files. Of cource, only one is actually used.
dist-hook:
	for specfile in *.spec; do \
		if test -f $$specfile; then \
			cp -p $$specfile $(distdir); \
		fi \
	done