File: Makefile.am

package info (click to toggle)
mate-applets 1.8.0%2Bdfsg1-1~bpo70%2B1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy-backports
  • size: 11,952 kB
  • sloc: ansic: 21,842; python: 1,503; makefile: 1,227; xml: 65; sh: 20
file content (41 lines) | stat: -rw-r--r-- 624 bytes parent folder | download | duplicates (3)
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
39
40
41
invest-applet: invest-applet.py
	sed -e "s|\@PYTHONDIR\@|$(pythondir)/|" $< > $@

bin_SCRIPTS = mate-invest-chart

libexec_SCRIPTS = invest-applet

investdir = $(pythondir)/mate_invest
invest_PYTHON = \
	__init__.py \
	about.py \
	help.py \
	applet.py \
	chart.py \
	currencies.py \
	widgets.py \
	quotes.py \
	networkmanager.py \
	preferences.py
nodist_invest_PYTHON = \
	defs.py

BUILT_SOURCES = \
	invest-applet

CLEANFILES = \
	$(BUILT_SOURCES)

DISTCLEANFILES = \
	defs.py \
	$(CLEANFILES)

EXTRA_DIST = \
	defs.py.in \
	invest-applet.py \
	mate-invest-chart \
	test.py

#TESTS = test.py

-include $(top_srcdir)/git.mk