File: Makefile.am

package info (click to toggle)
liblnk 20240423-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 13,836 kB
  • sloc: ansic: 205,163; sh: 6,444; makefile: 1,311; python: 586; cpp: 88; sed: 16
file content (29 lines) | stat: -rw-r--r-- 661 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
28
29
if HAVE_LOCAL_LIBFOLE
AM_CPPFLAGS = \
	-I../include -I$(top_srcdir)/include \
	-I../common -I$(top_srcdir)/common \
	@LIBCERROR_CPPFLAGS@ 

noinst_LTLIBRARIES = libfole.la

libfole_la_SOURCES = \
	libfole_definitions.h \
	libfole_extern.h \
	libfole_error.c libfole_error.h \
	libfole_libcerror.h \
	libfole_support.c libfole_support.h \
	libfole_types.h \
	libfole_unused.h \
	libfole_value_type.c libfole_value_type.h
endif

DISTCLEANFILES = \
	Makefile \
	Makefile.in

sources-local: $(BUILT_SOURCES)

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