File: Makefile.am

package info (click to toggle)
libfvde 20190104-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, trixie
  • size: 13,884 kB
  • sloc: ansic: 206,296; sh: 6,111; makefile: 1,444; python: 487; yacc: 356; lex: 247; sed: 16
file content (54 lines) | stat: -rw-r--r-- 1,432 bytes parent folder | download | duplicates (69)
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
if HAVE_LOCAL_LIBBFIO
AM_CPPFLAGS = \
	-I$(top_srcdir)/include \
	-I$(top_srcdir)/common \
	@LIBCERROR_CPPFLAGS@ \
	@LIBCTHREADS_CPPFLAGS@ \
	@LIBCLOCALE_CPPFLAGS@ \
	@LIBCNOTIFY_CPPFLAGS@ \
	@LIBCDATA_CPPFLAGS@ \
	@LIBCSPLIT_CPPFLAGS@ \
	@LIBCFILE_CPPFLAGS@ \
	@LIBCPATH_CPPFLAGS@ \
	@LIBUNA_CPPFLAGS@ \
	@PTHREAD_CPPFLAGS@ 

noinst_LTLIBRARIES = libbfio.la

libbfio_la_SOURCES = \
	libbfio_codepage.h \
	libbfio_definitions.h \
	libbfio_error.c libbfio_error.h \
	libbfio_extern.h \
	libbfio_file.c libbfio_file.h \
	libbfio_file_io_handle.c libbfio_file_io_handle.h \
	libbfio_file_pool.c libbfio_file_pool.h \
	libbfio_file_range.c libbfio_file_range.h \
	libbfio_file_range_io_handle.c libbfio_file_range_io_handle.h \
	libbfio_handle.c libbfio_handle.h \
	libbfio_libcdata.h \
	libbfio_libcerror.h \
	libbfio_libcfile.h \
	libbfio_libclocale.h \
	libbfio_libcpath.h \
	libbfio_libcthreads.h \
	libbfio_libuna.h \
	libbfio_memory_range.c libbfio_memory_range.h \
	libbfio_memory_range_io_handle.c libbfio_memory_range_io_handle.h \
	libbfio_pool.c libbfio_pool.h \
	libbfio_support.c libbfio_support.h \
	libbfio_system_string.c libbfio_system_string.h \
	libbfio_types.h \
	libbfio_unused.h
endif

MAINTAINERCLEANFILES = \
	Makefile.in

distclean: clean
	/bin/rm -f Makefile

splint:
	@echo "Running splint on libbfio ..."
	-splint -preproc -redef $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(libbfio_la_SOURCES)