File: Makefile.am

package info (click to toggle)
libfvde 20240502-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 30,116 kB
  • sloc: ansic: 302,971; sh: 6,587; makefile: 1,555; python: 1,402; yacc: 384; lex: 254; cpp: 129; sed: 16
file content (24 lines) | stat: -rw-r--r-- 343 bytes parent folder | download | duplicates (27)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
AM_CPPFLAGS = \
	-I../include -I$(top_srcdir)/include

EXTRA_DIST = \
	byte_stream.h \
	common.h \
	config.h \
	config_borlandc.h \
	config_msc.h \
	config_winapi.h \
	file_stream.h \
	memory.h \
	narrow_string.h \
	system_string.h \
	types.h \
	types.h.in \
	wide_string.h

DISTCLEANFILES = \
	config.h \
	types.h \
	Makefile \
	Makefile.in