From 0a1b9d8bee33cd41a0bd095e38edc8d320ea8e4b Mon Sep 17 00:00:00 2001 From: mattijs Date: Tue, 8 Dec 2009 11:46:32 +0000 Subject: [PATCH] added tecio to wmake rules --- .../dataConversion/foamToTecplot360/tecio/tecsrc/Make/options | 7 +++++-- wmake/rules/SiCortex64Gcc/tecio | 3 +++ wmake/rules/linux64Gcc/tecio | 3 +++ wmake/rules/linux64Gcc42/tecio | 3 +++ wmake/rules/linux64Gcc43/tecio | 3 +++ wmake/rules/linux64Icc/tecio | 3 +++ wmake/rules/linuxGcc/tecio | 3 +++ wmake/rules/linuxGcc42/tecio | 3 +++ wmake/rules/linuxGcc43/tecio | 3 +++ wmake/rules/linuxIA64Gcc/tecio | 3 +++ wmake/rules/linuxIA64Icc/tecio | 3 +++ wmake/rules/linuxIcc/tecio | 3 +++ 12 files changed, 38 insertions(+), 2 deletions(-) create mode 100644 wmake/rules/SiCortex64Gcc/tecio create mode 100644 wmake/rules/linux64Gcc/tecio create mode 100644 wmake/rules/linux64Gcc42/tecio create mode 100644 wmake/rules/linux64Gcc43/tecio create mode 100644 wmake/rules/linux64Icc/tecio create mode 100644 wmake/rules/linuxGcc/tecio create mode 100644 wmake/rules/linuxGcc42/tecio create mode 100644 wmake/rules/linuxGcc43/tecio create mode 100644 wmake/rules/linuxIA64Gcc/tecio create mode 100644 wmake/rules/linuxIA64Icc/tecio create mode 100644 wmake/rules/linuxIcc/tecio diff --git a/applications/utilities/postProcessing/dataConversion/foamToTecplot360/tecio/tecsrc/Make/options b/applications/utilities/postProcessing/dataConversion/foamToTecplot360/tecio/tecsrc/Make/options index 6b0bf7ac..d86da5fa 100644 --- a/applications/utilities/postProcessing/dataConversion/foamToTecplot360/tecio/tecsrc/Make/options +++ b/applications/utilities/postProcessing/dataConversion/foamToTecplot360/tecio/tecsrc/Make/options @@ -1,4 +1,7 @@ +include $(RULES)/tecio + EXE_INC = \ - -DLINUX -DLINUX64 -DUSEENUM -DTHREED -U_WIN32 -DMAKEARCHIVE + $(TECIOFLAGS) $(TECIOINC) -LIB_LIBS = +LIB_LIBS = \ + $(TECIOLIBS) diff --git a/wmake/rules/SiCortex64Gcc/tecio b/wmake/rules/SiCortex64Gcc/tecio new file mode 100644 index 00000000..e0cf0911 --- /dev/null +++ b/wmake/rules/SiCortex64Gcc/tecio @@ -0,0 +1,3 @@ +TECIOFLAGS =-DMAKEARCHIVE -DLINUX -DLINUX64 -DUSEENUM -DTHREED -U_WIN32 +TECIOINC = +TECIOLIBS = diff --git a/wmake/rules/linux64Gcc/tecio b/wmake/rules/linux64Gcc/tecio new file mode 100644 index 00000000..e0cf0911 --- /dev/null +++ b/wmake/rules/linux64Gcc/tecio @@ -0,0 +1,3 @@ +TECIOFLAGS =-DMAKEARCHIVE -DLINUX -DLINUX64 -DUSEENUM -DTHREED -U_WIN32 +TECIOINC = +TECIOLIBS = diff --git a/wmake/rules/linux64Gcc42/tecio b/wmake/rules/linux64Gcc42/tecio new file mode 100644 index 00000000..e0cf0911 --- /dev/null +++ b/wmake/rules/linux64Gcc42/tecio @@ -0,0 +1,3 @@ +TECIOFLAGS =-DMAKEARCHIVE -DLINUX -DLINUX64 -DUSEENUM -DTHREED -U_WIN32 +TECIOINC = +TECIOLIBS = diff --git a/wmake/rules/linux64Gcc43/tecio b/wmake/rules/linux64Gcc43/tecio new file mode 100644 index 00000000..e0cf0911 --- /dev/null +++ b/wmake/rules/linux64Gcc43/tecio @@ -0,0 +1,3 @@ +TECIOFLAGS =-DMAKEARCHIVE -DLINUX -DLINUX64 -DUSEENUM -DTHREED -U_WIN32 +TECIOINC = +TECIOLIBS = diff --git a/wmake/rules/linux64Icc/tecio b/wmake/rules/linux64Icc/tecio new file mode 100644 index 00000000..e0cf0911 --- /dev/null +++ b/wmake/rules/linux64Icc/tecio @@ -0,0 +1,3 @@ +TECIOFLAGS =-DMAKEARCHIVE -DLINUX -DLINUX64 -DUSEENUM -DTHREED -U_WIN32 +TECIOINC = +TECIOLIBS = diff --git a/wmake/rules/linuxGcc/tecio b/wmake/rules/linuxGcc/tecio new file mode 100644 index 00000000..ca44623d --- /dev/null +++ b/wmake/rules/linuxGcc/tecio @@ -0,0 +1,3 @@ +TECIOFLAGS =-DMAKEARCHIVE -DLINUX -DUSEENUM -DTHREED -U_WIN32 +TECIOINC = +TECIOLIBS = diff --git a/wmake/rules/linuxGcc42/tecio b/wmake/rules/linuxGcc42/tecio new file mode 100644 index 00000000..ca44623d --- /dev/null +++ b/wmake/rules/linuxGcc42/tecio @@ -0,0 +1,3 @@ +TECIOFLAGS =-DMAKEARCHIVE -DLINUX -DUSEENUM -DTHREED -U_WIN32 +TECIOINC = +TECIOLIBS = diff --git a/wmake/rules/linuxGcc43/tecio b/wmake/rules/linuxGcc43/tecio new file mode 100644 index 00000000..ca44623d --- /dev/null +++ b/wmake/rules/linuxGcc43/tecio @@ -0,0 +1,3 @@ +TECIOFLAGS =-DMAKEARCHIVE -DLINUX -DUSEENUM -DTHREED -U_WIN32 +TECIOINC = +TECIOLIBS = diff --git a/wmake/rules/linuxIA64Gcc/tecio b/wmake/rules/linuxIA64Gcc/tecio new file mode 100644 index 00000000..6306e209 --- /dev/null +++ b/wmake/rules/linuxIA64Gcc/tecio @@ -0,0 +1,3 @@ +TECIOFLAGS =-DMAKEARCHIVE -DLINUX -DLINUXI64 -DUSEENUM -DTHREED -U_WIN32 +TECIOINC = +TECIOLIBS = diff --git a/wmake/rules/linuxIA64Icc/tecio b/wmake/rules/linuxIA64Icc/tecio new file mode 100644 index 00000000..6306e209 --- /dev/null +++ b/wmake/rules/linuxIA64Icc/tecio @@ -0,0 +1,3 @@ +TECIOFLAGS =-DMAKEARCHIVE -DLINUX -DLINUXI64 -DUSEENUM -DTHREED -U_WIN32 +TECIOINC = +TECIOLIBS = diff --git a/wmake/rules/linuxIcc/tecio b/wmake/rules/linuxIcc/tecio new file mode 100644 index 00000000..ca44623d --- /dev/null +++ b/wmake/rules/linuxIcc/tecio @@ -0,0 +1,3 @@ +TECIOFLAGS =-DMAKEARCHIVE -DLINUX -DUSEENUM -DTHREED -U_WIN32 +TECIOINC = +TECIOLIBS = -- 2.11.4.GIT