File: Makefile.am

package info (click to toggle)
libregf 20201007-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 13,520 kB
  • sloc: ansic: 205,673; sh: 6,206; makefile: 1,569; python: 389; cpp: 88; 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