Browse Source

Remove non-source files from source directories.


git-svn-id: https://svn.microneil.com/svn/SNFServer/trunk@20 49a64a4e-e346-423c-883c-369b0fd10ff0
master
adeniz 11 years ago
parent
commit
f20be8867d
2 changed files with 0 additions and 48 deletions
  1. 0
    14
      SNFServer/ChangeLog
  2. 0
    34
      SNFServer/Makefile.am

+ 0
- 14
SNFServer/ChangeLog View File

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

* Makefile.am (EXTRA_DIST): Include ChangeLog in the distribution.

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

* main.cpp: Made VERSION_INFO const char *.

* Makefile.am: Moved configuration files to config_files directory
in main distribution.

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

* main.cpp: Use PACKAGE_VERSION for version string.

+ 0
- 34
SNFServer/Makefile.am View File

@@ -1,34 +0,0 @@
## Process this file with automake to produce Makefile.in
##
## $Id$
##
## automake input for the MicroNeil SNFServer application (SNFServer directory).
##
## 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 = \
SNFServer

SNFServer_SOURCES = \
@top_srcdir@/SNFServer/main.cpp

EXTRA_DIST = \
Makefile.am \
ChangeLog

install-exec-hook:
ln -f $(DESTDIR)$(sbindir)/SNFServer$(EXEEXT) $(DESTDIR)$(sbindir)/SNFDebugServer$(EXEEXT)

uninstall-hook:
rm -f $(DESTDIR)$(sbindir)/SNFDebugServer$(EXEEXT)

clean-local:
rm -f *.gcno *.gcov *.gcda *~ $(CONFDATA)

Loading…
Cancel
Save