File: Makefile.am

package info (click to toggle)
libfsapfs 20240429-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 18,648 kB
  • sloc: ansic: 306,637; sh: 6,577; makefile: 2,174; python: 690; cpp: 533; sed: 16
file content (25 lines) | stat: -rw-r--r-- 440 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
include_HEADERS = \
	libfsapfs.h

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

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

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