File: Makefile.am

package info (click to toggle)
xfce4-dev-tools 4.20.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,976 kB
  • sloc: sh: 5,180; ansic: 404; xml: 137; python: 128; makefile: 109
file content (24 lines) | stat: -rw-r--r-- 388 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
# Copyright (c) 2002-2015
#         The Xfce development team. All rights reserved.
#
# Written for Xfce by Benedikt Meurer <benny@xfce.org>.
#

generated_scripts = \
	xdt-autogen

scripts = \
	xdt-check-abi \
	xdt-gen-visibility

bin_SCRIPTS = \
	$(scripts) \
	$(generated_scripts)

CLEANFILES = $(generated_scripts)

EXTRA_DIST = \
	README.md \
	$(scripts)

# vi:set ts=8 sw=8 noet ai: