File: Makefile.am

package info (click to toggle)
cdrdao 1%3A1.2.5-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 5,972 kB
  • sloc: cpp: 51,492; ansic: 33,096; sh: 4,720; perl: 673; makefile: 446; xml: 70
file content (38 lines) | stat: -rw-r--r-- 525 bytes parent folder | download | duplicates (2)
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
if COND_GCDMASTER
MAYBE_GCDMASTER = gcdmaster
else
MAYBE_GCDMASTER =
endif

if COND_PCCTS
MAYBE_PCCTS = pccts
else
MAYBE_PCCTS =
endif

SUBDIRS = $(MAYBE_PCCTS) trackdb utils paranoia dao $(MAYBE_GCDMASTER)

DIST_SUBDIRS = trackdb utils paranoia dao gcdmaster pccts

EXTRA_DIST =		\
	AUTHORS		\
	ChangeLog	\
	COPYING		\
	CREDITS		\
	INSTALL		\
	NEWS		\
	README		\
	README.PlexDAE	\
	README.Win32	\
	specs/*.in	\
	aspi.reg	\
	cdrdao.lsm	\
	testtocs/*.toc	\
	contrib

dist-hook:
	rm -rf `find $(distdir)/contrib -name CVS`