-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile
More file actions
46 lines (30 loc) · 1.09 KB
/
Makefile
File metadata and controls
46 lines (30 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
#
# Automagically generated by Approximatrix Simply Fortran 2.27
#
FC="C:\Program Files (x86)\Simply Fortran 2\mingw-w64\bin\gfortran.exe"
CC="C:\Program Files (x86)\Simply Fortran 2\mingw-w64\bin\gcc.exe"
AR="C:\Program Files (x86)\Simply Fortran 2\mingw-w64\bin\ar.exe"
WRC="C:\Program Files (x86)\Simply Fortran 2\mingw-w64\bin\windres.exe"
RM=rm -f
IDIR=
LDIR=-LC:/PROGRA~2/SIMPLY~1/MINGW-~1/lib/
OPTFLAGS= -g
SPECIALFLAGS=-m32 $(IDIR)
RCFLAGS=-O coff -F pe-i386
PRJ_FFLAGS=
PRJ_CFLAGS=
PRJ_LFLAGS=
FFLAGS=$(SPECIALFLAGS) $(OPTFLAGS) $(PRJ_FFLAGS) -Jmodules
CFLAGS=$(SPECIALFLAGS) $(OPTFLAGS) $(PRJ_CFLAGS)
"build\stress-pro.o": ".\stress-pro.f90"
@echo Compiling .\stress-pro.f90
@$(FC) -c -o "build\stress-pro.o" $(FFLAGS) ".\stress-pro.f90"
clean: .SYMBOLIC
@echo Deleting build\stress-pro.o and related files
@$(RM) "build\stress-pro.o"
@echo Deleting target.exe
@$(RM) "target.exe"
"target.exe": "build\stress-pro.o" "build\stress-pro.prj.target"
@echo Generating target.exe
@$(FC) -o "target.exe" -static -m32 "build\stress-pro.o" $(LDIR) $(PRJ_LFLAGS)
all: "target.exe" .SYMBOLIC