File: Makefile.am

package info (click to toggle)
libsmraw 20181227-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 12,656 kB
  • sloc: ansic: 190,725; sh: 6,370; makefile: 1,215; python: 601; cpp: 561; sed: 16
file content (53 lines) | stat: -rw-r--r-- 1,190 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
if HAVE_PYTHON
AM_CFLAGS = \
	-I$(top_srcdir)/include \
	-I$(top_srcdir)/common \
	@LIBCERROR_CPPFLAGS@ \
	@LIBCDATA_CPPFLAGS@ \
	@LIBCLOCALE_CPPFLAGS@ \
	@LIBCSPLIT_CPPFLAGS@ \
	@LIBUNA_CPPFLAGS@ \
	@LIBCFILE_CPPFLAGS@ \
	@LIBCPATH_CPPFLAGS@ \
	@LIBBFIO_CPPFLAGS@ \
	@LIBSMRAW_DLL_IMPORT@

pyexec_LTLIBRARIES = pysmraw.la

pysmraw_la_SOURCES = \
	pysmraw.c pysmraw.h \
	pysmraw_error.c pysmraw_error.h \
	pysmraw_file_object_io_handle.c pysmraw_file_object_io_handle.h \
	pysmraw_file_objects_io_pool.c pysmraw_file_objects_io_pool.h \
	pysmraw_handle.c pysmraw_handle.h \
	pysmraw_integer.c pysmraw_integer.h \
	pysmraw_libbfio.h \
	pysmraw_libcerror.h \
	pysmraw_libclocale.h \
	pysmraw_libsmraw.h \
	pysmraw_metadata.c pysmraw_metadata.h \
	pysmraw_python.h \
	pysmraw_unused.h

pysmraw_la_LIBADD = \
	@LIBCERROR_LIBADD@ \
	../libsmraw/libsmraw.la \
	@LIBCDATA_LIBADD@ \
	@LIBCLOCALE_LIBADD@ \
	@LIBCSPLIT_LIBADD@ \
	@LIBUNA_LIBADD@ \
	@LIBCFILE_LIBADD@ \
	@LIBCPATH_LIBADD@ \
	@LIBBFIO_LIBADD@

pysmraw_la_CPPFLAGS = $(PYTHON_CPPFLAGS)
pysmraw_la_LDFLAGS  = -module -avoid-version $(PYTHON_LDFLAGS)

endif

MAINTAINERCLEANFILES = \
	Makefile.in

distclean: clean
	/bin/rm -f Makefile