File: Makefile.am

package info (click to toggle)
libfsext 20201107-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 13,092 kB
  • sloc: ansic: 192,345; sh: 6,050; makefile: 1,441; 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 = \
	libfsext.h

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

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

MAINTAINERCLEANFILES = \
	Makefile.in

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