Page MenuHomePhabricator

Makefile.am
No OneTemporary

Size
345 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 $(PYTHON_LDFLAGS)
endif

File Metadata

Mime Type
text/plain
Expires
Fri, Nov 21, 9:51 PM (1 d, 12 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1361521
Default Alt Text
Makefile.am (345 B)

Event Timeline