summaryrefslogtreecommitdiff
path: root/tools/Makefile.am
blob: c188556d5a4642abbb5bdb5a8e05e85e88ad4332 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
EXTRA_DIST = \
    glib-ginterface-gen.py \
    glib-signals-marshal-gen.py \
    identity.xsl \
    libglibcodegen.py

CLEANFILES = libglibcodegen.pyc libglibcodegen.pyo

all: $(EXTRA_DIST)

glib-ginterface-gen.py: libglibcodegen.py
	touch $@

glib-signals-marshal-gen.py: libglibcodegen.py
	touch $@