You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
piklab/src/coff/base/Makefile.am

14 lines
501 B

INCLUDES = -I$(top_srcdir)/src $(all_includes)
METASOURCES = AUTO
noinst_LTLIBRARIES = libcoff.la
libcoff_la_LDFLAGS = $(all_libraries)
libcoff_la_SOURCES = coff.cpp gpdis.cpp gpopcode.cpp disassembler.cpp \
coff_data.cpp text_coff.cpp cdb_parser.cpp coff_archive.cpp coff_object.cpp
libcoff_la_DEPENDENCIES = $(srcdir)/coff_data.cpp
noinst_DATA = coff.xml
$(srcdir)/coff_data.cpp: ../xml/xml_coff_parser coff.xml
cd $(srcdir) && $(abs_builddir)/../xml/xml_coff_parser
CLEANFILES = coff_data.cpp