From 9fc8fe737ccacf4ee86efd1424fae3b0802331d3 Mon Sep 17 00:00:00 2001 From: Jeffrey Armstrong Date: Tue, 1 Jun 2021 11:11:30 -0400 Subject: Added a GNU make makefile. --- player/levitating-player.prj | 107 ++++++++++++++++++++++--------------------- 1 file changed, 55 insertions(+), 52 deletions(-) (limited to 'player/levitating-player.prj') diff --git a/player/levitating-player.prj b/player/levitating-player.prj index 7e1cc28..b871c9a 100644 --- a/player/levitating-player.prj +++ b/player/levitating-player.prj @@ -1,26 +1,8 @@ { "Root":{ - "Files":[{ - "filename":"config.f90", - "enabled":"1" - },{ - "filename":"endpoints.f90", - "enabled":"1" - },{ - "filename":"instructions.f90", - "enabled":"1" - },{ - "filename":"player.F90", - "enabled":"1" - },{ - "filename":"talking.f90", - "enabled":"1" - },{ - "filename":"tasks.f90", - "enabled":"1" - }], - "Name":"+levitating-player (levitating-player)", "Folders":[{ + "Folders":[], + "Name":"+common", "Files":[{ "filename":"../common/jessl.f90", "enabled":"1" @@ -42,64 +24,85 @@ },{ "filename":"../common/wsa.f90", "enabled":"0" - }], - "Name":"+common", - "Folders":[] + }] + }], + "Name":"+levitating-player (levitating-player)", + "Files":[{ + "filename":"config.f90", + "enabled":"1" + },{ + "filename":"endpoints.f90", + "enabled":"1" + },{ + "filename":"instructions.f90", + "enabled":"1" + },{ + "filename":"makefile.gnu", + "enabled":"1" + },{ + "filename":"player.F90", + "enabled":"1" + },{ + "filename":"talking.f90", + "enabled":"1" + },{ + "filename":"tasks.f90", + "enabled":"1" }] }, "Name":"levitating-player (levitating-player)", "Options":{ "Compiler Options":{ + "Fortran Flags":"-DGNU", "Link Flags":"-ljsonfortran -lssl -lcrypto", - "C Flags":"", - "Fortran Flags":"-DGNU" + "C Flags":"" }, + "Architecture":1, + "Type":0, "Revision":2, + "Windows GUI":0, + "File Options":{ + "Library Directories":["Default Add-On Directory","../support/lib","/opt/homebrew/opt/openssl@1.1/lib"], + "Build Directory":"build", + "Module Directory":"modules", + "Include Directories":["Default Add-On Include Directory","../support/include"] + }, + "Target":"levitating-player", "Fortran Options":{ - "Enable Coarrays":"false", - "Cray Pointers":"false", + "Use C Preprocessor":"false", "Runtime Diagnostics":"false", + "Floating Point Exception Trap":0, + "Cray Pointers":"false", + "Enable Coarrays":"false", "Enable OpenMP":"false", "Initialize Variables to Zero":"false", - "Floating Point Exception Trap":0, - "Default Double for Real":"false", - "Use C Preprocessor":"false" + "Default Double for Real":"false" }, "Code Generation Options":{ + "CPU Specific":"false", + "Processor":"generic", + "Aggressive Loops":"false", "Debugging":"true", - "Profiling":"false", "Optimization Mode":0, - "Aggressive Loops":"false", - "Processor":"generic", - "CPU Specific":"false" + "Profiling":"false" }, + "Build Dependencies":1, "Launch Options":{ - "Command Line Arguments":"-i windows-1 -l /tmp/player.log -w /tmp/example 127.0.0.1", - "External Console":"false", - "Keep Console":"true", + "Working Directory":"/tmp/example", "Launch Using MPI":"false", - "Build Before Launch":"true", - "Working Directory":"/tmp/example" + "Keep Console":"true", + "External Console":"false", + "Command Line Arguments":"-i windows-1 -l /tmp/player.log -w /tmp/example 127.0.0.1", + "Build Before Launch":"true" }, "Build Options":{ "Makefile":"Makefile", "Auto Makefile":"true" }, - "Type":0, - "Build Dependencies":1, "Linker Options":{ "Static Linking Mode":3, - "Link LAPACK":0, - "Link MPI Library":"false" - }, - "Target":"levitating-player", - "Architecture":1, - "Windows GUI":0, - "File Options":{ - "Module Directory":"modules", - "Library Directories":["Default Add-On Directory","../support/lib","/opt/homebrew/opt/openssl@1.1/lib"], - "Build Directory":"build", - "Include Directories":["Default Add-On Include Directory","../support/include"] + "Link MPI Library":"false", + "Link LAPACK":0 } } } \ No newline at end of file -- cgit v1.2.3