File: Makefile.am

package info (click to toggle)
libvsapm 0~20240503-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 11,152 kB
  • sloc: ansic: 151,483; sh: 6,444; makefile: 1,057; python: 561; 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 = \
	libvsapm.h

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

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

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