[go: up one dir, main page]

File: Makefile.am

package info (click to toggle)
libfwsi 20181227-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 9,912 kB
  • sloc: ansic: 124,133; sh: 5,880; makefile: 1,190; python: 349; sed: 16
file content (27 lines) | stat: -rw-r--r-- 479 bytes parent folder | download | duplicates (3)
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 = \
	libfwsi.h

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

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

MAINTAINERCLEANFILES = \
	Makefile.in

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