File: Makefile.am

package info (click to toggle)
libvhdi 20201204-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 11,988 kB
  • sloc: ansic: 169,726; sh: 6,199; makefile: 1,438; python: 547; cpp: 88; sed: 16
file content (27 lines) | stat: -rw-r--r-- 479 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 = \
	libvhdi.h

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

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

MAINTAINERCLEANFILES = \
	Makefile.in

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