File: Makefile.am

package info (click to toggle)
libevtx 20181227-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 16,584 kB
  • sloc: ansic: 272,141; sh: 6,144; makefile: 1,666; python: 325; 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 = \
	libevtx.h

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

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

MAINTAINERCLEANFILES = \
	Makefile.in

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