Page MenuHomePhabricator

Makefile.am
No OneTemporary

Size
360 B
Referenced Files
None
Subscribers
None

Makefile.am

EXTRA_DIST = PKG-INFO README pyaff.c setup.py
if HAVE_PYTHON
AM_CFLAGS = -I$(top_srcdir)/lib -include affconfig.h
# This is for the pyaff python module
pyexec_LTLIBRARIES = pyaff.la
pyaff_la_SOURCES = pyaff.c
pyaff_la_LIBADD = ../lib/libafflib.la
pyaff_la_CPPFLAGS = $(PYTHON_CPPFLAGS)
pyaff_la_LDFLAGS = -module -avoid-version $(PYTHON_LDFLAGS)
endif

File Metadata

Mime Type
text/plain
Expires
Fri, Nov 21, 10:45 AM (1 d, 13 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1358251
Default Alt Text
Makefile.am (360 B)

Event Timeline