File: Makefile.am

package info (click to toggle)
libmodi 0~20240507-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 23,584 kB
  • sloc: ansic: 223,831; sh: 6,587; makefile: 1,544; python: 488; yacc: 384; lex: 254; cpp: 88; sed: 16
file content (31 lines) | stat: -rw-r--r-- 734 bytes parent folder | download | duplicates (9)
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
if HAVE_LOCAL_LIBCAES
AM_CPPFLAGS = \
	-I../include -I$(top_srcdir)/include \
	-I../common -I$(top_srcdir)/common \
	@LIBCERROR_CPPFLAGS@ \
	@LIBCRYPTO_CPPFLAGS@ 

noinst_LTLIBRARIES = libcaes.la

libcaes_la_SOURCES = \
	libcaes_context.c libcaes_context.h \
	libcaes_definitions.h \
	libcaes_extern.h \
	libcaes_error.c libcaes_error.h \
	libcaes_libcerror.h \
	libcaes_support.c libcaes_support.h \
	libcaes_tweaked_context.c libcaes_tweaked_context.h \
	libcaes_types.h \
	libcaes_unused.h
endif

DISTCLEANFILES = \
	Makefile \
	Makefile.in

sources-local: $(BUILT_SOURCES)

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