File: Makefile.am

package info (click to toggle)
libevtx 20170122-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 16,140 kB
  • ctags: 7,673
  • sloc: ansic: 263,997; sh: 5,703; makefile: 1,681; python: 230; 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