File: Makefile.am

package info (click to toggle)
libvshadow 20190323-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 10,920 kB
  • sloc: ansic: 153,348; sh: 6,040; makefile: 1,210; python: 484; 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