File: Makefile.am

package info (click to toggle)
libsigscan 20201117-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 9,980 kB
  • sloc: ansic: 131,806; sh: 6,096; makefile: 1,079; python: 324; cpp: 67; sed: 16
file content (27 lines) | stat: -rw-r--r-- 524 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 = \
	libsigscan.h

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

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

MAINTAINERCLEANFILES = \
	Makefile.in

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