From 2c41823916d7d9e928a62a227ac86bc866c0d0af Mon Sep 17 00:00:00 2001 From: Douglas Guptill <douglas.guptill@dal.ca> Date: Fri, 29 May 2009 00:48:14 +0000 Subject: [PATCH] tweaks --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index da0a8860..4d7fd7f1 100644 --- a/Makefile +++ b/Makefile @@ -73,8 +73,8 @@ DOUAR.o \ write_global_output.o vrm.o -all: $(NAME) -$(NAME): subdirs $(OBJECTS) +all: $(NAME)$(BITS) +$(NAME)$(BITS): subdirs $(OBJECTS) $(F90) $(FLAGS) $(OPTIONS) $(OBJECTS) $(LIBS) -o $(NAME)$(BITS) \ >$(NAME)$(BITS).link 2>&1 echo "--" @@ -82,11 +82,11 @@ $(NAME): subdirs $(OBJECTS) more $(COMPILE_OUT) echo "--" echo "linker output...." - more $(NAME).link + more $(NAME)$(BITS).link .PHONY: install install: - mv -f $(NAME) bin + mv -f $(NAME)$(BITS) bin subdirs: cd CASCADE; make all -- GitLab