File: Makefile.am

package info (click to toggle)
libesedb 20170121-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 14,708 kB
  • ctags: 6,330
  • sloc: ansic: 232,159; sh: 5,662; makefile: 1,590; python: 295; sed: 16
file content (32 lines) | stat: -rw-r--r-- 749 bytes parent folder | download | duplicates (4)
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
if HAVE_LOCAL_LIBMAPIDB
AM_CPPFLAGS = \
	-I$(top_srcdir)/include \
	-I$(top_srcdir)/common \
	@LIBCERROR_CPPFLAGS@ \
	@LIBCNOTIFY_CPPFLAGS@

noinst_LTLIBRARIES = libmapidb.la

libmapidb_la_SOURCES = \
	libmapidb_database.c libmapidb_database.h \
	libmapidb_definitions.h \
	libmapidb_error.c libmapidb_error.h \
	libmapidb_extern.h \
	libmapidb_folder.c libmapidb_folder.h \
	libmapidb_libcerror.h \
	libmapidb_libcnotify.h \
	libmapidb_support.c libmapidb_support.h \
	libmapidb_types.h \
	libmapidb_unused.h
endif

MAINTAINERCLEANFILES = \
	Makefile.in

distclean: clean
	/bin/rm -f Makefile

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