File: Makefile.am

package info (click to toggle)
libtelepathy 0.3.3-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 2,284 kB
  • ctags: 359
  • sloc: sh: 8,995; xml: 5,823; ansic: 2,309; makefile: 305; python: 301
file content (26 lines) | stat: -rw-r--r-- 700 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
EXTRA_DIST = \
	     add-client-c-symbol.xsl \
	     c-constants-generator.xsl \
	     check-coding-style.mk \
	     check-c-style.sh \
	     check-misc.sh \
	     check-whitespace.sh \
	     c-interfaces-generator.xsl \
	     glib-interfaces-generator.xsl \
	     glib-interfaces-body-generator.xsl \
	     identity.xsl \
	     libglibcodegen.py \
	     libtp-add-signal-gen.py \
	     libtp-constants-generator.xsl \
	     libtp-interfaces-generator.xsl \
	     libtp-marshaller-gen.py \
	     spec-to-introspect.xsl

CLEANFILES = libglibcodegen.pyc libglibcodegen.pyo

all: $(EXTRA_DIST)

libtp-add-signal-gen.py: libglibcodegen.py
		touch $@
libtp-marshaller-gen.py: libglibcodegen.py
		touch $@