File: Makefile.am

package info (click to toggle)
libqcow 20160123-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 10,600 kB
  • ctags: 4,375
  • sloc: ansic: 142,933; sh: 12,887; makefile: 1,198; python: 549; sed: 134
file content (28 lines) | stat: -rw-r--r-- 648 bytes parent folder | download | duplicates (13)
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
if HAVE_LOCAL_LIBCSTRING
AM_CPPFLAGS = \
	-I$(top_srcdir)/include \
	-I$(top_srcdir)/common

noinst_LTLIBRARIES = libcstring.la

libcstring_la_SOURCES = \
	libcstring_definitions.h \
	libcstring_extern.h \
	libcstring_narrow_string.h \
	libcstring_support.c libcstring_support.h \
	libcstring_system_string.h \
	libcstring_types.h \
	libcstring_unused.h \
	libcstring_wide_string.c libcstring_wide_string.h
endif

MAINTAINERCLEANFILES = \
	Makefile.in

distclean: clean
	/bin/rm -f Makefile

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