Skip to content
Snippets Groups Projects
Commit abe44ff3 authored by Martin Nolte's avatar Martin Nolte
Browse files

rename alu2d to 2d

parent 9b24576b
No related branches found
No related tags found
No related merge requests found
Showing
with 5 additions and 5 deletions
File moved
alu = alu2d
alu2dhdrs= 2d/grid.h 2d/handle.h 2d/listwalk.h 2d/triang.h 2d/vmmap.h 2d/vtx_btree.h 2d/grid_imp.cc 2d/vtxprojection.h
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
SUBDIRS = serial parallel duneinterface alu2d
SUBDIRS = serial parallel duneinterface 2d
# here the headers to install are defined
include serial/Makefile.am.include
include parallel/Makefile.am.include
include duneinterface/Makefile.am.include
include alu2d/Makefile.am.include
include 2d/Makefile.am.include
# work arround for automake versions < 1.8
ALUGRID_CPPFLAGS = $(ALL_PKG_CPPFLAGS) -I$(srcdir)/serial -I$(srcdir)/parallel -I$(srcdir)/duneinterface -I$(srcdir)/alu2d
ALUGRID_CPPFLAGS = $(ALL_PKG_CPPFLAGS) -I$(srcdir)/serial -I$(srcdir)/parallel -I$(srcdir)/duneinterface -I$(srcdir)/2d
# build libALU3dGrid
lib_LTLIBRARIES = libalugrid.la
......
alu = alu2d
alu2dhdrs= $(alu)/grid.h $(alu)/handle.h $(alu)/listwalk.h $(alu)/triang.h $(alu)/vmmap.h $(alu)/vtx_btree.h $(alu)/grid_imp.cc $(alu)/vtxprojection.h
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment