File: Makefile.am

package info (click to toggle)
libluksde 20200205-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 12,292 kB
  • sloc: ansic: 176,150; sh: 5,996; makefile: 1,274; python: 484; sed: 16
file content (27 lines) | stat: -rw-r--r-- 509 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
25
26
27
include_HEADERS = \
	libluksde.h

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

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

MAINTAINERCLEANFILES = \
	Makefile.in

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