getfem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Getfem-commits] [getfem-commits] branch master updated: Ensure getfem/g


From: Konstantinos Poulios
Subject: [Getfem-commits] [getfem-commits] branch master updated: Ensure getfem/getfem_im_list.h is created after a maintainer-clean
Date: Wed, 27 Dec 2023 08:18:20 -0500

This is an automated email from the git hooks/post-receive script.

logari81 pushed a commit to branch master
in repository getfem.

The following commit(s) were added to refs/heads/master by this push:
     new cb207a37 Ensure getfem/getfem_im_list.h is created after a 
maintainer-clean
cb207a37 is described below

commit cb207a37436e8bb561c14364e6041bc849798592
Author: Konstantinos Poulios <logari81@gmail.com>
AuthorDate: Wed Dec 27 14:18:03 2023 +0100

    Ensure getfem/getfem_im_list.h is created after a maintainer-clean
---
 cubature/Makefile.am | 1 +
 src/Makefile.am      | 3 ---
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/cubature/Makefile.am b/cubature/Makefile.am
index 58f811c2..7dd27822 100644
--- a/cubature/Makefile.am
+++ b/cubature/Makefile.am
@@ -22,5 +22,6 @@ EXTRA_DIST = $(IM_METHODS_LOC) make_getfem_im_list 
getfem_im_list.h
 
 getfem_im_list.h :  $(IM_METHODS)
        $(top_srcdir)/cubature/make_getfem_im_list $(top_srcdir)/cubature
+       cp $(top_srcdir)/cubature/getfem_im_list.h 
$(top_srcdir)/src/getfem/getfem_im_list.h
 
 CLEANFILES = getfem_im_list.h
diff --git a/src/Makefile.am b/src/Makefile.am
index f90d9dbc..1e10d741 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -247,9 +247,6 @@ SRC =                                               \
        getfem_continuation.cc
 #      getfem_enumeration_dof_para.cc
 
-getfem/getfem_im_list.h : ../cubature/getfem_im_list.h 
-       cp ../cubature/getfem_im_list.h getfem/getfem_im_list.h
-
 lib_LTLIBRARIES = libgetfem.la
 libgetfem_la_SOURCES = $(SRC)
 libgetfem_la_LDFLAGS = ${LIBTOOL_VERSION_INFO}



reply via email to

[Prev in Thread] Current Thread [Next in Thread]