File: Makefile.am

package info (click to toggle)
libqcow 20240308-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 12,228 kB
  • sloc: ansic: 169,834; sh: 6,451; makefile: 1,161; python: 573; cpp: 88; sed: 16
file content (37 lines) | stat: -rw-r--r-- 842 bytes parent folder | download | duplicates (2)
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
35
36
37
if HAVE_LOCAL_LIBCPATH
AM_CPPFLAGS = \
	-I$(top_srcdir)/include \
	-I$(top_srcdir)/common \
	@LIBCERROR_CPPFLAGS@ \
	@LIBCLOCALE_CPPFLAGS@ \
	@LIBCSPLIT_CPPFLAGS@ \
	@LIBUNA_CPPFLAGS@ 

noinst_LTLIBRARIES = libcpath.la

libcpath_la_SOURCES = \
	libcpath_definitions.h \
	libcpath_error.c libcpath_error.h \
	libcpath_extern.h \
	libcpath_path.c libcpath_path.h \
	libcpath_libcerror.h \
	libcpath_libclocale.h \
	libcpath_libcsplit.h \
	libcpath_libuna.h \
	libcpath_support.c libcpath_support.h \
	libcpath_system_string.c libcpath_system_string.h \
	libcpath_unused.h
endif

MAINTAINERCLEANFILES = \
	Makefile.in

distclean: clean
	-rm -f Makefile

sources-local: $(BUILT_SOURCES)

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