Page MenuHomePhabricator

Makefile.am
No OneTemporary

Size
739 B
Referenced Files
None
Subscribers
None

Makefile.am

if HAVE_PYTHON
AM_CFLAGS = \
-I$(top_srcdir)/include \
-I$(top_srcdir)/common \
-I$(top_srcdir)/libcstring \
-I$(top_srcdir)/liberror \
@MEMWATCH_CPPFLAGS@
pyexec_LTLIBRARIES = pyewf.la
pyewf_la_SOURCES = \
pyewf.c pyewf.h \
pyewf_codepage.c pyewf_codepage.h \
pyewf_datetime.c pyewf_datetime.h \
pyewf_file_entry.c pyewf_file_entry.h \
pyewf_handle.c pyewf_handle.h \
pyewf_libewf.h \
pyewf_metadata.c pyewf_metadata.h \
pyewf_python.h
pyewf_la_LIBADD = \
../libcstring/libcstring.la \
../liberror/liberror.la \
../libewf/libewf.la
pyewf_la_CPPFLAGS = $(PYTHON_CPPFLAGS)
pyewf_la_LDFLAGS = -module -avoid-version $(PYTHON_LDFLAGS)
endif
MAINTAINERCLEANFILES = \
Makefile.in
distclean: clean
/bin/rm -f Makefile

File Metadata

Mime Type
text/plain
Expires
Fri, Oct 10, 11:25 PM (9 h, 48 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1339873
Default Alt Text
Makefile.am (739 B)

Event Timeline