File: Makefile.am

package info (click to toggle)
libvshadow 20161111-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 10,632 kB
  • ctags: 4,375
  • sloc: ansic: 142,015; sh: 5,696; makefile: 1,289; python: 706; sed: 16
file content (27 lines) | stat: -rw-r--r-- 524 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
include_HEADERS = \
	libvshadow.h

pkginclude_HEADERS = \
	libvshadow/codepage.h \
	libvshadow/definitions.h \
	libvshadow/error.h \
	libvshadow/extern.h \
	libvshadow/features.h \
	libvshadow/types.h

EXTRA_DIST = \
	libvshadow.h.in \
	libvshadow/definitions.h.in \
	libvshadow/features.h.in \
	libvshadow/types.h.in

MAINTAINERCLEANFILES = \
	Makefile.in

distclean: clean
	/bin/rm -f libvshadow.h
	/bin/rm -f libvshadow/definitions.h
	/bin/rm -f libvshadow/features.h
	/bin/rm -f libvshadow/types.h
	/bin/rm -f Makefile