File: Makefile.am

package info (click to toggle)
libewf 20140816-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 20,940 kB
  • sloc: ansic: 347,781; sh: 8,203; cpp: 3,819; makefile: 2,096; yacc: 1,104; python: 439; lex: 394; sed: 16
file content (27 lines) | stat: -rw-r--r-- 444 bytes parent folder | download | duplicates (2)
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
	-rm -f libewf.h
	-rm -f libewf/definitions.h
	-rm -f libewf/features.h
	-rm -f libewf/types.h
	-rm -f Makefile