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 (57 lines) | stat: -rw-r--r-- 1,308 bytes parent folder | download
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
54
55
56
57
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@

pyexec_LTLIBRARIES = pyevtx.la

pyevtx_la_SOURCES = \
	pyevtx.c pyevtx.h \
	pyevtx_codepage.c pyevtx_codepage.h \
	pyevtx_datetime.c pyevtx_datetime.h \
	pyevtx_error.c pyevtx_error.h \
	pyevtx_event_levels.c pyevtx_event_levels.h \
	pyevtx_file.c pyevtx_file.h \
	pyevtx_file_flags.c pyevtx_file_flags.h \
	pyevtx_file_object_io_handle.c pyevtx_file_object_io_handle.h \
	pyevtx_integer.c pyevtx_integer.h \
	pyevtx_libbfio.h \
	pyevtx_libcerror.h \
	pyevtx_libclocale.h \
	pyevtx_libevtx.h \
	pyevtx_python.h \
	pyevtx_record.c pyevtx_record.h \
	pyevtx_records.c pyevtx_records.h \
	pyevtx_strings.c pyevtx_strings.h \
	pyevtx_unused.h

pyevtx_la_LIBADD = \
	@LIBCERROR_LIBADD@ \
	../libevtx/libevtx.la \
	@LIBCDATA_LIBADD@ \
	@LIBCLOCALE_LIBADD@ \
	@LIBCSPLIT_LIBADD@ \
	@LIBUNA_LIBADD@ \
	@LIBCFILE_LIBADD@ \
	@LIBCPATH_LIBADD@ \
	@LIBBFIO_LIBADD@

pyevtx_la_CPPFLAGS = $(PYTHON_CPPFLAGS)
pyevtx_la_LDFLAGS  = -module -avoid-version $(PYTHON_LDFLAGS)

endif

MAINTAINERCLEANFILES = \
	Makefile.in

distclean: clean
	/bin/rm -f Makefile