File: Makefile.am

package info (click to toggle)
libbde 20240502-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 14,468 kB
  • sloc: ansic: 213,802; sh: 6,444; makefile: 1,452; python: 784; cpp: 88; sed: 16
file content (38 lines) | stat: -rw-r--r-- 938 bytes parent folder | download | duplicates (33)
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
if HAVE_LOCAL_LIBCFILE
AM_CPPFLAGS = \
	-I../include -I$(top_srcdir)/include \
	-I../common -I$(top_srcdir)/common \
	@LIBCERROR_CPPFLAGS@ \
	@LIBCLOCALE_CPPFLAGS@ \
	@LIBCNOTIFY_CPPFLAGS@ \
	@LIBUNA_CPPFLAGS@ 

noinst_LTLIBRARIES = libcfile.la

libcfile_la_SOURCES = \
	libcfile_definitions.h \
	libcfile_error.c libcfile_error.h \
	libcfile_extern.h \
	libcfile_file.c libcfile_file.h \
	libcfile_libcerror.h \
	libcfile_libclocale.h \
	libcfile_libcnotify.h \
	libcfile_libuna.h \
	libcfile_notify.c libcfile_notify.h \
	libcfile_support.c libcfile_support.h \
	libcfile_system_string.c libcfile_system_string.h \
	libcfile_types.h \
	libcfile_unused.h \
	libcfile_winapi.c libcfile_winapi.h
endif

DISTCLEANFILES = \
	Makefile \
	Makefile.in

sources-local: $(BUILT_SOURCES)

splint-local:
	@echo "Running splint on libcfile ..."
	-splint -preproc -redef $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(libcfile_la_SOURCES)