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:
2
src/external/libCuba/Makefile.am
vendored
2
src/external/libCuba/Makefile.am
vendored
@@ -1,3 +1 @@
|
||||
## $Id$
|
||||
|
||||
SUBDIRS = src
|
||||
|
||||
1
src/external/libCuba/README
vendored
1
src/external/libCuba/README
vendored
@@ -1,7 +1,6 @@
|
||||
#---------------------------------------------------------------------
|
||||
# README
|
||||
# Bastian M. Wojek, 2011/01/27
|
||||
# $Id$
|
||||
#---------------------------------------------------------------------
|
||||
|
||||
This directory contains a subset of the code
|
||||
|
||||
1
src/external/libCuba/src/Makefile.am
vendored
1
src/external/libCuba/src/Makefile.am
vendored
@@ -1,5 +1,4 @@
|
||||
## Process this file with automake to create Makefile.in
|
||||
## $Id$
|
||||
|
||||
SUBDIRS = cuhre divonne suave vegas common
|
||||
|
||||
|
||||
3
src/external/libCuba/src/common/Makefile.am
vendored
3
src/external/libCuba/src/common/Makefile.am
vendored
@@ -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)
|
||||
|
||||
3
src/external/libCuba/src/cuhre/Makefile.am
vendored
3
src/external/libCuba/src/cuhre/Makefile.am
vendored
@@ -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)
|
||||
|
||||
3
src/external/libCuba/src/divonne/Makefile.am
vendored
3
src/external/libCuba/src/divonne/Makefile.am
vendored
@@ -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)
|
||||
|
||||
3
src/external/libCuba/src/suave/Makefile.am
vendored
3
src/external/libCuba/src/suave/Makefile.am
vendored
@@ -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)
|
||||
|
||||
3
src/external/libCuba/src/vegas/Makefile.am
vendored
3
src/external/libCuba/src/vegas/Makefile.am
vendored
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user