[go: up one dir, main page]

File: Makefile.am

package info (click to toggle)
libfwsi 20181227-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 9,912 kB
  • sloc: ansic: 124,133; sh: 5,880; makefile: 1,190; python: 349; sed: 16
file content (30 lines) | stat: -rw-r--r-- 743 bytes parent folder | download | duplicates (56)
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
if HAVE_LOCAL_LIBCLOCALE
AM_CPPFLAGS = \
	-DLOCALEDIR=\"$(datadir)/locale\" \
	-I$(top_srcdir)/include \
	-I$(top_srcdir)/common \
	@LIBCERROR_CPPFLAGS@

noinst_LTLIBRARIES = libclocale.la

libclocale_la_SOURCES = \
	libclocale_codepage.c libclocale_codepage.h \
	libclocale_definitions.h \
	libclocale_extern.h \
	libclocale_libcerror.h \
	libclocale_locale.c libclocale_locale.h \
	libclocale_support.c libclocale_support.h \
	libclocale_unused.h \
	libclocale_wide_string.c libclocale_wide_string.h
endif

MAINTAINERCLEANFILES = \
	Makefile.in

distclean: clean
	/bin/rm -f Makefile

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