Skip to content
Snippets Groups Projects
Commit 0b1648e7 authored by Omar Awile's avatar Omar Awile
Browse files

Fixed build system

parent 0dd31bc6
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ CPPFLAGS = @CPPFLAGS@
LIBS = @LIBS@
LDFLAGS = @LDFLAGS@
CFLAGS = @CFLAGS@
FCLIBS = @FCLIBS@
#FCLIBS = @FCLIBS@
FCFLAGS = @FCFLAGS@
FC = @FC@
CC = @CC@
......@@ -107,7 +107,7 @@ $(OBJ_DIR)/%.d : $(SRC_DIR)/%.f $(OBJ_DIR)/%.f
@printf " DEP %-42s" $<; \
$(ENV) $(RUN) "$(DEPCMD)" $(LOG) "Dependency Error"
COMPILECMD = $(FC) $(INCLS) $(LDFLAGS) $(FCFLAGS) $(LIBS) $(DEBUG) -Llib -c -o $@ $<
COMPILECMD = $(FC) $(INCLS) $(FCFLAGS) $(DEBUG) -Llib -c -o $@ $<
$(OBJ_DIR)/%.o : $(OBJ_DIR)/%.f
@printf " FC %-42s" $<; \
$(RUN) "$(COMPILECMD)" $(LOG) "Compile Error" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment