File: Makefile.am

package info (click to toggle)
libcreg 20200725-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 11,600 kB
  • sloc: ansic: 169,214; sh: 6,138; makefile: 1,245; python: 396; cpp: 88; sed: 16
file content (57 lines) | stat: -rw-r--r-- 1,267 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@ \
	@LIBCREG_DLL_IMPORT@

pyexec_LTLIBRARIES = pycreg.la

pycreg_la_SOURCES = \
	pycreg.c pycreg.h \
	pycreg_codepage.c pycreg_codepage.h \
	pycreg_error.c pycreg_error.h \
	pycreg_file.c pycreg_file.h \
	pycreg_file_object_io_handle.c pycreg_file_object_io_handle.h \
	pycreg_integer.c pycreg_integer.h \
	pycreg_key.c pycreg_key.h \
	pycreg_keys.c pycreg_keys.h \
	pycreg_libbfio.h \
	pycreg_libcerror.h \
	pycreg_libclocale.h \
	pycreg_libcreg.h \
	pycreg_python.h \
	pycreg_unused.h \
	pycreg_value.c pycreg_value.h \
	pycreg_value_types.c pycreg_value_types.h \
	pycreg_values.c pycreg_values.h

pycreg_la_LIBADD = \
	@LIBCERROR_LIBADD@ \
	../libcreg/libcreg.la \
	@LIBCDATA_LIBADD@ \
	@LIBCLOCALE_LIBADD@ \
	@LIBCSPLIT_LIBADD@ \
	@LIBUNA_LIBADD@ \
	@LIBCFILE_LIBADD@ \
	@LIBCPATH_LIBADD@ \
	@LIBBFIO_LIBADD@

pycreg_la_CPPFLAGS = $(PYTHON_CPPFLAGS)
pycreg_la_LDFLAGS  = -module -avoid-version $(PYTHON_LDFLAGS)

endif

MAINTAINERCLEANFILES = \
	Makefile.in

distclean: clean
	/bin/rm -f Makefile