File: Makefile.am

package info (click to toggle)
libsmraw 20181227-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 12,616 kB
  • sloc: ansic: 190,725; sh: 6,370; makefile: 1,215; python: 601; cpp: 561; sed: 16
file content (34 lines) | stat: -rw-r--r-- 785 bytes parent folder | download | duplicates (14)
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
if HAVE_LOCAL_LIBHMAC
AM_CPPFLAGS = \
	-I$(top_srcdir)/include \
	-I$(top_srcdir)/common \
	@LIBCERROR_CPPFLAGS@ 

noinst_LTLIBRARIES = libhmac.la

libhmac_la_SOURCES = \
	libhmac_byte_stream.h \
	libhmac_definitions.h \
	libhmac_extern.h \
	libhmac_error.c libhmac_error.h \
	libhmac_libcerror.h \
	libhmac_md5.c libhmac_md5.h \
	libhmac_sha1.c libhmac_sha1.h \
	libhmac_sha224.c libhmac_sha224.h \
	libhmac_sha256.c libhmac_sha256.h \
	libhmac_sha512.c libhmac_sha512.h \
	libhmac_support.c libhmac_support.h \
	libhmac_types.h \
	libhmac_unused.h
endif

MAINTAINERCLEANFILES = \
	Makefile.in

distclean: clean
	/bin/rm -f Makefile

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