File: Makefile.am

package info (click to toggle)
libewf 20140608-6
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 18,440 kB
  • ctags: 8,253
  • sloc: ansic: 297,847; sh: 13,697; cpp: 4,381; makefile: 1,973; yacc: 1,094; lex: 390; python: 352; sed: 134
file content (27 lines) | stat: -rw-r--r-- 464 bytes parent folder | download | duplicates (7)
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 = \
	libewf.h

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

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

MAINTAINERCLEANFILES = \
	Makefile.in

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