瀏覽代碼

Remove non-source files from source directories.


git-svn-id: https://svn.microneil.com/svn/SNFClient/trunk@8 51592d22-3d51-405e-a108-f9da3ab4961f
adeniz_1
adeniz 10 年之前
父節點
當前提交
405b770ec8
共有 2 個文件被更改,包括 0 次插入49 次删除
  1. 0
    21
      SNFClient/ChangeLog
  2. 0
    28
      SNFClient/Makefile.am

+ 0
- 21
SNFClient/ChangeLog 查看文件

@@ -1,21 +0,0 @@
2009-05-27 Alban Deniz <adeniz@skidmark.localdomain>

* Makefile.am: Include Makefile.am and ChangeLog in the
distribution.

2009-05-26 Alban Deniz <adeniz@skidmark.localdomain>

* main.cpp (Timestamp): Removed \0 at end of format string.

2009-05-23 Alban Deniz <adeniz@skidmark.localdomain>

* Makefile.am (LIBS): Search SNFMulti library before CodeDweller.

2008-12-09 Alban Deniz <adeniz@skidmark.localdomain>

* main.cpp: Made VERSION_INFO const char *.

2008-12-08 Alban Deniz <adeniz@skidmark.localdomain>

* main.cpp: Removed reference to SNF_Service in #include
directives. Use PACKAGE_VERSION for version string.

+ 0
- 28
SNFClient/Makefile.am 查看文件

@@ -1,28 +0,0 @@
## Process this file with automake to produce Makefile.in
##
## $Id$
##
## automake input for the MicroNeil SNFClient application.
##
## Author: Alban Deniz
##
## Copyright (C) 2008 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 = \
SNFClient

SNFClient_SOURCES = \
@top_srcdir@/SNFClient/main.cpp

EXTRA_DIST = \
Makefile.am \
ChangeLog

clean-local:
rm -f *.gcno *.gcov *.gcda *~

Loading…
取消
儲存