### # #%L # Native ARchive plugin for Maven # %% # Copyright (C) 2002 - 2014 NAR Maven Plugin developers. # %% # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # #L% ### # # AOL (Architecture-OperatingSystem-Linker) Default Values # # @author Mark Donszelmann # # # Windows g++ # x86.Windows.linker=g++ x86.Windows.gpp.cpp.compiler=g++ x86.Windows.gpp.cpp.defines=Windows x86.Windows.gpp.cpp.options=-Wall x86.Windows.gpp.cpp.includes=**/*.cc **/*.cpp **/*.cxx x86.Windows.gpp.cpp.excludes= x86.Windows.gpp.c.compiler=gcc x86.Windows.gpp.c.defines=Windows x86.Windows.gpp.c.options=-Wall x86.Windows.gpp.c.includes=**/*.c x86.Windows.gpp.c.excludes= x86.Windows.gpp.fortran.compiler=gfortran x86.Windows.gpp.fortran.defines=Windows x86.Windows.gpp.fortran.options=-Wall x86.Windows.gpp.fortran.includes=**/*.f **/*.for **/*.f90 x86.Windows.gpp.fortran.excludes= x86.Windows.gpp.java.include=include;include/win32 x86.Windows.gpp.java.runtimeDirectory=lib # options for gcc linker front end #x86.Windows.gpp.linker.options=-m64 x86.Windows.gpp.lib.prefix=lib x86.Windows.gpp.shared.prefix= x86.Windows.gpp.static.extension=a x86.Windows.gpp.shared.extension=dll x86.Windows.gpp.plugin.extension=dll x86.Windows.gpp.jni.extension=dll x86.Windows.gpp.executable.extension= # FIXME to be removed when NAR-6 x86.Windows.gcc.static.extension=a x86.Windows.gcc.shared.extension=dll x86.Windows.gcc.plugin.extension=dll x86.Windows.gcc.jni.extension=dll # # Windows x64 g++ # amd64.Windows.linker=g++ amd64.Windows.gpp.cpp.compiler=g++ amd64.Windows.gpp.cpp.defines=Windows MS_WIN64 amd64.Windows.gpp.cpp.options=-fpic -m64 -Wall amd64.Windows.gpp.cpp.includes=**/*.cc **/*.cpp **/*.cxx amd64.Windows.gpp.cpp.excludes= amd64.Windows.gpp.c.compiler=gcc amd64.Windows.gpp.c.defines=Windows MS_WIN64 HAVE_LONG_LONG_INT_64 HAVE_GETTIMEOFDAY HAVE_STRUCT_SOCKADDR_STORAGE HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY PG_PRINTF_ATTRIBUTE=gnu_printf amd64.Windows.gpp.c.options=-fpic -m64 -Wall amd64.Windows.gpp.c.includes=**/*.c amd64.Windows.gpp.c.excludes= amd64.Windows.gpp.fortran.compiler=gfortran amd64.Windows.gpp.fortran.defines=Windows amd64.Windows.gpp.fortran.options=-Wall amd64.Windows.gpp.fortran.includes=**/*.f **/*.for **/*.f90 amd64.Windows.gpp.fortran.excludes= amd64.Windows.gpp.java.include=include;include/win32 amd64.Windows.gpp.java.runtimeDirectory=lib # options for gcc linker front end amd64.Windows.gpp.linker.options=-m64 -LC:/PostgreSQL/pg95/lib amd64.Windows.gpp.lib.prefix=lib amd64.Windows.gpp.shared.prefix= amd64.Windows.gpp.static.extension=a amd64.Windows.gpp.shared.extension=dll amd64.Windows.gpp.plugin.extension=dll amd64.Windows.gpp.jni.extension=dll amd64.Windows.gpp.executable.extension= # FIXME to be removed when NAR-6 amd64.Windows.gcc.static.extension=a amd64.Windows.gcc.static.extension=lib amd64.Windows.gcc.shared.extension=dll amd64.Windows.gcc.plugin.extension=dll amd64.Windows.gcc.jni.extension=dll