git-svn-id: https://svn.microneil.com/svn/SNFClient/trunk@8 51592d22-3d51-405e-a108-f9da3ab4961fadeniz_1
@@ -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. |
@@ -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 *~ |