File: Makefile.am

package info (click to toggle)
libvhdi 20181227-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 10,864 kB
  • sloc: ansic: 154,326; sh: 5,968; makefile: 1,119; python: 647; 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