File: Makefile.am

package info (click to toggle)
libfvde 20190104-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 13,884 kB
  • sloc: ansic: 206,296; sh: 6,111; makefile: 1,444; python: 487; yacc: 356; lex: 247; sed: 16
file content (27 lines) | stat: -rw-r--r-- 479 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 = \
	libfvde.h

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

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

MAINTAINERCLEANFILES = \
	Makefile.in

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