Skip to content
Snippets Groups Projects
Commit cd2bf6b3 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

*** empty log message ***

parent 8f8e7f2c
No related branches found
No related tags found
No related merge requests found
# $Id: Makefile,v 1.64 2001-02-21 07:30:09 geuzaine Exp $ # $Id: Makefile,v 1.65 2001-02-21 10:47:41 geuzaine Exp $
# ---------------------------------------------------------------------- # ----------------------------------------------------------------------
# Makefile for Gmsh # Makefile for Gmsh
# ---------------------------------------------------------------------- # ----------------------------------------------------------------------
...@@ -185,11 +185,15 @@ src: ...@@ -185,11 +185,15 @@ src:
gzip $(GMSH_SRCRPM).tar gzip $(GMSH_SRCRPM).tar
compress_bin: compress_bin:
cp $(GMSH_BIN_DIR)/gmsh . mkdir gmsh-$(GMSH_RELEASE)
tar cvf gmsh-$(GMSH_UNAME).tar gmsh tutorial demos cp $(GMSH_BIN_DIR)/gmsh gmsh-$(GMSH_RELEASE)
gzip gmsh-$(GMSH_UNAME).tar cp -R tutorial gmsh-$(GMSH_RELEASE)
mv gmsh-$(GMSH_UNAME).tar.gz gmsh-$(GMSH_UNAME).tgz cp -R demos gmsh-$(GMSH_RELEASE)
rm -f gmsh rm -rf gmsh-$(GMSH_RELEASE)/*/CVS
tar cvf gmsh-$(GMSH_RELEASE)-$(GMSH_UNAME).tar gmsh-$(GMSH_RELEASE)
gzip gmsh-$(GMSH_RELEASE)-$(GMSH_UNAME).tar
mv gmsh-$(GMSH_RELEASE)-$(GMSH_UNAME).tar.gz gmsh-$(GMSH_RELEASE)-$(GMSH_UNAME).tgz
rm -rf gmsh-$(GMSH_RELEASE)
strip_bin: strip_bin:
strip $(GMSH_BIN_DIR)/gmsh strip $(GMSH_BIN_DIR)/gmsh
...@@ -436,9 +440,8 @@ fltk_rpm: src ...@@ -436,9 +440,8 @@ fltk_rpm: src
mv $(GMSH_SRCRPM).tar.gz /usr/src/redhat/SOURCES mv $(GMSH_SRCRPM).tar.gz /usr/src/redhat/SOURCES
rpm -bb utils/gmsh_fltk.spec rpm -bb utils/gmsh_fltk.spec
cp /usr/src/redhat/RPMS/i386/$(GMSH_SRCRPM)-1.i386.rpm . cp /usr/src/redhat/RPMS/i386/$(GMSH_SRCRPM)-1.i386.rpm .
cp /usr/src/redhat/BUILD/$(GMSH_SRCRPM)/bin/gmsh . cp /usr/src/redhat/BUILD/$(GMSH_SRCRPM)/bin/gmsh $(GMSH_BIN_DIR)
gtar zcvf gmsh-$(GMSH_UNAME).tgz gmsh tutorial demos make compress_bin
rm -f gmsh
fltk_mingw: tag fltk_mingw: tag
@for i in $(GMSH_FLTK_DIR); do (cd $$i && $(MAKE) \ @for i in $(GMSH_FLTK_DIR); do (cd $$i && $(MAKE) \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment