File: Makefile.am

package info (click to toggle)
libfsxfs 20201117-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 12,904 kB
  • sloc: ansic: 185,534; sh: 6,050; makefile: 1,373; python: 279; cpp: 88; sed: 16
file content (27 lines) | stat: -rw-r--r-- 494 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
26
27
include_HEADERS = \
	libfsxfs.h

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

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

MAINTAINERCLEANFILES = \
	Makefile.in

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