File: Makefile.am

package info (click to toggle)
libvsgpt 0~20240504-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 11,804 kB
  • sloc: ansic: 162,964; sh: 6,444; makefile: 1,220; python: 556; cpp: 171; sed: 16
file content (25 lines) | stat: -rw-r--r-- 425 bytes parent folder | download
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
include_HEADERS = \
	libvsgpt.h

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

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

DISTCLEANFILES = \
	libvsgpt.h \
	libvsgpt/definitions.h \
	libvsgpt/features.h \
	libvsgpt/types.h \
	Makefile \
	Makefile.in