since we moved to git, I cleaned up the svn prop's from the sources and added a GIT_REVISION through git-revision.h

This commit is contained in:
2014-02-12 12:43:32 +01:00
parent 76f39229f4
commit bbb8550f96
254 changed files with 185 additions and 864 deletions

View File

@@ -1,3 +1 @@
## $Id$
SUBDIRS = src

View File

@@ -1,7 +1,6 @@
#---------------------------------------------------------------------
# README
# Bastian M. Wojek, 2011/01/27
# $Id$
#---------------------------------------------------------------------
This directory contains a subset of the code

View File

@@ -1,5 +1,4 @@
## Process this file with automake to create Makefile.in
## $Id$
SUBDIRS = cuhre divonne suave vegas common

View File

@@ -1,5 +1,4 @@
## Process this file with automake to create Makefile.in
## $Id: Makefile.am 4808 2011-03-21 14:33:34Z l_wojek $
c_sources = WorkerIni.c
@@ -10,4 +9,4 @@ AM_LDFLAGS = $(LOCAL_LIB_LDFLAGS)
noinst_LTLIBRARIES = libworkerini.la
libworkerini_la_SOURCES = $(c_sources)
libworkerini_la_LDFLAGS = $(AM_LDFLAGS)
libworkerini_la_LDFLAGS = $(AM_LDFLAGS)

View File

@@ -1,5 +1,4 @@
## Process this file with automake to create Makefile.in
## $Id: Makefile.am 4808 2011-03-21 14:33:34Z l_wojek $
c_sources = Cuhre.c
@@ -10,4 +9,4 @@ AM_LDFLAGS = $(LOCAL_LIB_LDFLAGS)
noinst_LTLIBRARIES = libcuhre.la
libcuhre_la_SOURCES = $(c_sources)
libcuhre_la_LDFLAGS = $(AM_LDFLAGS)
libcuhre_la_LDFLAGS = $(AM_LDFLAGS)

View File

@@ -1,5 +1,4 @@
## Process this file with automake to create Makefile.in
## $Id: Makefile.am 4808 2011-03-21 14:33:34Z l_wojek $
c_sources = Divonne.c
@@ -10,4 +9,4 @@ AM_LDFLAGS = $(LOCAL_LIB_LDFLAGS)
noinst_LTLIBRARIES = libdivonne.la
libdivonne_la_SOURCES = $(c_sources)
libdivonne_la_LDFLAGS = $(AM_LDFLAGS)
libdivonne_la_LDFLAGS = $(AM_LDFLAGS)

View File

@@ -1,5 +1,4 @@
## Process this file with automake to create Makefile.in
## $Id: Makefile.am 4808 2011-03-21 14:33:34Z l_wojek $
c_sources = Suave.c
@@ -10,4 +9,4 @@ AM_LDFLAGS = $(LOCAL_LIB_LDFLAGS)
noinst_LTLIBRARIES = libsuave.la
libsuave_la_SOURCES = $(c_sources)
libsuave_la_LDFLAGS = $(AM_LDFLAGS)
libsuave_la_LDFLAGS = $(AM_LDFLAGS)

View File

@@ -1,5 +1,4 @@
## Process this file with automake to create Makefile.in
## $Id: Makefile.am 4808 2011-03-21 14:33:34Z l_wojek $
c_sources = Vegas.c
@@ -10,4 +9,4 @@ AM_LDFLAGS = $(LOCAL_LIB_LDFLAGS)
noinst_LTLIBRARIES = libvegas.la
libvegas_la_SOURCES = $(c_sources)
libvegas_la_LDFLAGS = $(AM_LDFLAGS)
libvegas_la_LDFLAGS = $(AM_LDFLAGS)