File: Makefile.am

package info (click to toggle)
libcompizconfig 0.8.4-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 496 kB
  • ctags: 676
  • sloc: ansic: 6,315; cpp: 2,634; makefile: 150; sh: 9; xml: 7
file content (25 lines) | stat: -rw-r--r-- 467 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
## Process this file with automake to produce Makefile.in

ALL_SUBDIRS = 	 \
    include	 \
    po           \
    src	         \
    backend      \
    plugin       \
    metadata	 \
    config

SUBDIRS = $(ALL_SUBDIRS)

EXTRA_DIST =            \
    VERSION             \
    COPYING		\
    libcompizconfig.pc.in

clean:
	for sdir in $(SUBDIRS) ; do \
		cd $$sdir; make clean; cd .. ; \
	done

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libcompizconfig.pc