File: Makefile.am

package info (click to toggle)
libvmdk 20240510-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 13,400 kB
  • sloc: ansic: 203,232; sh: 6,444; makefile: 1,244; python: 520; cpp: 88; sed: 16
file content (27 lines) | stat: -rw-r--r-- 636 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
25
26
27
if HAVE_LOCAL_LIBCERROR
AM_CPPFLAGS = \
	-I../include -I$(top_srcdir)/include \
	-I../common -I$(top_srcdir)/common 

noinst_LTLIBRARIES = libcerror.la

libcerror_la_SOURCES = \
	libcerror_definitions.h \
	libcerror_extern.h \
	libcerror_error.c libcerror_error.h \
	libcerror_support.c libcerror_support.h \
	libcerror_system.c libcerror_system.h \
	libcerror_types.h \
	libcerror_unused.h
endif

DISTCLEANFILES = \
	Makefile \
	Makefile.in

sources-local: $(BUILT_SOURCES)

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