File: Makefile.am

package info (click to toggle)
libevt 20181227-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 16,180 kB
  • sloc: ansic: 263,188; sh: 6,056; makefile: 1,615; python: 325; sed: 16
file content (27 lines) | stat: -rw-r--r-- 464 bytes parent folder | download | duplicates (4)
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 = \
	libevt.h

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

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

MAINTAINERCLEANFILES = \
	Makefile.in

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