File: Makefile.am

package info (click to toggle)
libvslvm 20181227-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 12,284 kB
  • sloc: ansic: 187,294; sh: 5,968; makefile: 1,272; python: 244; sed: 16
file content (27 lines) | stat: -rw-r--r-- 494 bytes parent folder | download | duplicates (2)
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 = \
	libvslvm.h

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

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

MAINTAINERCLEANFILES = \
	Makefile.in

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