File: Makefile.am

package info (click to toggle)
libevtx 20170122-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 16,140 kB
  • ctags: 7,673
  • sloc: ansic: 263,997; sh: 5,703; makefile: 1,681; python: 230; sed: 16
file content (36 lines) | stat: -rw-r--r-- 1,014 bytes parent folder | download | duplicates (5)
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
if HAVE_LOCAL_LIBCDIRECTORY
AM_CPPFLAGS = \
	-I$(top_srcdir)/include \
	-I$(top_srcdir)/common \
	@LIBCERROR_CPPFLAGS@ \
	@LIBCLOCALE_CPPFLAGS@ \
	@LIBUNA_CPPFLAGS@

noinst_LTLIBRARIES = libcdirectory.la

libcdirectory_la_SOURCES = \
	libcdirectory_definitions.h \
	libcdirectory_error.c libcdirectory_error.h \
	libcdirectory_extern.h \
	libcdirectory_directory.c libcdirectory_directory.h \
	libcdirectory_directory_entry.c libcdirectory_directory_entry.h \
	libcdirectory_libcerror.h \
	libcdirectory_libclocale.h \
	libcdirectory_libuna.h \
	libcdirectory_support.c libcdirectory_support.h \
	libcdirectory_system_string.c libcdirectory_system_string.h \
	libcdirectory_types.h \
	libcdirectory_unused.h \
	libcdirectory_wide_string.c libcdirectory_wide_string.h
endif

MAINTAINERCLEANFILES = \
	Makefile.in

distclean: clean
	/bin/rm -f Makefile

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