|
|
|
|
|
|
|
|
|
|
|
## Process this file with automake to produce Makefile.in |
|
|
|
|
|
## |
|
|
|
|
|
## $Id$ |
|
|
|
|
|
## |
|
|
|
|
|
## automake input for the MicroNeil SNF4CGP application (SNF4CGP directory). |
|
|
|
|
|
## |
|
|
|
|
|
## Author: Alban Deniz |
|
|
|
|
|
## |
|
|
|
|
|
## Copyright (C) 2009 ARM Research Labs, LLC. |
|
|
|
|
|
## See www.armresearch.com for the copyright terms. |
|
|
|
|
|
## |
|
|
|
|
|
## |
|
|
|
|
|
|
|
|
|
|
|
LIBS = @SNF_LIBS@ -L../SNFMulti -L../CodeDweller -lSNFMulti -lCodeDweller @LIBS@ |
|
|
|
|
|
CXXFLAGS = $(SNF_CXXFLAGS) -I@top_srcdir@/SNFMulti -I@top_srcdir@/CodeDweller |
|
|
|
|
|
|
|
|
|
|
|
sbin_PROGRAMS = \ |
|
|
|
|
|
SNF4CGP |
|
|
|
|
|
|
|
|
|
|
|
SNF4CGP_SOURCES = \ |
|
|
|
|
|
@top_srcdir@/SNF4CGP/ConfigurationEngine.cpp \ |
|
|
|
|
|
@top_srcdir@/SNF4CGP/ExecutiveProcess.cpp \ |
|
|
|
|
|
@top_srcdir@/SNF4CGP/InputProcessor.cpp \ |
|
|
|
|
|
@top_srcdir@/SNF4CGP/JobPool.cpp \ |
|
|
|
|
|
@top_srcdir@/SNF4CGP/main.cpp \ |
|
|
|
|
|
@top_srcdir@/SNF4CGP/OutputProcessor.cpp \ |
|
|
|
|
|
@top_srcdir@/SNF4CGP/ScannerPool.cpp \ |
|
|
|
|
|
@top_srcdir@/SNF4CGP/WorkerPool.cpp |
|
|
|
|
|
|
|
|
|
|
|
noinst_HEADERS = \ |
|
|
|
|
|
@top_srcdir@/SNF4CGP/Command.hpp \ |
|
|
|
|
|
@top_srcdir@/SNF4CGP/ConfigurationEngine.hpp \ |
|
|
|
|
|
@top_srcdir@/SNF4CGP/ExecutiveProcess.hpp \ |
|
|
|
|
|
@top_srcdir@/SNF4CGP/InputProcessor.hpp \ |
|
|
|
|
|
@top_srcdir@/SNF4CGP/JobPool.hpp \ |
|
|
|
|
|
@top_srcdir@/SNF4CGP/OutputProcessor.hpp \ |
|
|
|
|
|
@top_srcdir@/SNF4CGP/ScannerPool.hpp \ |
|
|
|
|
|
@top_srcdir@/SNF4CGP/WorkerPool.hpp |
|
|
|
|
|
|
|
|
|
|
|
EXTRA_DIST = \ |
|
|
|
|
|
Makefile.am \ |
|
|
|
|
|
ChangeLog |
|
|
|
|
|
|
|
|
|
|
|
install-exec-hook: |
|
|
|
|
|
ln -f $(DESTDIR)$(sbindir)/SNF4CGP$(EXEEXT) $(DESTDIR)$(sbindir)/SNFDebug4CGP$(EXEEXT) |
|
|
|
|
|
|
|
|
|
|
|
uninstall-hook: |
|
|
|
|
|
rm -f $(DESTDIR)$(sbindir)/SNFDebug4CGP$(EXEEXT) |
|
|
|
|
|
|
|
|
|
|
|
clean-local: |
|
|
|
|
|
rm -f *.gcno *.gcov *.gcda *~ $(CONFDATA) |