瀏覽代碼

Initial revision. This files is used for building the *nix package.


git-svn-id: https://svn.microneil.com/svn/SNF4CGP/trunk@42 59e8e3e7-56fa-483b-b4b4-fa6ab0af3dfc
master
adeniz 15 年之前
父節點
當前提交
54f2ac7c54
共有 1 個文件被更改,包括 51 次插入0 次删除
  1. 51
    0
      SNF4CGP/Makefile.am

+ 51
- 0
SNF4CGP/Makefile.am 查看文件

@@ -0,0 +1,51 @@
## 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)

Loading…
取消
儲存