Skip to content

Commit

Permalink
2009.1: updated makefiles for the release
Browse files Browse the repository at this point in the history
  • Loading branch information
rc committed Mar 2, 2009
1 parent 3f150be commit 7bd78d8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Original file line Diff line number Diff line change
@@ -1,6 +1,6 @@
# 14.12.2004, c # 14.12.2004, c
# last revision: 21.01.2009 # last revision: 21.01.2009
VERSION := 2008.4 VERSION := 2009.1
PROJECTNAME := sfepy PROJECTNAME := sfepy


############### Edit here. ####################################### ############### Edit here. #######################################
Expand Down
5 changes: 1 addition & 4 deletions database/tests/Makefile.dist
Original file line number Original file line Diff line number Diff line change
@@ -1,12 +1,9 @@
# 19.07.2007, c
# last revision: 15.07.2008

CDIR = $(notdir $(CURDIR)) CDIR = $(notdir $(CURDIR))
DESTDIR = $(DISTDIR)/$(CDIR) DESTDIR = $(DISTDIR)/$(CDIR)


DISTFILES := Makefile.dist DISTFILES := Makefile.dist


RELDISTFILES := $(DISTFILES) $(wildcard *.mesh) $(wildcard *.vtk) RELDISTFILES := $(DISTFILES) $(wildcard *.mesh) $(wildcard *.vtk) $(wildcard *.mesh3d)


dist: dist:
# echo $(DESTDIR) # echo $(DESTDIR)
Expand Down
3 changes: 2 additions & 1 deletion sfepy/homogenization/Makefile.dist
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ DESTDIR = $(DISTDIR)/$(CDIR)


DISTFILES := $(wildcard *.py) Makefile.dist Makefile.inc DISTFILES := $(wildcard *.py) Makefile.dist Makefile.inc


RELDISTFILES := __init__.py coefs.py phono.py utils.py Makefile.dist Makefile.inc RELDISTFILES := __init__.py coefs_base.py coefs_elastic.py engine.py phono.py utils.py Makefile.dist Makefile.inc



dist: dist:
# echo $(DESTDIR) # echo $(DESTDIR)
Expand Down

0 comments on commit 7bd78d8

Please sign in to comment.