File: Makefile.am

package info (click to toggle)
libregf 20181231-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 12,332 kB
  • sloc: ansic: 184,435; sh: 6,056; makefile: 1,295; python: 323; 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 = \
	libregf.h

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

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

MAINTAINERCLEANFILES = \
	Makefile.in

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