File: Makefile.am

package info (click to toggle)
packagekit 1.1.5-2%2Bdeb9u1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 15,464 kB
  • sloc: ansic: 56,926; cpp: 8,658; python: 7,641; xml: 6,388; sh: 4,517; perl: 1,738; makefile: 1,437; ruby: 1,341
file content (35 lines) | stat: -rw-r--r-- 616 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
## We require new-style dependency handling.
AUTOMAKE_OPTIONS = 1.7

NULL =

TEST_FILES =						\
	pk-client-helper-test.py.in			\
	pk-spawn-test.sh				\
	pk-spawn-proxy.sh				\
	pk-spawn-test-sigquit.sh			\
	pk-spawn-test-sigquit.py.in			\
	pk-spawn-test-profiling.sh			\
	pk-spawn-dispatcher.py.in			\
	$(NULL)

DISTCLEANFILES =					\
	pk-client-helper-test.py			\
	pk-spawn-test-sigquit.py			\
	pk-spawn-dispatcher.py				\
	$(NULL)

EXTRA_DIST =						\
	$(TEST_FILES)					\
	$(NULL)

clean-local:
	rm -f *~

MAINTAINERCLEANFILES =					\
	*~			      			\
	Makefile.in					\
	$(NULL)


-include $(top_srcdir)/git.mk