Mercurial > cgi-bin > hgwebdir.cgi > VMS > C_Libraries > ListOfArrays
changeset 18:db10d06ca4ad Univ_dev tip
adding netbeans project directories to repository
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/nb__prlistofarrays/.dep.inc Fri Feb 14 07:48:08 2014 -0800 1.3 @@ -0,0 +1,5 @@ 1.4 +# This code depends on make tool being used 1.5 +DEPFILES=$(wildcard $(addsuffix .d, ${OBJECTFILES})) 1.6 +ifneq (${DEPFILES},) 1.7 +include ${DEPFILES} 1.8 +endif
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/nb__prlistofarrays/Makefile Fri Feb 14 07:48:08 2014 -0800 2.3 @@ -0,0 +1,128 @@ 2.4 +# 2.5 +# There exist several targets which are by default empty and which can be 2.6 +# used for execution of your targets. These targets are usually executed 2.7 +# before and after some main targets. They are: 2.8 +# 2.9 +# .build-pre: called before 'build' target 2.10 +# .build-post: called after 'build' target 2.11 +# .clean-pre: called before 'clean' target 2.12 +# .clean-post: called after 'clean' target 2.13 +# .clobber-pre: called before 'clobber' target 2.14 +# .clobber-post: called after 'clobber' target 2.15 +# .all-pre: called before 'all' target 2.16 +# .all-post: called after 'all' target 2.17 +# .help-pre: called before 'help' target 2.18 +# .help-post: called after 'help' target 2.19 +# 2.20 +# Targets beginning with '.' are not intended to be called on their own. 2.21 +# 2.22 +# Main targets can be executed directly, and they are: 2.23 +# 2.24 +# build build a specific configuration 2.25 +# clean remove built files from a configuration 2.26 +# clobber remove all built files 2.27 +# all build all configurations 2.28 +# help print help mesage 2.29 +# 2.30 +# Targets .build-impl, .clean-impl, .clobber-impl, .all-impl, and 2.31 +# .help-impl are implemented in nbproject/makefile-impl.mk. 2.32 +# 2.33 +# Available make variables: 2.34 +# 2.35 +# CND_BASEDIR base directory for relative paths 2.36 +# CND_DISTDIR default top distribution directory (build artifacts) 2.37 +# CND_BUILDDIR default top build directory (object files, ...) 2.38 +# CONF name of current configuration 2.39 +# CND_PLATFORM_${CONF} platform name (current configuration) 2.40 +# CND_ARTIFACT_DIR_${CONF} directory of build artifact (current configuration) 2.41 +# CND_ARTIFACT_NAME_${CONF} name of build artifact (current configuration) 2.42 +# CND_ARTIFACT_PATH_${CONF} path to build artifact (current configuration) 2.43 +# CND_PACKAGE_DIR_${CONF} directory of package (current configuration) 2.44 +# CND_PACKAGE_NAME_${CONF} name of package (current configuration) 2.45 +# CND_PACKAGE_PATH_${CONF} path to package (current configuration) 2.46 +# 2.47 +# NOCDDL 2.48 + 2.49 + 2.50 +# Environment 2.51 +MKDIR=mkdir 2.52 +CP=cp 2.53 +CCADMIN=CCadmin 2.54 + 2.55 + 2.56 +# build 2.57 +build: .build-post 2.58 + 2.59 +.build-pre: 2.60 +# Add your pre 'build' code here... 2.61 + 2.62 +.build-post: .build-impl 2.63 +# Add your post 'build' code here... 2.64 + 2.65 + 2.66 +# clean 2.67 +clean: .clean-post 2.68 + 2.69 +.clean-pre: 2.70 +# Add your pre 'clean' code here... 2.71 + 2.72 +.clean-post: .clean-impl 2.73 +# Add your post 'clean' code here... 2.74 + 2.75 + 2.76 +# clobber 2.77 +clobber: .clobber-post 2.78 + 2.79 +.clobber-pre: 2.80 +# Add your pre 'clobber' code here... 2.81 + 2.82 +.clobber-post: .clobber-impl 2.83 +# Add your post 'clobber' code here... 2.84 + 2.85 + 2.86 +# all 2.87 +all: .all-post 2.88 + 2.89 +.all-pre: 2.90 +# Add your pre 'all' code here... 2.91 + 2.92 +.all-post: .all-impl 2.93 +# Add your post 'all' code here... 2.94 + 2.95 + 2.96 +# build tests 2.97 +build-tests: .build-tests-post 2.98 + 2.99 +.build-tests-pre: 2.100 +# Add your pre 'build-tests' code here... 2.101 + 2.102 +.build-tests-post: .build-tests-impl 2.103 +# Add your post 'build-tests' code here... 2.104 + 2.105 + 2.106 +# run tests 2.107 +test: .test-post 2.108 + 2.109 +.test-pre: 2.110 +# Add your pre 'test' code here... 2.111 + 2.112 +.test-post: .test-impl 2.113 +# Add your post 'test' code here... 2.114 + 2.115 + 2.116 +# help 2.117 +help: .help-post 2.118 + 2.119 +.help-pre: 2.120 +# Add your pre 'help' code here... 2.121 + 2.122 +.help-post: .help-impl 2.123 +# Add your post 'help' code here... 2.124 + 2.125 + 2.126 + 2.127 +# include project implementation makefile 2.128 +include nbproject/Makefile-impl.mk 2.129 + 2.130 +# include project make variables 2.131 +include nbproject/Makefile-variables.mk
3.1 Binary file nb__prlistofarrays/build/Debug/GNU-Linux-x86/_ext/1472/ListOfArrays.o has changed
4.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 4.2 +++ b/nb__prlistofarrays/build/Debug/GNU-Linux-x86/_ext/1472/ListOfArrays.o.d Fri Feb 14 07:48:08 2014 -0800 4.3 @@ -0,0 +1,1 @@ 4.4 +build/Debug/GNU-Linux-x86/_ext/1472/ListOfArrays.o: ../ListOfArrays.c
5.1 Binary file nb__prlistofarrays/dist/Debug/GNU-Linux-x86/libprlistofarrays.a has changed
6.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 6.2 +++ b/nb__prlistofarrays/nbproject/Makefile-Debug.mk Fri Feb 14 07:48:08 2014 -0800 6.3 @@ -0,0 +1,85 @@ 6.4 +# 6.5 +# Generated Makefile - do not edit! 6.6 +# 6.7 +# Edit the Makefile in the project folder instead (../Makefile). Each target 6.8 +# has a -pre and a -post target defined where you can add customized code. 6.9 +# 6.10 +# This makefile implements configuration specific macros and targets. 6.11 + 6.12 + 6.13 +# Environment 6.14 +MKDIR=mkdir 6.15 +CP=cp 6.16 +GREP=grep 6.17 +NM=nm 6.18 +CCADMIN=CCadmin 6.19 +RANLIB=ranlib 6.20 +CC=gcc 6.21 +CCC=gcc-4.6 6.22 +CXX=gcc-4.6 6.23 +FC=gfortran 6.24 +AS=as 6.25 + 6.26 +# Macros 6.27 +CND_PLATFORM=GNU-Linux-x86 6.28 +CND_CONF=Debug 6.29 +CND_DISTDIR=dist 6.30 +CND_BUILDDIR=build 6.31 + 6.32 +# Include project Makefile 6.33 +include Makefile 6.34 + 6.35 +# Object Directory 6.36 +OBJECTDIR=${CND_BUILDDIR}/${CND_CONF}/${CND_PLATFORM} 6.37 + 6.38 +# Object Files 6.39 +OBJECTFILES= \ 6.40 + ${OBJECTDIR}/_ext/1472/ListOfArrays.o 6.41 + 6.42 + 6.43 +# C Compiler Flags 6.44 +CFLAGS= 6.45 + 6.46 +# CC Compiler Flags 6.47 +CCFLAGS= 6.48 +CXXFLAGS= 6.49 + 6.50 +# Fortran Compiler Flags 6.51 +FFLAGS= 6.52 + 6.53 +# Assembler Flags 6.54 +ASFLAGS= 6.55 + 6.56 +# Link Libraries and Options 6.57 +LDLIBSOPTIONS= 6.58 + 6.59 +# Build Targets 6.60 +.build-conf: ${BUILD_SUBPROJECTS} 6.61 + "${MAKE}" -f nbproject/Makefile-${CND_CONF}.mk ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/libprlistofarrays.a 6.62 + 6.63 +${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/libprlistofarrays.a: ${OBJECTFILES} 6.64 + ${MKDIR} -p ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM} 6.65 + ${RM} ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/libprlistofarrays.a 6.66 + ${AR} -rv ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/libprlistofarrays.a ${OBJECTFILES} 6.67 + $(RANLIB) ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/libprlistofarrays.a 6.68 + 6.69 +${OBJECTDIR}/_ext/1472/ListOfArrays.o: ../ListOfArrays.c 6.70 + ${MKDIR} -p ${OBJECTDIR}/_ext/1472 6.71 + ${RM} $@.d 6.72 + $(COMPILE.c) -g -MMD -MP -MF $@.d -o ${OBJECTDIR}/_ext/1472/ListOfArrays.o ../ListOfArrays.c 6.73 + 6.74 +# Subprojects 6.75 +.build-subprojects: 6.76 + 6.77 +# Clean Targets 6.78 +.clean-conf: ${CLEAN_SUBPROJECTS} 6.79 + ${RM} -r ${CND_BUILDDIR}/${CND_CONF} 6.80 + ${RM} ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/libprlistofarrays.a 6.81 + 6.82 +# Subprojects 6.83 +.clean-subprojects: 6.84 + 6.85 +# Enable dependency checking 6.86 +.dep.inc: .depcheck-impl 6.87 + 6.88 +include .dep.inc
7.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 7.2 +++ b/nb__prlistofarrays/nbproject/Makefile-Release.mk Fri Feb 14 07:48:08 2014 -0800 7.3 @@ -0,0 +1,85 @@ 7.4 +# 7.5 +# Generated Makefile - do not edit! 7.6 +# 7.7 +# Edit the Makefile in the project folder instead (../Makefile). Each target 7.8 +# has a -pre and a -post target defined where you can add customized code. 7.9 +# 7.10 +# This makefile implements configuration specific macros and targets. 7.11 + 7.12 + 7.13 +# Environment 7.14 +MKDIR=mkdir 7.15 +CP=cp 7.16 +GREP=grep 7.17 +NM=nm 7.18 +CCADMIN=CCadmin 7.19 +RANLIB=ranlib 7.20 +CC=gcc 7.21 +CCC=gcc-4.6 7.22 +CXX=gcc-4.6 7.23 +FC=gfortran 7.24 +AS=as 7.25 + 7.26 +# Macros 7.27 +CND_PLATFORM=GNU-Linux-x86 7.28 +CND_CONF=Release 7.29 +CND_DISTDIR=dist 7.30 +CND_BUILDDIR=build 7.31 + 7.32 +# Include project Makefile 7.33 +include Makefile 7.34 + 7.35 +# Object Directory 7.36 +OBJECTDIR=${CND_BUILDDIR}/${CND_CONF}/${CND_PLATFORM} 7.37 + 7.38 +# Object Files 7.39 +OBJECTFILES= \ 7.40 + ${OBJECTDIR}/_ext/1472/ListOfArrays.o 7.41 + 7.42 + 7.43 +# C Compiler Flags 7.44 +CFLAGS= 7.45 + 7.46 +# CC Compiler Flags 7.47 +CCFLAGS= 7.48 +CXXFLAGS= 7.49 + 7.50 +# Fortran Compiler Flags 7.51 +FFLAGS= 7.52 + 7.53 +# Assembler Flags 7.54 +ASFLAGS= 7.55 + 7.56 +# Link Libraries and Options 7.57 +LDLIBSOPTIONS= 7.58 + 7.59 +# Build Targets 7.60 +.build-conf: ${BUILD_SUBPROJECTS} 7.61 + "${MAKE}" -f nbproject/Makefile-${CND_CONF}.mk ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/libprlistofarrays.a 7.62 + 7.63 +${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/libprlistofarrays.a: ${OBJECTFILES} 7.64 + ${MKDIR} -p ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM} 7.65 + ${RM} ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/libprlistofarrays.a 7.66 + ${AR} -rv ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/libprlistofarrays.a ${OBJECTFILES} 7.67 + $(RANLIB) ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/libprlistofarrays.a 7.68 + 7.69 +${OBJECTDIR}/_ext/1472/ListOfArrays.o: ../ListOfArrays.c 7.70 + ${MKDIR} -p ${OBJECTDIR}/_ext/1472 7.71 + ${RM} $@.d 7.72 + $(COMPILE.c) -O2 -MMD -MP -MF $@.d -o ${OBJECTDIR}/_ext/1472/ListOfArrays.o ../ListOfArrays.c 7.73 + 7.74 +# Subprojects 7.75 +.build-subprojects: 7.76 + 7.77 +# Clean Targets 7.78 +.clean-conf: ${CLEAN_SUBPROJECTS} 7.79 + ${RM} -r ${CND_BUILDDIR}/${CND_CONF} 7.80 + ${RM} ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/libprlistofarrays.a 7.81 + 7.82 +# Subprojects 7.83 +.clean-subprojects: 7.84 + 7.85 +# Enable dependency checking 7.86 +.dep.inc: .depcheck-impl 7.87 + 7.88 +include .dep.inc
8.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 8.2 +++ b/nb__prlistofarrays/nbproject/Makefile-impl.mk Fri Feb 14 07:48:08 2014 -0800 8.3 @@ -0,0 +1,133 @@ 8.4 +# 8.5 +# Generated Makefile - do not edit! 8.6 +# 8.7 +# Edit the Makefile in the project folder instead (../Makefile). Each target 8.8 +# has a pre- and a post- target defined where you can add customization code. 8.9 +# 8.10 +# This makefile implements macros and targets common to all configurations. 8.11 +# 8.12 +# NOCDDL 8.13 + 8.14 + 8.15 +# Building and Cleaning subprojects are done by default, but can be controlled with the SUB 8.16 +# macro. If SUB=no, subprojects will not be built or cleaned. The following macro 8.17 +# statements set BUILD_SUB-CONF and CLEAN_SUB-CONF to .build-reqprojects-conf 8.18 +# and .clean-reqprojects-conf unless SUB has the value 'no' 8.19 +SUB_no=NO 8.20 +SUBPROJECTS=${SUB_${SUB}} 8.21 +BUILD_SUBPROJECTS_=.build-subprojects 8.22 +BUILD_SUBPROJECTS_NO= 8.23 +BUILD_SUBPROJECTS=${BUILD_SUBPROJECTS_${SUBPROJECTS}} 8.24 +CLEAN_SUBPROJECTS_=.clean-subprojects 8.25 +CLEAN_SUBPROJECTS_NO= 8.26 +CLEAN_SUBPROJECTS=${CLEAN_SUBPROJECTS_${SUBPROJECTS}} 8.27 + 8.28 + 8.29 +# Project Name 8.30 +PROJECTNAME=prlistofarrays 8.31 + 8.32 +# Active Configuration 8.33 +DEFAULTCONF=Debug 8.34 +CONF=${DEFAULTCONF} 8.35 + 8.36 +# All Configurations 8.37 +ALLCONFS=Debug Release 8.38 + 8.39 + 8.40 +# build 8.41 +.build-impl: .build-pre .validate-impl .depcheck-impl 8.42 + @#echo "=> Running $@... Configuration=$(CONF)" 8.43 + "${MAKE}" -f nbproject/Makefile-${CONF}.mk QMAKE=${QMAKE} SUBPROJECTS=${SUBPROJECTS} .build-conf 8.44 + 8.45 + 8.46 +# clean 8.47 +.clean-impl: .clean-pre .validate-impl .depcheck-impl 8.48 + @#echo "=> Running $@... Configuration=$(CONF)" 8.49 + "${MAKE}" -f nbproject/Makefile-${CONF}.mk QMAKE=${QMAKE} SUBPROJECTS=${SUBPROJECTS} .clean-conf 8.50 + 8.51 + 8.52 +# clobber 8.53 +.clobber-impl: .clobber-pre .depcheck-impl 8.54 + @#echo "=> Running $@..." 8.55 + for CONF in ${ALLCONFS}; \ 8.56 + do \ 8.57 + "${MAKE}" -f nbproject/Makefile-$${CONF}.mk QMAKE=${QMAKE} SUBPROJECTS=${SUBPROJECTS} .clean-conf; \ 8.58 + done 8.59 + 8.60 +# all 8.61 +.all-impl: .all-pre .depcheck-impl 8.62 + @#echo "=> Running $@..." 8.63 + for CONF in ${ALLCONFS}; \ 8.64 + do \ 8.65 + "${MAKE}" -f nbproject/Makefile-$${CONF}.mk QMAKE=${QMAKE} SUBPROJECTS=${SUBPROJECTS} .build-conf; \ 8.66 + done 8.67 + 8.68 +# build tests 8.69 +.build-tests-impl: .build-impl .build-tests-pre 8.70 + @#echo "=> Running $@... Configuration=$(CONF)" 8.71 + "${MAKE}" -f nbproject/Makefile-${CONF}.mk SUBPROJECTS=${SUBPROJECTS} .build-tests-conf 8.72 + 8.73 +# run tests 8.74 +.test-impl: .build-tests-impl .test-pre 8.75 + @#echo "=> Running $@... Configuration=$(CONF)" 8.76 + "${MAKE}" -f nbproject/Makefile-${CONF}.mk SUBPROJECTS=${SUBPROJECTS} .test-conf 8.77 + 8.78 +# dependency checking support 8.79 +.depcheck-impl: 8.80 + @echo "# This code depends on make tool being used" >.dep.inc 8.81 + @if [ -n "${MAKE_VERSION}" ]; then \ 8.82 + echo "DEPFILES=\$$(wildcard \$$(addsuffix .d, \$${OBJECTFILES}))" >>.dep.inc; \ 8.83 + echo "ifneq (\$${DEPFILES},)" >>.dep.inc; \ 8.84 + echo "include \$${DEPFILES}" >>.dep.inc; \ 8.85 + echo "endif" >>.dep.inc; \ 8.86 + else \ 8.87 + echo ".KEEP_STATE:" >>.dep.inc; \ 8.88 + echo ".KEEP_STATE_FILE:.make.state.\$${CONF}" >>.dep.inc; \ 8.89 + fi 8.90 + 8.91 +# configuration validation 8.92 +.validate-impl: 8.93 + @if [ ! -f nbproject/Makefile-${CONF}.mk ]; \ 8.94 + then \ 8.95 + echo ""; \ 8.96 + echo "Error: can not find the makefile for configuration '${CONF}' in project ${PROJECTNAME}"; \ 8.97 + echo "See 'make help' for details."; \ 8.98 + echo "Current directory: " `pwd`; \ 8.99 + echo ""; \ 8.100 + fi 8.101 + @if [ ! -f nbproject/Makefile-${CONF}.mk ]; \ 8.102 + then \ 8.103 + exit 1; \ 8.104 + fi 8.105 + 8.106 + 8.107 +# help 8.108 +.help-impl: .help-pre 8.109 + @echo "This makefile supports the following configurations:" 8.110 + @echo " ${ALLCONFS}" 8.111 + @echo "" 8.112 + @echo "and the following targets:" 8.113 + @echo " build (default target)" 8.114 + @echo " clean" 8.115 + @echo " clobber" 8.116 + @echo " all" 8.117 + @echo " help" 8.118 + @echo "" 8.119 + @echo "Makefile Usage:" 8.120 + @echo " make [CONF=<CONFIGURATION>] [SUB=no] build" 8.121 + @echo " make [CONF=<CONFIGURATION>] [SUB=no] clean" 8.122 + @echo " make [SUB=no] clobber" 8.123 + @echo " make [SUB=no] all" 8.124 + @echo " make help" 8.125 + @echo "" 8.126 + @echo "Target 'build' will build a specific configuration and, unless 'SUB=no'," 8.127 + @echo " also build subprojects." 8.128 + @echo "Target 'clean' will clean a specific configuration and, unless 'SUB=no'," 8.129 + @echo " also clean subprojects." 8.130 + @echo "Target 'clobber' will remove all built files from all configurations and," 8.131 + @echo " unless 'SUB=no', also from subprojects." 8.132 + @echo "Target 'all' will will build all configurations and, unless 'SUB=no'," 8.133 + @echo " also build subprojects." 8.134 + @echo "Target 'help' prints this message." 8.135 + @echo "" 8.136 +
9.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 9.2 +++ b/nb__prlistofarrays/nbproject/Makefile-variables.mk Fri Feb 14 07:48:08 2014 -0800 9.3 @@ -0,0 +1,35 @@ 9.4 +# 9.5 +# Generated - do not edit! 9.6 +# 9.7 +# NOCDDL 9.8 +# 9.9 +CND_BASEDIR=`pwd` 9.10 +CND_BUILDDIR=build 9.11 +CND_DISTDIR=dist 9.12 +# Debug configuration 9.13 +CND_PLATFORM_Debug=GNU-Linux-x86 9.14 +CND_ARTIFACT_DIR_Debug=dist/Debug/GNU-Linux-x86 9.15 +CND_ARTIFACT_NAME_Debug=libprlistofarrays.a 9.16 +CND_ARTIFACT_PATH_Debug=dist/Debug/GNU-Linux-x86/libprlistofarrays.a 9.17 +CND_PACKAGE_DIR_Debug=dist/Debug/GNU-Linux-x86/package 9.18 +CND_PACKAGE_NAME_Debug=prlistofarrays.tar 9.19 +CND_PACKAGE_PATH_Debug=dist/Debug/GNU-Linux-x86/package/prlistofarrays.tar 9.20 +# Release configuration 9.21 +CND_PLATFORM_Release=GNU-Linux-x86 9.22 +CND_ARTIFACT_DIR_Release=dist/Release/GNU-Linux-x86 9.23 +CND_ARTIFACT_NAME_Release=libprlistofarrays.a 9.24 +CND_ARTIFACT_PATH_Release=dist/Release/GNU-Linux-x86/libprlistofarrays.a 9.25 +CND_PACKAGE_DIR_Release=dist/Release/GNU-Linux-x86/package 9.26 +CND_PACKAGE_NAME_Release=prlistofarrays.tar 9.27 +CND_PACKAGE_PATH_Release=dist/Release/GNU-Linux-x86/package/prlistofarrays.tar 9.28 +# 9.29 +# include compiler specific variables 9.30 +# 9.31 +# dmake command 9.32 +ROOT:sh = test -f nbproject/private/Makefile-variables.mk || \ 9.33 + (mkdir -p nbproject/private && touch nbproject/private/Makefile-variables.mk) 9.34 +# 9.35 +# gmake command 9.36 +.PHONY: $(shell test -f nbproject/private/Makefile-variables.mk || (mkdir -p nbproject/private && touch nbproject/private/Makefile-variables.mk)) 9.37 +# 9.38 +include nbproject/private/Makefile-variables.mk
10.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 10.2 +++ b/nb__prlistofarrays/nbproject/Package-Debug.bash Fri Feb 14 07:48:08 2014 -0800 10.3 @@ -0,0 +1,75 @@ 10.4 +#!/bin/bash -x 10.5 + 10.6 +# 10.7 +# Generated - do not edit! 10.8 +# 10.9 + 10.10 +# Macros 10.11 +TOP=`pwd` 10.12 +CND_PLATFORM=GNU-Linux-x86 10.13 +CND_CONF=Debug 10.14 +CND_DISTDIR=dist 10.15 +CND_BUILDDIR=build 10.16 +NBTMPDIR=${CND_BUILDDIR}/${CND_CONF}/${CND_PLATFORM}/tmp-packaging 10.17 +TMPDIRNAME=tmp-packaging 10.18 +OUTPUT_PATH=${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/libprlistofarrays.a 10.19 +OUTPUT_BASENAME=libprlistofarrays.a 10.20 +PACKAGE_TOP_DIR=prlistofarrays/ 10.21 + 10.22 +# Functions 10.23 +function checkReturnCode 10.24 +{ 10.25 + rc=$? 10.26 + if [ $rc != 0 ] 10.27 + then 10.28 + exit $rc 10.29 + fi 10.30 +} 10.31 +function makeDirectory 10.32 +# $1 directory path 10.33 +# $2 permission (optional) 10.34 +{ 10.35 + mkdir -p "$1" 10.36 + checkReturnCode 10.37 + if [ "$2" != "" ] 10.38 + then 10.39 + chmod $2 "$1" 10.40 + checkReturnCode 10.41 + fi 10.42 +} 10.43 +function copyFileToTmpDir 10.44 +# $1 from-file path 10.45 +# $2 to-file path 10.46 +# $3 permission 10.47 +{ 10.48 + cp "$1" "$2" 10.49 + checkReturnCode 10.50 + if [ "$3" != "" ] 10.51 + then 10.52 + chmod $3 "$2" 10.53 + checkReturnCode 10.54 + fi 10.55 +} 10.56 + 10.57 +# Setup 10.58 +cd "${TOP}" 10.59 +mkdir -p ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/package 10.60 +rm -rf ${NBTMPDIR} 10.61 +mkdir -p ${NBTMPDIR} 10.62 + 10.63 +# Copy files and create directories and links 10.64 +cd "${TOP}" 10.65 +makeDirectory "${NBTMPDIR}/prlistofarrays/lib" 10.66 +copyFileToTmpDir "${OUTPUT_PATH}" "${NBTMPDIR}/${PACKAGE_TOP_DIR}lib/${OUTPUT_BASENAME}" 0644 10.67 + 10.68 + 10.69 +# Generate tar file 10.70 +cd "${TOP}" 10.71 +rm -f ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/package/prlistofarrays.tar 10.72 +cd ${NBTMPDIR} 10.73 +tar -vcf ../../../../${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/package/prlistofarrays.tar * 10.74 +checkReturnCode 10.75 + 10.76 +# Cleanup 10.77 +cd "${TOP}" 10.78 +rm -rf ${NBTMPDIR}
11.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 11.2 +++ b/nb__prlistofarrays/nbproject/Package-Release.bash Fri Feb 14 07:48:08 2014 -0800 11.3 @@ -0,0 +1,75 @@ 11.4 +#!/bin/bash -x 11.5 + 11.6 +# 11.7 +# Generated - do not edit! 11.8 +# 11.9 + 11.10 +# Macros 11.11 +TOP=`pwd` 11.12 +CND_PLATFORM=GNU-Linux-x86 11.13 +CND_CONF=Release 11.14 +CND_DISTDIR=dist 11.15 +CND_BUILDDIR=build 11.16 +NBTMPDIR=${CND_BUILDDIR}/${CND_CONF}/${CND_PLATFORM}/tmp-packaging 11.17 +TMPDIRNAME=tmp-packaging 11.18 +OUTPUT_PATH=${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/libprlistofarrays.a 11.19 +OUTPUT_BASENAME=libprlistofarrays.a 11.20 +PACKAGE_TOP_DIR=prlistofarrays/ 11.21 + 11.22 +# Functions 11.23 +function checkReturnCode 11.24 +{ 11.25 + rc=$? 11.26 + if [ $rc != 0 ] 11.27 + then 11.28 + exit $rc 11.29 + fi 11.30 +} 11.31 +function makeDirectory 11.32 +# $1 directory path 11.33 +# $2 permission (optional) 11.34 +{ 11.35 + mkdir -p "$1" 11.36 + checkReturnCode 11.37 + if [ "$2" != "" ] 11.38 + then 11.39 + chmod $2 "$1" 11.40 + checkReturnCode 11.41 + fi 11.42 +} 11.43 +function copyFileToTmpDir 11.44 +# $1 from-file path 11.45 +# $2 to-file path 11.46 +# $3 permission 11.47 +{ 11.48 + cp "$1" "$2" 11.49 + checkReturnCode 11.50 + if [ "$3" != "" ] 11.51 + then 11.52 + chmod $3 "$2" 11.53 + checkReturnCode 11.54 + fi 11.55 +} 11.56 + 11.57 +# Setup 11.58 +cd "${TOP}" 11.59 +mkdir -p ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/package 11.60 +rm -rf ${NBTMPDIR} 11.61 +mkdir -p ${NBTMPDIR} 11.62 + 11.63 +# Copy files and create directories and links 11.64 +cd "${TOP}" 11.65 +makeDirectory "${NBTMPDIR}/prlistofarrays/lib" 11.66 +copyFileToTmpDir "${OUTPUT_PATH}" "${NBTMPDIR}/${PACKAGE_TOP_DIR}lib/${OUTPUT_BASENAME}" 0644 11.67 + 11.68 + 11.69 +# Generate tar file 11.70 +cd "${TOP}" 11.71 +rm -f ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/package/prlistofarrays.tar 11.72 +cd ${NBTMPDIR} 11.73 +tar -vcf ../../../../${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/package/prlistofarrays.tar * 11.74 +checkReturnCode 11.75 + 11.76 +# Cleanup 11.77 +cd "${TOP}" 11.78 +rm -rf ${NBTMPDIR}
12.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 12.2 +++ b/nb__prlistofarrays/nbproject/configurations.xml Fri Feb 14 07:48:08 2014 -0800 12.3 @@ -0,0 +1,65 @@ 12.4 +<?xml version="1.0" encoding="UTF-8"?> 12.5 +<configurationDescriptor version="79"> 12.6 + <logicalFolder name="root" displayName="root" projectFiles="true" kind="ROOT"> 12.7 + <logicalFolder name="HeaderFiles" 12.8 + displayName="Header Files" 12.9 + projectFiles="true"> 12.10 + </logicalFolder> 12.11 + <logicalFolder name="ResourceFiles" 12.12 + displayName="Resource Files" 12.13 + projectFiles="true"> 12.14 + </logicalFolder> 12.15 + <logicalFolder name="SourceFiles" 12.16 + displayName="Source Files" 12.17 + projectFiles="true"> 12.18 + <itemPath>../ListOfArrays.c</itemPath> 12.19 + <itemPath>../prlistofarrays.h</itemPath> 12.20 + </logicalFolder> 12.21 + <logicalFolder name="TestFiles" 12.22 + displayName="Test Files" 12.23 + projectFiles="false" 12.24 + kind="TEST_LOGICAL_FOLDER"> 12.25 + </logicalFolder> 12.26 + <logicalFolder name="ExternalFiles" 12.27 + displayName="Important Files" 12.28 + projectFiles="false" 12.29 + kind="IMPORTANT_FILES_FOLDER"> 12.30 + <itemPath>Makefile</itemPath> 12.31 + </logicalFolder> 12.32 + </logicalFolder> 12.33 + <projectmakefile>Makefile</projectmakefile> 12.34 + <confs> 12.35 + <conf name="Debug" type="3"> 12.36 + <toolsSet> 12.37 + <remote-sources-mode>LOCAL_SOURCES</remote-sources-mode> 12.38 + <compilerSet>default</compilerSet> 12.39 + </toolsSet> 12.40 + <compileType> 12.41 + <archiverTool> 12.42 + </archiverTool> 12.43 + </compileType> 12.44 + </conf> 12.45 + <conf name="Release" type="3"> 12.46 + <toolsSet> 12.47 + <remote-sources-mode>LOCAL_SOURCES</remote-sources-mode> 12.48 + <compilerSet>default</compilerSet> 12.49 + </toolsSet> 12.50 + <compileType> 12.51 + <cTool> 12.52 + <developmentMode>5</developmentMode> 12.53 + </cTool> 12.54 + <ccTool> 12.55 + <developmentMode>5</developmentMode> 12.56 + </ccTool> 12.57 + <fortranCompilerTool> 12.58 + <developmentMode>5</developmentMode> 12.59 + </fortranCompilerTool> 12.60 + <asmTool> 12.61 + <developmentMode>5</developmentMode> 12.62 + </asmTool> 12.63 + <archiverTool> 12.64 + </archiverTool> 12.65 + </compileType> 12.66 + </conf> 12.67 + </confs> 12.68 +</configurationDescriptor>
13.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 13.2 +++ b/nb__prlistofarrays/nbproject/private/Makefile-variables.mk Fri Feb 14 07:48:08 2014 -0800 13.3 @@ -0,0 +1,7 @@ 13.4 +# 13.5 +# Generated - do not edit! 13.6 +# 13.7 +# NOCDDL 13.8 +# 13.9 +# Debug configuration 13.10 +# Release configuration
14.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 14.2 +++ b/nb__prlistofarrays/nbproject/private/configurations.xml Fri Feb 14 07:48:08 2014 -0800 14.3 @@ -0,0 +1,76 @@ 14.4 +<?xml version="1.0" encoding="UTF-8"?> 14.5 +<configurationDescriptor version="79"> 14.6 + <projectmakefile>Makefile</projectmakefile> 14.7 + <confs> 14.8 + <conf name="Debug" type="3"> 14.9 + <toolsSet> 14.10 + <developmentServer>localhost</developmentServer> 14.11 + <platform>2</platform> 14.12 + </toolsSet> 14.13 + <dbx_gdbdebugger version="1"> 14.14 + <gdb_pathmaps> 14.15 + </gdb_pathmaps> 14.16 + <gdb_interceptlist> 14.17 + <gdbinterceptoptions gdb_all="false" gdb_unhandled="true" gdb_unexpected="true"/> 14.18 + </gdb_interceptlist> 14.19 + <gdb_options> 14.20 + <DebugOptions> 14.21 + </DebugOptions> 14.22 + </gdb_options> 14.23 + <gdb_buildfirst gdb_buildfirst_overriden="false" gdb_buildfirst_old="false"/> 14.24 + </dbx_gdbdebugger> 14.25 + <gizmo_options version="3"> 14.26 + </gizmo_options> 14.27 + <nativedebugger version="1"> 14.28 + <engine>gdb</engine> 14.29 + </nativedebugger> 14.30 + <runprofile version="9"> 14.31 + <runcommandpicklist> 14.32 + <runcommandpicklistitem>"${OUTPUT_PATH}"</runcommandpicklistitem> 14.33 + </runcommandpicklist> 14.34 + <runcommand>"${OUTPUT_PATH}"</runcommand> 14.35 + <rundir></rundir> 14.36 + <buildfirst>true</buildfirst> 14.37 + <terminal-type>0</terminal-type> 14.38 + <remove-instrumentation>0</remove-instrumentation> 14.39 + <environment> 14.40 + </environment> 14.41 + </runprofile> 14.42 + </conf> 14.43 + <conf name="Release" type="3"> 14.44 + <toolsSet> 14.45 + <developmentServer>localhost</developmentServer> 14.46 + <platform>2</platform> 14.47 + </toolsSet> 14.48 + <dbx_gdbdebugger version="1"> 14.49 + <gdb_pathmaps> 14.50 + </gdb_pathmaps> 14.51 + <gdb_interceptlist> 14.52 + <gdbinterceptoptions gdb_all="false" gdb_unhandled="true" gdb_unexpected="true"/> 14.53 + </gdb_interceptlist> 14.54 + <gdb_options> 14.55 + <DebugOptions> 14.56 + </DebugOptions> 14.57 + </gdb_options> 14.58 + <gdb_buildfirst gdb_buildfirst_overriden="false" gdb_buildfirst_old="false"/> 14.59 + </dbx_gdbdebugger> 14.60 + <gizmo_options version="3"> 14.61 + </gizmo_options> 14.62 + <nativedebugger version="1"> 14.63 + <engine>gdb</engine> 14.64 + </nativedebugger> 14.65 + <runprofile version="9"> 14.66 + <runcommandpicklist> 14.67 + <runcommandpicklistitem>"${OUTPUT_PATH}"</runcommandpicklistitem> 14.68 + </runcommandpicklist> 14.69 + <runcommand>"${OUTPUT_PATH}"</runcommand> 14.70 + <rundir></rundir> 14.71 + <buildfirst>true</buildfirst> 14.72 + <terminal-type>0</terminal-type> 14.73 + <remove-instrumentation>0</remove-instrumentation> 14.74 + <environment> 14.75 + </environment> 14.76 + </runprofile> 14.77 + </conf> 14.78 + </confs> 14.79 +</configurationDescriptor>
15.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 15.2 +++ b/nb__prlistofarrays/nbproject/private/private.xml Fri Feb 14 07:48:08 2014 -0800 15.3 @@ -0,0 +1,8 @@ 15.4 +<?xml version="1.0" encoding="UTF-8"?> 15.5 +<project-private xmlns="http://www.netbeans.org/ns/project-private/1"> 15.6 + <data xmlns="http://www.netbeans.org/ns/make-project-private/1"> 15.7 + <activeConfTypeElem>3</activeConfTypeElem> 15.8 + <activeConfIndexElem>0</activeConfIndexElem> 15.9 + </data> 15.10 + <editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/1"/> 15.11 +</project-private>
16.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 16.2 +++ b/nb__prlistofarrays/nbproject/project.xml Fri Feb 14 07:48:08 2014 -0800 16.3 @@ -0,0 +1,25 @@ 16.4 +<?xml version="1.0" encoding="UTF-8"?> 16.5 +<project xmlns="http://www.netbeans.org/ns/project/1"> 16.6 + <type>org.netbeans.modules.cnd.makeproject</type> 16.7 + <configuration> 16.8 + <data xmlns="http://www.netbeans.org/ns/make-project/1"> 16.9 + <name>prlistofarrays</name> 16.10 + <c-extensions>c</c-extensions> 16.11 + <cpp-extensions/> 16.12 + <header-extensions>h</header-extensions> 16.13 + <sourceEncoding>UTF-8</sourceEncoding> 16.14 + <make-dep-projects/> 16.15 + <sourceRootList/> 16.16 + <confList> 16.17 + <confElem> 16.18 + <name>Debug</name> 16.19 + <type>3</type> 16.20 + </confElem> 16.21 + <confElem> 16.22 + <name>Release</name> 16.23 + <type>3</type> 16.24 + </confElem> 16.25 + </confList> 16.26 + </data> 16.27 + </configuration> 16.28 +</project>
17.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 17.2 +++ b/nb__prlistofarrays_pic/.dep.inc Fri Feb 14 07:48:08 2014 -0800 17.3 @@ -0,0 +1,5 @@ 17.4 +# This code depends on make tool being used 17.5 +DEPFILES=$(wildcard $(addsuffix .d, ${OBJECTFILES})) 17.6 +ifneq (${DEPFILES},) 17.7 +include ${DEPFILES} 17.8 +endif
18.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 18.2 +++ b/nb__prlistofarrays_pic/Makefile Fri Feb 14 07:48:08 2014 -0800 18.3 @@ -0,0 +1,128 @@ 18.4 +# 18.5 +# There exist several targets which are by default empty and which can be 18.6 +# used for execution of your targets. These targets are usually executed 18.7 +# before and after some main targets. They are: 18.8 +# 18.9 +# .build-pre: called before 'build' target 18.10 +# .build-post: called after 'build' target 18.11 +# .clean-pre: called before 'clean' target 18.12 +# .clean-post: called after 'clean' target 18.13 +# .clobber-pre: called before 'clobber' target 18.14 +# .clobber-post: called after 'clobber' target 18.15 +# .all-pre: called before 'all' target 18.16 +# .all-post: called after 'all' target 18.17 +# .help-pre: called before 'help' target 18.18 +# .help-post: called after 'help' target 18.19 +# 18.20 +# Targets beginning with '.' are not intended to be called on their own. 18.21 +# 18.22 +# Main targets can be executed directly, and they are: 18.23 +# 18.24 +# build build a specific configuration 18.25 +# clean remove built files from a configuration 18.26 +# clobber remove all built files 18.27 +# all build all configurations 18.28 +# help print help mesage 18.29 +# 18.30 +# Targets .build-impl, .clean-impl, .clobber-impl, .all-impl, and 18.31 +# .help-impl are implemented in nbproject/makefile-impl.mk. 18.32 +# 18.33 +# Available make variables: 18.34 +# 18.35 +# CND_BASEDIR base directory for relative paths 18.36 +# CND_DISTDIR default top distribution directory (build artifacts) 18.37 +# CND_BUILDDIR default top build directory (object files, ...) 18.38 +# CONF name of current configuration 18.39 +# CND_PLATFORM_${CONF} platform name (current configuration) 18.40 +# CND_ARTIFACT_DIR_${CONF} directory of build artifact (current configuration) 18.41 +# CND_ARTIFACT_NAME_${CONF} name of build artifact (current configuration) 18.42 +# CND_ARTIFACT_PATH_${CONF} path to build artifact (current configuration) 18.43 +# CND_PACKAGE_DIR_${CONF} directory of package (current configuration) 18.44 +# CND_PACKAGE_NAME_${CONF} name of package (current configuration) 18.45 +# CND_PACKAGE_PATH_${CONF} path to package (current configuration) 18.46 +# 18.47 +# NOCDDL 18.48 + 18.49 + 18.50 +# Environment 18.51 +MKDIR=mkdir 18.52 +CP=cp 18.53 +CCADMIN=CCadmin 18.54 + 18.55 + 18.56 +# build 18.57 +build: .build-post 18.58 + 18.59 +.build-pre: 18.60 +# Add your pre 'build' code here... 18.61 + 18.62 +.build-post: .build-impl 18.63 +# Add your post 'build' code here... 18.64 + 18.65 + 18.66 +# clean 18.67 +clean: .clean-post 18.68 + 18.69 +.clean-pre: 18.70 +# Add your pre 'clean' code here... 18.71 + 18.72 +.clean-post: .clean-impl 18.73 +# Add your post 'clean' code here... 18.74 + 18.75 + 18.76 +# clobber 18.77 +clobber: .clobber-post 18.78 + 18.79 +.clobber-pre: 18.80 +# Add your pre 'clobber' code here... 18.81 + 18.82 +.clobber-post: .clobber-impl 18.83 +# Add your post 'clobber' code here... 18.84 + 18.85 + 18.86 +# all 18.87 +all: .all-post 18.88 + 18.89 +.all-pre: 18.90 +# Add your pre 'all' code here... 18.91 + 18.92 +.all-post: .all-impl 18.93 +# Add your post 'all' code here... 18.94 + 18.95 + 18.96 +# build tests 18.97 +build-tests: .build-tests-post 18.98 + 18.99 +.build-tests-pre: 18.100 +# Add your pre 'build-tests' code here... 18.101 + 18.102 +.build-tests-post: .build-tests-impl 18.103 +# Add your post 'build-tests' code here... 18.104 + 18.105 + 18.106 +# run tests 18.107 +test: .test-post 18.108 + 18.109 +.test-pre: 18.110 +# Add your pre 'test' code here... 18.111 + 18.112 +.test-post: .test-impl 18.113 +# Add your post 'test' code here... 18.114 + 18.115 + 18.116 +# help 18.117 +help: .help-post 18.118 + 18.119 +.help-pre: 18.120 +# Add your pre 'help' code here... 18.121 + 18.122 +.help-post: .help-impl 18.123 +# Add your post 'help' code here... 18.124 + 18.125 + 18.126 + 18.127 +# include project implementation makefile 18.128 +include nbproject/Makefile-impl.mk 18.129 + 18.130 +# include project make variables 18.131 +include nbproject/Makefile-variables.mk
19.1 Binary file nb__prlistofarrays_pic/build/Debug/GNU-Linux-x86/_ext/1472/ListOfArrays.o has changed
20.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 20.2 +++ b/nb__prlistofarrays_pic/build/Debug/GNU-Linux-x86/_ext/1472/ListOfArrays.o.d Fri Feb 14 07:48:08 2014 -0800 20.3 @@ -0,0 +1,1 @@ 20.4 +build/Debug/GNU-Linux-x86/_ext/1472/ListOfArrays.o: ../ListOfArrays.c
21.1 Binary file nb__prlistofarrays_pic/dist/Debug/GNU-Linux-x86/libprlistofarrays_pic.a has changed
22.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 22.2 +++ b/nb__prlistofarrays_pic/nbproject/Makefile-Debug.mk Fri Feb 14 07:48:08 2014 -0800 22.3 @@ -0,0 +1,85 @@ 22.4 +# 22.5 +# Generated Makefile - do not edit! 22.6 +# 22.7 +# Edit the Makefile in the project folder instead (../Makefile). Each target 22.8 +# has a -pre and a -post target defined where you can add customized code. 22.9 +# 22.10 +# This makefile implements configuration specific macros and targets. 22.11 + 22.12 + 22.13 +# Environment 22.14 +MKDIR=mkdir 22.15 +CP=cp 22.16 +GREP=grep 22.17 +NM=nm 22.18 +CCADMIN=CCadmin 22.19 +RANLIB=ranlib 22.20 +CC=gcc 22.21 +CCC=gcc-4.6 22.22 +CXX=gcc-4.6 22.23 +FC=gfortran 22.24 +AS=as 22.25 + 22.26 +# Macros 22.27 +CND_PLATFORM=GNU-Linux-x86 22.28 +CND_CONF=Debug 22.29 +CND_DISTDIR=dist 22.30 +CND_BUILDDIR=build 22.31 + 22.32 +# Include project Makefile 22.33 +include Makefile 22.34 + 22.35 +# Object Directory 22.36 +OBJECTDIR=${CND_BUILDDIR}/${CND_CONF}/${CND_PLATFORM} 22.37 + 22.38 +# Object Files 22.39 +OBJECTFILES= \ 22.40 + ${OBJECTDIR}/_ext/1472/ListOfArrays.o 22.41 + 22.42 + 22.43 +# C Compiler Flags 22.44 +CFLAGS=-fPIC 22.45 + 22.46 +# CC Compiler Flags 22.47 +CCFLAGS= 22.48 +CXXFLAGS= 22.49 + 22.50 +# Fortran Compiler Flags 22.51 +FFLAGS= 22.52 + 22.53 +# Assembler Flags 22.54 +ASFLAGS= 22.55 + 22.56 +# Link Libraries and Options 22.57 +LDLIBSOPTIONS= 22.58 + 22.59 +# Build Targets 22.60 +.build-conf: ${BUILD_SUBPROJECTS} 22.61 + "${MAKE}" -f nbproject/Makefile-${CND_CONF}.mk ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/libprlistofarrays_pic.a 22.62 + 22.63 +${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/libprlistofarrays_pic.a: ${OBJECTFILES} 22.64 + ${MKDIR} -p ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM} 22.65 + ${RM} ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/libprlistofarrays_pic.a 22.66 + ${AR} -rv ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/libprlistofarrays_pic.a ${OBJECTFILES} 22.67 + $(RANLIB) ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/libprlistofarrays_pic.a 22.68 + 22.69 +${OBJECTDIR}/_ext/1472/ListOfArrays.o: ../ListOfArrays.c 22.70 + ${MKDIR} -p ${OBJECTDIR}/_ext/1472 22.71 + ${RM} $@.d 22.72 + $(COMPILE.c) -g -MMD -MP -MF $@.d -o ${OBJECTDIR}/_ext/1472/ListOfArrays.o ../ListOfArrays.c 22.73 + 22.74 +# Subprojects 22.75 +.build-subprojects: 22.76 + 22.77 +# Clean Targets 22.78 +.clean-conf: ${CLEAN_SUBPROJECTS} 22.79 + ${RM} -r ${CND_BUILDDIR}/${CND_CONF} 22.80 + ${RM} ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/libprlistofarrays_pic.a 22.81 + 22.82 +# Subprojects 22.83 +.clean-subprojects: 22.84 + 22.85 +# Enable dependency checking 22.86 +.dep.inc: .depcheck-impl 22.87 + 22.88 +include .dep.inc
23.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 23.2 +++ b/nb__prlistofarrays_pic/nbproject/Makefile-Release.mk Fri Feb 14 07:48:08 2014 -0800 23.3 @@ -0,0 +1,85 @@ 23.4 +# 23.5 +# Generated Makefile - do not edit! 23.6 +# 23.7 +# Edit the Makefile in the project folder instead (../Makefile). Each target 23.8 +# has a -pre and a -post target defined where you can add customized code. 23.9 +# 23.10 +# This makefile implements configuration specific macros and targets. 23.11 + 23.12 + 23.13 +# Environment 23.14 +MKDIR=mkdir 23.15 +CP=cp 23.16 +GREP=grep 23.17 +NM=nm 23.18 +CCADMIN=CCadmin 23.19 +RANLIB=ranlib 23.20 +CC=gcc 23.21 +CCC=gcc-4.6 23.22 +CXX=gcc-4.6 23.23 +FC=gfortran 23.24 +AS=as 23.25 + 23.26 +# Macros 23.27 +CND_PLATFORM=GNU-Linux-x86 23.28 +CND_CONF=Release 23.29 +CND_DISTDIR=dist 23.30 +CND_BUILDDIR=build 23.31 + 23.32 +# Include project Makefile 23.33 +include Makefile 23.34 + 23.35 +# Object Directory 23.36 +OBJECTDIR=${CND_BUILDDIR}/${CND_CONF}/${CND_PLATFORM} 23.37 + 23.38 +# Object Files 23.39 +OBJECTFILES= \ 23.40 + ${OBJECTDIR}/_ext/1472/ListOfArrays.o 23.41 + 23.42 + 23.43 +# C Compiler Flags 23.44 +CFLAGS= 23.45 + 23.46 +# CC Compiler Flags 23.47 +CCFLAGS= 23.48 +CXXFLAGS= 23.49 + 23.50 +# Fortran Compiler Flags 23.51 +FFLAGS= 23.52 + 23.53 +# Assembler Flags 23.54 +ASFLAGS= 23.55 + 23.56 +# Link Libraries and Options 23.57 +LDLIBSOPTIONS= 23.58 + 23.59 +# Build Targets 23.60 +.build-conf: ${BUILD_SUBPROJECTS} 23.61 + "${MAKE}" -f nbproject/Makefile-${CND_CONF}.mk ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/libprlistofarrays_pic.a 23.62 + 23.63 +${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/libprlistofarrays_pic.a: ${OBJECTFILES} 23.64 + ${MKDIR} -p ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM} 23.65 + ${RM} ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/libprlistofarrays_pic.a 23.66 + ${AR} -rv ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/libprlistofarrays_pic.a ${OBJECTFILES} 23.67 + $(RANLIB) ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/libprlistofarrays_pic.a 23.68 + 23.69 +${OBJECTDIR}/_ext/1472/ListOfArrays.o: ../ListOfArrays.c 23.70 + ${MKDIR} -p ${OBJECTDIR}/_ext/1472 23.71 + ${RM} $@.d 23.72 + $(COMPILE.c) -O2 -MMD -MP -MF $@.d -o ${OBJECTDIR}/_ext/1472/ListOfArrays.o ../ListOfArrays.c 23.73 + 23.74 +# Subprojects 23.75 +.build-subprojects: 23.76 + 23.77 +# Clean Targets 23.78 +.clean-conf: ${CLEAN_SUBPROJECTS} 23.79 + ${RM} -r ${CND_BUILDDIR}/${CND_CONF} 23.80 + ${RM} ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/libprlistofarrays_pic.a 23.81 + 23.82 +# Subprojects 23.83 +.clean-subprojects: 23.84 + 23.85 +# Enable dependency checking 23.86 +.dep.inc: .depcheck-impl 23.87 + 23.88 +include .dep.inc
24.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 24.2 +++ b/nb__prlistofarrays_pic/nbproject/Makefile-impl.mk Fri Feb 14 07:48:08 2014 -0800 24.3 @@ -0,0 +1,133 @@ 24.4 +# 24.5 +# Generated Makefile - do not edit! 24.6 +# 24.7 +# Edit the Makefile in the project folder instead (../Makefile). Each target 24.8 +# has a pre- and a post- target defined where you can add customization code. 24.9 +# 24.10 +# This makefile implements macros and targets common to all configurations. 24.11 +# 24.12 +# NOCDDL 24.13 + 24.14 + 24.15 +# Building and Cleaning subprojects are done by default, but can be controlled with the SUB 24.16 +# macro. If SUB=no, subprojects will not be built or cleaned. The following macro 24.17 +# statements set BUILD_SUB-CONF and CLEAN_SUB-CONF to .build-reqprojects-conf 24.18 +# and .clean-reqprojects-conf unless SUB has the value 'no' 24.19 +SUB_no=NO 24.20 +SUBPROJECTS=${SUB_${SUB}} 24.21 +BUILD_SUBPROJECTS_=.build-subprojects 24.22 +BUILD_SUBPROJECTS_NO= 24.23 +BUILD_SUBPROJECTS=${BUILD_SUBPROJECTS_${SUBPROJECTS}} 24.24 +CLEAN_SUBPROJECTS_=.clean-subprojects 24.25 +CLEAN_SUBPROJECTS_NO= 24.26 +CLEAN_SUBPROJECTS=${CLEAN_SUBPROJECTS_${SUBPROJECTS}} 24.27 + 24.28 + 24.29 +# Project Name 24.30 +PROJECTNAME=prlistofarrays_pic 24.31 + 24.32 +# Active Configuration 24.33 +DEFAULTCONF=Debug 24.34 +CONF=${DEFAULTCONF} 24.35 + 24.36 +# All Configurations 24.37 +ALLCONFS=Debug Release 24.38 + 24.39 + 24.40 +# build 24.41 +.build-impl: .build-pre .validate-impl .depcheck-impl 24.42 + @#echo "=> Running $@... Configuration=$(CONF)" 24.43 + "${MAKE}" -f nbproject/Makefile-${CONF}.mk QMAKE=${QMAKE} SUBPROJECTS=${SUBPROJECTS} .build-conf 24.44 + 24.45 + 24.46 +# clean 24.47 +.clean-impl: .clean-pre .validate-impl .depcheck-impl 24.48 + @#echo "=> Running $@... Configuration=$(CONF)" 24.49 + "${MAKE}" -f nbproject/Makefile-${CONF}.mk QMAKE=${QMAKE} SUBPROJECTS=${SUBPROJECTS} .clean-conf 24.50 + 24.51 + 24.52 +# clobber 24.53 +.clobber-impl: .clobber-pre .depcheck-impl 24.54 + @#echo "=> Running $@..." 24.55 + for CONF in ${ALLCONFS}; \ 24.56 + do \ 24.57 + "${MAKE}" -f nbproject/Makefile-$${CONF}.mk QMAKE=${QMAKE} SUBPROJECTS=${SUBPROJECTS} .clean-conf; \ 24.58 + done 24.59 + 24.60 +# all 24.61 +.all-impl: .all-pre .depcheck-impl 24.62 + @#echo "=> Running $@..." 24.63 + for CONF in ${ALLCONFS}; \ 24.64 + do \ 24.65 + "${MAKE}" -f nbproject/Makefile-$${CONF}.mk QMAKE=${QMAKE} SUBPROJECTS=${SUBPROJECTS} .build-conf; \ 24.66 + done 24.67 + 24.68 +# build tests 24.69 +.build-tests-impl: .build-impl .build-tests-pre 24.70 + @#echo "=> Running $@... Configuration=$(CONF)" 24.71 + "${MAKE}" -f nbproject/Makefile-${CONF}.mk SUBPROJECTS=${SUBPROJECTS} .build-tests-conf 24.72 + 24.73 +# run tests 24.74 +.test-impl: .build-tests-impl .test-pre 24.75 + @#echo "=> Running $@... Configuration=$(CONF)" 24.76 + "${MAKE}" -f nbproject/Makefile-${CONF}.mk SUBPROJECTS=${SUBPROJECTS} .test-conf 24.77 + 24.78 +# dependency checking support 24.79 +.depcheck-impl: 24.80 + @echo "# This code depends on make tool being used" >.dep.inc 24.81 + @if [ -n "${MAKE_VERSION}" ]; then \ 24.82 + echo "DEPFILES=\$$(wildcard \$$(addsuffix .d, \$${OBJECTFILES}))" >>.dep.inc; \ 24.83 + echo "ifneq (\$${DEPFILES},)" >>.dep.inc; \ 24.84 + echo "include \$${DEPFILES}" >>.dep.inc; \ 24.85 + echo "endif" >>.dep.inc; \ 24.86 + else \ 24.87 + echo ".KEEP_STATE:" >>.dep.inc; \ 24.88 + echo ".KEEP_STATE_FILE:.make.state.\$${CONF}" >>.dep.inc; \ 24.89 + fi 24.90 + 24.91 +# configuration validation 24.92 +.validate-impl: 24.93 + @if [ ! -f nbproject/Makefile-${CONF}.mk ]; \ 24.94 + then \ 24.95 + echo ""; \ 24.96 + echo "Error: can not find the makefile for configuration '${CONF}' in project ${PROJECTNAME}"; \ 24.97 + echo "See 'make help' for details."; \ 24.98 + echo "Current directory: " `pwd`; \ 24.99 + echo ""; \ 24.100 + fi 24.101 + @if [ ! -f nbproject/Makefile-${CONF}.mk ]; \ 24.102 + then \ 24.103 + exit 1; \ 24.104 + fi 24.105 + 24.106 + 24.107 +# help 24.108 +.help-impl: .help-pre 24.109 + @echo "This makefile supports the following configurations:" 24.110 + @echo " ${ALLCONFS}" 24.111 + @echo "" 24.112 + @echo "and the following targets:" 24.113 + @echo " build (default target)" 24.114 + @echo " clean" 24.115 + @echo " clobber" 24.116 + @echo " all" 24.117 + @echo " help" 24.118 + @echo "" 24.119 + @echo "Makefile Usage:" 24.120 + @echo " make [CONF=<CONFIGURATION>] [SUB=no] build" 24.121 + @echo " make [CONF=<CONFIGURATION>] [SUB=no] clean" 24.122 + @echo " make [SUB=no] clobber" 24.123 + @echo " make [SUB=no] all" 24.124 + @echo " make help" 24.125 + @echo "" 24.126 + @echo "Target 'build' will build a specific configuration and, unless 'SUB=no'," 24.127 + @echo " also build subprojects." 24.128 + @echo "Target 'clean' will clean a specific configuration and, unless 'SUB=no'," 24.129 + @echo " also clean subprojects." 24.130 + @echo "Target 'clobber' will remove all built files from all configurations and," 24.131 + @echo " unless 'SUB=no', also from subprojects." 24.132 + @echo "Target 'all' will will build all configurations and, unless 'SUB=no'," 24.133 + @echo " also build subprojects." 24.134 + @echo "Target 'help' prints this message." 24.135 + @echo "" 24.136 +
25.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 25.2 +++ b/nb__prlistofarrays_pic/nbproject/Makefile-variables.mk Fri Feb 14 07:48:08 2014 -0800 25.3 @@ -0,0 +1,35 @@ 25.4 +# 25.5 +# Generated - do not edit! 25.6 +# 25.7 +# NOCDDL 25.8 +# 25.9 +CND_BASEDIR=`pwd` 25.10 +CND_BUILDDIR=build 25.11 +CND_DISTDIR=dist 25.12 +# Debug configuration 25.13 +CND_PLATFORM_Debug=GNU-Linux-x86 25.14 +CND_ARTIFACT_DIR_Debug=dist/Debug/GNU-Linux-x86 25.15 +CND_ARTIFACT_NAME_Debug=libprlistofarrays_pic.a 25.16 +CND_ARTIFACT_PATH_Debug=dist/Debug/GNU-Linux-x86/libprlistofarrays_pic.a 25.17 +CND_PACKAGE_DIR_Debug=dist/Debug/GNU-Linux-x86/package 25.18 +CND_PACKAGE_NAME_Debug=prlistofarrayspic.tar 25.19 +CND_PACKAGE_PATH_Debug=dist/Debug/GNU-Linux-x86/package/prlistofarrayspic.tar 25.20 +# Release configuration 25.21 +CND_PLATFORM_Release=GNU-Linux-x86 25.22 +CND_ARTIFACT_DIR_Release=dist/Release/GNU-Linux-x86 25.23 +CND_ARTIFACT_NAME_Release=libprlistofarrays_pic.a 25.24 +CND_ARTIFACT_PATH_Release=dist/Release/GNU-Linux-x86/libprlistofarrays_pic.a 25.25 +CND_PACKAGE_DIR_Release=dist/Release/GNU-Linux-x86/package 25.26 +CND_PACKAGE_NAME_Release=prlistofarrayspic.tar 25.27 +CND_PACKAGE_PATH_Release=dist/Release/GNU-Linux-x86/package/prlistofarrayspic.tar 25.28 +# 25.29 +# include compiler specific variables 25.30 +# 25.31 +# dmake command 25.32 +ROOT:sh = test -f nbproject/private/Makefile-variables.mk || \ 25.33 + (mkdir -p nbproject/private && touch nbproject/private/Makefile-variables.mk) 25.34 +# 25.35 +# gmake command 25.36 +.PHONY: $(shell test -f nbproject/private/Makefile-variables.mk || (mkdir -p nbproject/private && touch nbproject/private/Makefile-variables.mk)) 25.37 +# 25.38 +include nbproject/private/Makefile-variables.mk
26.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 26.2 +++ b/nb__prlistofarrays_pic/nbproject/Package-Debug.bash Fri Feb 14 07:48:08 2014 -0800 26.3 @@ -0,0 +1,75 @@ 26.4 +#!/bin/bash -x 26.5 + 26.6 +# 26.7 +# Generated - do not edit! 26.8 +# 26.9 + 26.10 +# Macros 26.11 +TOP=`pwd` 26.12 +CND_PLATFORM=GNU-Linux-x86 26.13 +CND_CONF=Debug 26.14 +CND_DISTDIR=dist 26.15 +CND_BUILDDIR=build 26.16 +NBTMPDIR=${CND_BUILDDIR}/${CND_CONF}/${CND_PLATFORM}/tmp-packaging 26.17 +TMPDIRNAME=tmp-packaging 26.18 +OUTPUT_PATH=${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/libprlistofarrays_pic.a 26.19 +OUTPUT_BASENAME=libprlistofarrays_pic.a 26.20 +PACKAGE_TOP_DIR=prlistofarrayspic/ 26.21 + 26.22 +# Functions 26.23 +function checkReturnCode 26.24 +{ 26.25 + rc=$? 26.26 + if [ $rc != 0 ] 26.27 + then 26.28 + exit $rc 26.29 + fi 26.30 +} 26.31 +function makeDirectory 26.32 +# $1 directory path 26.33 +# $2 permission (optional) 26.34 +{ 26.35 + mkdir -p "$1" 26.36 + checkReturnCode 26.37 + if [ "$2" != "" ] 26.38 + then 26.39 + chmod $2 "$1" 26.40 + checkReturnCode 26.41 + fi 26.42 +} 26.43 +function copyFileToTmpDir 26.44 +# $1 from-file path 26.45 +# $2 to-file path 26.46 +# $3 permission 26.47 +{ 26.48 + cp "$1" "$2" 26.49 + checkReturnCode 26.50 + if [ "$3" != "" ] 26.51 + then 26.52 + chmod $3 "$2" 26.53 + checkReturnCode 26.54 + fi 26.55 +} 26.56 + 26.57 +# Setup 26.58 +cd "${TOP}" 26.59 +mkdir -p ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/package 26.60 +rm -rf ${NBTMPDIR} 26.61 +mkdir -p ${NBTMPDIR} 26.62 + 26.63 +# Copy files and create directories and links 26.64 +cd "${TOP}" 26.65 +makeDirectory "${NBTMPDIR}/prlistofarrayspic/lib" 26.66 +copyFileToTmpDir "${OUTPUT_PATH}" "${NBTMPDIR}/${PACKAGE_TOP_DIR}lib/${OUTPUT_BASENAME}" 0644 26.67 + 26.68 + 26.69 +# Generate tar file 26.70 +cd "${TOP}" 26.71 +rm -f ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/package/prlistofarrayspic.tar 26.72 +cd ${NBTMPDIR} 26.73 +tar -vcf ../../../../${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/package/prlistofarrayspic.tar * 26.74 +checkReturnCode 26.75 + 26.76 +# Cleanup 26.77 +cd "${TOP}" 26.78 +rm -rf ${NBTMPDIR}
27.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 27.2 +++ b/nb__prlistofarrays_pic/nbproject/Package-Release.bash Fri Feb 14 07:48:08 2014 -0800 27.3 @@ -0,0 +1,75 @@ 27.4 +#!/bin/bash -x 27.5 + 27.6 +# 27.7 +# Generated - do not edit! 27.8 +# 27.9 + 27.10 +# Macros 27.11 +TOP=`pwd` 27.12 +CND_PLATFORM=GNU-Linux-x86 27.13 +CND_CONF=Release 27.14 +CND_DISTDIR=dist 27.15 +CND_BUILDDIR=build 27.16 +NBTMPDIR=${CND_BUILDDIR}/${CND_CONF}/${CND_PLATFORM}/tmp-packaging 27.17 +TMPDIRNAME=tmp-packaging 27.18 +OUTPUT_PATH=${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/libprlistofarrays_pic.a 27.19 +OUTPUT_BASENAME=libprlistofarrays_pic.a 27.20 +PACKAGE_TOP_DIR=prlistofarrayspic/ 27.21 + 27.22 +# Functions 27.23 +function checkReturnCode 27.24 +{ 27.25 + rc=$? 27.26 + if [ $rc != 0 ] 27.27 + then 27.28 + exit $rc 27.29 + fi 27.30 +} 27.31 +function makeDirectory 27.32 +# $1 directory path 27.33 +# $2 permission (optional) 27.34 +{ 27.35 + mkdir -p "$1" 27.36 + checkReturnCode 27.37 + if [ "$2" != "" ] 27.38 + then 27.39 + chmod $2 "$1" 27.40 + checkReturnCode 27.41 + fi 27.42 +} 27.43 +function copyFileToTmpDir 27.44 +# $1 from-file path 27.45 +# $2 to-file path 27.46 +# $3 permission 27.47 +{ 27.48 + cp "$1" "$2" 27.49 + checkReturnCode 27.50 + if [ "$3" != "" ] 27.51 + then 27.52 + chmod $3 "$2" 27.53 + checkReturnCode 27.54 + fi 27.55 +} 27.56 + 27.57 +# Setup 27.58 +cd "${TOP}" 27.59 +mkdir -p ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/package 27.60 +rm -rf ${NBTMPDIR} 27.61 +mkdir -p ${NBTMPDIR} 27.62 + 27.63 +# Copy files and create directories and links 27.64 +cd "${TOP}" 27.65 +makeDirectory "${NBTMPDIR}/prlistofarrayspic/lib" 27.66 +copyFileToTmpDir "${OUTPUT_PATH}" "${NBTMPDIR}/${PACKAGE_TOP_DIR}lib/${OUTPUT_BASENAME}" 0644 27.67 + 27.68 + 27.69 +# Generate tar file 27.70 +cd "${TOP}" 27.71 +rm -f ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/package/prlistofarrayspic.tar 27.72 +cd ${NBTMPDIR} 27.73 +tar -vcf ../../../../${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/package/prlistofarrayspic.tar * 27.74 +checkReturnCode 27.75 + 27.76 +# Cleanup 27.77 +cd "${TOP}" 27.78 +rm -rf ${NBTMPDIR}
28.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 28.2 +++ b/nb__prlistofarrays_pic/nbproject/configurations.xml Fri Feb 14 07:48:08 2014 -0800 28.3 @@ -0,0 +1,68 @@ 28.4 +<?xml version="1.0" encoding="UTF-8"?> 28.5 +<configurationDescriptor version="79"> 28.6 + <logicalFolder name="root" displayName="root" projectFiles="true" kind="ROOT"> 28.7 + <logicalFolder name="HeaderFiles" 28.8 + displayName="Header Files" 28.9 + projectFiles="true"> 28.10 + </logicalFolder> 28.11 + <logicalFolder name="ResourceFiles" 28.12 + displayName="Resource Files" 28.13 + projectFiles="true"> 28.14 + </logicalFolder> 28.15 + <logicalFolder name="SourceFiles" 28.16 + displayName="Source Files" 28.17 + projectFiles="true"> 28.18 + <itemPath>../ListOfArrays.c</itemPath> 28.19 + <itemPath>../prlistofarrays.h</itemPath> 28.20 + </logicalFolder> 28.21 + <logicalFolder name="TestFiles" 28.22 + displayName="Test Files" 28.23 + projectFiles="false" 28.24 + kind="TEST_LOGICAL_FOLDER"> 28.25 + </logicalFolder> 28.26 + <logicalFolder name="ExternalFiles" 28.27 + displayName="Important Files" 28.28 + projectFiles="false" 28.29 + kind="IMPORTANT_FILES_FOLDER"> 28.30 + <itemPath>Makefile</itemPath> 28.31 + </logicalFolder> 28.32 + </logicalFolder> 28.33 + <projectmakefile>Makefile</projectmakefile> 28.34 + <confs> 28.35 + <conf name="Debug" type="3"> 28.36 + <toolsSet> 28.37 + <remote-sources-mode>LOCAL_SOURCES</remote-sources-mode> 28.38 + <compilerSet>default</compilerSet> 28.39 + </toolsSet> 28.40 + <compileType> 28.41 + <cTool> 28.42 + <commandLine>-fPIC</commandLine> 28.43 + </cTool> 28.44 + <archiverTool> 28.45 + </archiverTool> 28.46 + </compileType> 28.47 + </conf> 28.48 + <conf name="Release" type="3"> 28.49 + <toolsSet> 28.50 + <remote-sources-mode>LOCAL_SOURCES</remote-sources-mode> 28.51 + <compilerSet>default</compilerSet> 28.52 + </toolsSet> 28.53 + <compileType> 28.54 + <cTool> 28.55 + <developmentMode>5</developmentMode> 28.56 + </cTool> 28.57 + <ccTool> 28.58 + <developmentMode>5</developmentMode> 28.59 + </ccTool> 28.60 + <fortranCompilerTool> 28.61 + <developmentMode>5</developmentMode> 28.62 + </fortranCompilerTool> 28.63 + <asmTool> 28.64 + <developmentMode>5</developmentMode> 28.65 + </asmTool> 28.66 + <archiverTool> 28.67 + </archiverTool> 28.68 + </compileType> 28.69 + </conf> 28.70 + </confs> 28.71 +</configurationDescriptor>
29.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 29.2 +++ b/nb__prlistofarrays_pic/nbproject/private/Makefile-variables.mk Fri Feb 14 07:48:08 2014 -0800 29.3 @@ -0,0 +1,7 @@ 29.4 +# 29.5 +# Generated - do not edit! 29.6 +# 29.7 +# NOCDDL 29.8 +# 29.9 +# Debug configuration 29.10 +# Release configuration
30.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 30.2 +++ b/nb__prlistofarrays_pic/nbproject/private/configurations.xml Fri Feb 14 07:48:08 2014 -0800 30.3 @@ -0,0 +1,78 @@ 30.4 +<?xml version="1.0" encoding="UTF-8"?> 30.5 +<configurationDescriptor version="79"> 30.6 + <projectmakefile>Makefile</projectmakefile> 30.7 + <confs> 30.8 + <conf name="Debug" type="3"> 30.9 + <toolsSet> 30.10 + <developmentServer>localhost</developmentServer> 30.11 + <platform>2</platform> 30.12 + </toolsSet> 30.13 + <dbx_gdbdebugger version="1"> 30.14 + <gdb_pathmaps> 30.15 + </gdb_pathmaps> 30.16 + <gdb_interceptlist> 30.17 + <gdbinterceptoptions gdb_all="false" gdb_unhandled="true" gdb_unexpected="true"/> 30.18 + </gdb_interceptlist> 30.19 + <gdb_options> 30.20 + <DebugOptions> 30.21 + </DebugOptions> 30.22 + </gdb_options> 30.23 + <gdb_buildfirst gdb_buildfirst_overriden="false" gdb_buildfirst_old="false"/> 30.24 + </dbx_gdbdebugger> 30.25 + <gizmo_options version="3"> 30.26 + <configurationname>GizmoSimple</configurationname> 30.27 + </gizmo_options> 30.28 + <nativedebugger version="1"> 30.29 + <engine>gdb</engine> 30.30 + </nativedebugger> 30.31 + <runprofile version="9"> 30.32 + <runcommandpicklist> 30.33 + <runcommandpicklistitem>"${OUTPUT_PATH}"</runcommandpicklistitem> 30.34 + </runcommandpicklist> 30.35 + <runcommand>"${OUTPUT_PATH}"</runcommand> 30.36 + <rundir></rundir> 30.37 + <buildfirst>true</buildfirst> 30.38 + <terminal-type>0</terminal-type> 30.39 + <remove-instrumentation>0</remove-instrumentation> 30.40 + <environment> 30.41 + </environment> 30.42 + </runprofile> 30.43 + </conf> 30.44 + <conf name="Release" type="3"> 30.45 + <toolsSet> 30.46 + <developmentServer>localhost</developmentServer> 30.47 + <platform>2</platform> 30.48 + </toolsSet> 30.49 + <dbx_gdbdebugger version="1"> 30.50 + <gdb_pathmaps> 30.51 + </gdb_pathmaps> 30.52 + <gdb_interceptlist> 30.53 + <gdbinterceptoptions gdb_all="false" gdb_unhandled="true" gdb_unexpected="true"/> 30.54 + </gdb_interceptlist> 30.55 + <gdb_options> 30.56 + <DebugOptions> 30.57 + </DebugOptions> 30.58 + </gdb_options> 30.59 + <gdb_buildfirst gdb_buildfirst_overriden="false" gdb_buildfirst_old="false"/> 30.60 + </dbx_gdbdebugger> 30.61 + <gizmo_options version="3"> 30.62 + <configurationname>GizmoSimple</configurationname> 30.63 + </gizmo_options> 30.64 + <nativedebugger version="1"> 30.65 + <engine>gdb</engine> 30.66 + </nativedebugger> 30.67 + <runprofile version="9"> 30.68 + <runcommandpicklist> 30.69 + <runcommandpicklistitem>"${OUTPUT_PATH}"</runcommandpicklistitem> 30.70 + </runcommandpicklist> 30.71 + <runcommand>"${OUTPUT_PATH}"</runcommand> 30.72 + <rundir></rundir> 30.73 + <buildfirst>true</buildfirst> 30.74 + <terminal-type>0</terminal-type> 30.75 + <remove-instrumentation>0</remove-instrumentation> 30.76 + <environment> 30.77 + </environment> 30.78 + </runprofile> 30.79 + </conf> 30.80 + </confs> 30.81 +</configurationDescriptor>
31.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 31.2 +++ b/nb__prlistofarrays_pic/nbproject/private/private.xml Fri Feb 14 07:48:08 2014 -0800 31.3 @@ -0,0 +1,7 @@ 31.4 +<?xml version="1.0" encoding="UTF-8"?> 31.5 +<project-private xmlns="http://www.netbeans.org/ns/project-private/1"> 31.6 + <data xmlns="http://www.netbeans.org/ns/make-project-private/1"> 31.7 + <activeConfTypeElem>3</activeConfTypeElem> 31.8 + <activeConfIndexElem>0</activeConfIndexElem> 31.9 + </data> 31.10 +</project-private>
32.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 32.2 +++ b/nb__prlistofarrays_pic/nbproject/project.xml Fri Feb 14 07:48:08 2014 -0800 32.3 @@ -0,0 +1,25 @@ 32.4 +<?xml version="1.0" encoding="UTF-8"?> 32.5 +<project xmlns="http://www.netbeans.org/ns/project/1"> 32.6 + <type>org.netbeans.modules.cnd.makeproject</type> 32.7 + <configuration> 32.8 + <data xmlns="http://www.netbeans.org/ns/make-project/1"> 32.9 + <name>prlistofarrays_pic</name> 32.10 + <c-extensions>c</c-extensions> 32.11 + <cpp-extensions/> 32.12 + <header-extensions>h</header-extensions> 32.13 + <sourceEncoding>UTF-8</sourceEncoding> 32.14 + <make-dep-projects/> 32.15 + <sourceRootList/> 32.16 + <confList> 32.17 + <confElem> 32.18 + <name>Debug</name> 32.19 + <type>3</type> 32.20 + </confElem> 32.21 + <confElem> 32.22 + <name>Release</name> 32.23 + <type>3</type> 32.24 + </confElem> 32.25 + </confList> 32.26 + </data> 32.27 + </configuration> 32.28 +</project>
