File: Makefile.am

package info (click to toggle)
libbde 20160731-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 13,344 kB
  • ctags: 5,663
  • sloc: ansic: 197,310; sh: 12,776; makefile: 1,405; python: 603; sed: 134
file content (33 lines) | stat: -rw-r--r-- 767 bytes parent folder | download | duplicates (4)
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
if HAVE_LOCAL_LIBCNOTIFY
AM_CPPFLAGS = \
	-I$(top_srcdir)/include \
	-I$(top_srcdir)/common \
	@LIBCSTRING_CPPFLAGS@ \
	@LIBCERROR_CPPFLAGS@

noinst_LTLIBRARIES = libcnotify.la

libcnotify_la_SOURCES = \
	libcnotify_definitions.h \
	libcnotify_extern.h \
	libcnotify_libcerror.h \
	libcnotify_libcstring.h \
	libcnotify_print.c libcnotify_print.h \
	libcnotify_stream.c libcnotify_stream.h \
	libcnotify_support.c libcnotify_support.h \
	libcnotify_types.h \
	libcnotify_unused.h \
	libcnotify_verbose.c libcnotify_verbose.h
endif


MAINTAINERCLEANFILES = \
	Makefile.in

distclean: clean
	/bin/rm -f Makefile

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