Mercurial > cgi-bin > hgwebdir.cgi > VMS > C_Libraries > Histogram
changeset 36:6bdcb337576b PR_univ 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__prhistogram/.dep.inc Fri Feb 14 07:47:13 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__prhistogram/Makefile Fri Feb 14 07:47:13 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__prhistogram/build/Debug/GNU-Linux-x86/_ext/1472/DblHist.o has changed
4.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 4.2 +++ b/nb__prhistogram/build/Debug/GNU-Linux-x86/_ext/1472/DblHist.o.d Fri Feb 14 07:47:13 2014 -0800 4.3 @@ -0,0 +1,1 @@ 4.4 +build/Debug/GNU-Linux-x86/_ext/1472/DblHist.o: ../DblHist.c
5.1 Binary file nb__prhistogram/build/Debug/GNU-Linux-x86/_ext/1472/FloatHist.o has changed
6.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 6.2 +++ b/nb__prhistogram/build/Debug/GNU-Linux-x86/_ext/1472/FloatHist.o.d Fri Feb 14 07:47:13 2014 -0800 6.3 @@ -0,0 +1,1 @@ 6.4 +build/Debug/GNU-Linux-x86/_ext/1472/FloatHist.o: ../FloatHist.c
7.1 Binary file nb__prhistogram/build/Debug/GNU-Linux-x86/_ext/1472/Histogram.o has changed
8.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 8.2 +++ b/nb__prhistogram/build/Debug/GNU-Linux-x86/_ext/1472/Histogram.o.d Fri Feb 14 07:47:13 2014 -0800 8.3 @@ -0,0 +1,1 @@ 8.4 +build/Debug/GNU-Linux-x86/_ext/1472/Histogram.o: ../Histogram.c
9.1 Binary file nb__prhistogram/dist/Debug/GNU-Linux-x86/libprhistogram.a has changed
10.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 10.2 +++ b/nb__prhistogram/nbproject/Makefile-Debug.mk Fri Feb 14 07:47:13 2014 -0800 10.3 @@ -0,0 +1,97 @@ 10.4 +# 10.5 +# Generated Makefile - do not edit! 10.6 +# 10.7 +# Edit the Makefile in the project folder instead (../Makefile). Each target 10.8 +# has a -pre and a -post target defined where you can add customized code. 10.9 +# 10.10 +# This makefile implements configuration specific macros and targets. 10.11 + 10.12 + 10.13 +# Environment 10.14 +MKDIR=mkdir 10.15 +CP=cp 10.16 +GREP=grep 10.17 +NM=nm 10.18 +CCADMIN=CCadmin 10.19 +RANLIB=ranlib 10.20 +CC=gcc 10.21 +CCC=gcc-4.6 10.22 +CXX=gcc-4.6 10.23 +FC=gfortran 10.24 +AS=as 10.25 + 10.26 +# Macros 10.27 +CND_PLATFORM=GNU-Linux-x86 10.28 +CND_CONF=Debug 10.29 +CND_DISTDIR=dist 10.30 +CND_BUILDDIR=build 10.31 + 10.32 +# Include project Makefile 10.33 +include Makefile 10.34 + 10.35 +# Object Directory 10.36 +OBJECTDIR=${CND_BUILDDIR}/${CND_CONF}/${CND_PLATFORM} 10.37 + 10.38 +# Object Files 10.39 +OBJECTFILES= \ 10.40 + ${OBJECTDIR}/_ext/1472/Histogram.o \ 10.41 + ${OBJECTDIR}/_ext/1472/FloatHist.o \ 10.42 + ${OBJECTDIR}/_ext/1472/DblHist.o 10.43 + 10.44 + 10.45 +# C Compiler Flags 10.46 +CFLAGS=-fPIC 10.47 + 10.48 +# CC Compiler Flags 10.49 +CCFLAGS= 10.50 +CXXFLAGS= 10.51 + 10.52 +# Fortran Compiler Flags 10.53 +FFLAGS= 10.54 + 10.55 +# Assembler Flags 10.56 +ASFLAGS= 10.57 + 10.58 +# Link Libraries and Options 10.59 +LDLIBSOPTIONS= 10.60 + 10.61 +# Build Targets 10.62 +.build-conf: ${BUILD_SUBPROJECTS} 10.63 + "${MAKE}" -f nbproject/Makefile-${CND_CONF}.mk ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/libprhistogram.a 10.64 + 10.65 +${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/libprhistogram.a: ${OBJECTFILES} 10.66 + ${MKDIR} -p ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM} 10.67 + ${RM} ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/libprhistogram.a 10.68 + ${AR} -rv ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/libprhistogram.a ${OBJECTFILES} 10.69 + $(RANLIB) ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/libprhistogram.a 10.70 + 10.71 +${OBJECTDIR}/_ext/1472/Histogram.o: ../Histogram.c 10.72 + ${MKDIR} -p ${OBJECTDIR}/_ext/1472 10.73 + ${RM} $@.d 10.74 + $(COMPILE.c) -g -MMD -MP -MF $@.d -o ${OBJECTDIR}/_ext/1472/Histogram.o ../Histogram.c 10.75 + 10.76 +${OBJECTDIR}/_ext/1472/FloatHist.o: ../FloatHist.c 10.77 + ${MKDIR} -p ${OBJECTDIR}/_ext/1472 10.78 + ${RM} $@.d 10.79 + $(COMPILE.c) -g -MMD -MP -MF $@.d -o ${OBJECTDIR}/_ext/1472/FloatHist.o ../FloatHist.c 10.80 + 10.81 +${OBJECTDIR}/_ext/1472/DblHist.o: ../DblHist.c 10.82 + ${MKDIR} -p ${OBJECTDIR}/_ext/1472 10.83 + ${RM} $@.d 10.84 + $(COMPILE.c) -g -MMD -MP -MF $@.d -o ${OBJECTDIR}/_ext/1472/DblHist.o ../DblHist.c 10.85 + 10.86 +# Subprojects 10.87 +.build-subprojects: 10.88 + 10.89 +# Clean Targets 10.90 +.clean-conf: ${CLEAN_SUBPROJECTS} 10.91 + ${RM} -r ${CND_BUILDDIR}/${CND_CONF} 10.92 + ${RM} ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/libprhistogram.a 10.93 + 10.94 +# Subprojects 10.95 +.clean-subprojects: 10.96 + 10.97 +# Enable dependency checking 10.98 +.dep.inc: .depcheck-impl 10.99 + 10.100 +include .dep.inc
11.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 11.2 +++ b/nb__prhistogram/nbproject/Makefile-Release.mk Fri Feb 14 07:47:13 2014 -0800 11.3 @@ -0,0 +1,97 @@ 11.4 +# 11.5 +# Generated Makefile - do not edit! 11.6 +# 11.7 +# Edit the Makefile in the project folder instead (../Makefile). Each target 11.8 +# has a -pre and a -post target defined where you can add customized code. 11.9 +# 11.10 +# This makefile implements configuration specific macros and targets. 11.11 + 11.12 + 11.13 +# Environment 11.14 +MKDIR=mkdir 11.15 +CP=cp 11.16 +GREP=grep 11.17 +NM=nm 11.18 +CCADMIN=CCadmin 11.19 +RANLIB=ranlib 11.20 +CC=gcc 11.21 +CCC=gcc-4.6 11.22 +CXX=gcc-4.6 11.23 +FC=gfortran 11.24 +AS=as 11.25 + 11.26 +# Macros 11.27 +CND_PLATFORM=GNU-Linux-x86 11.28 +CND_CONF=Release 11.29 +CND_DISTDIR=dist 11.30 +CND_BUILDDIR=build 11.31 + 11.32 +# Include project Makefile 11.33 +include Makefile 11.34 + 11.35 +# Object Directory 11.36 +OBJECTDIR=${CND_BUILDDIR}/${CND_CONF}/${CND_PLATFORM} 11.37 + 11.38 +# Object Files 11.39 +OBJECTFILES= \ 11.40 + ${OBJECTDIR}/_ext/1472/Histogram.o \ 11.41 + ${OBJECTDIR}/_ext/1472/FloatHist.o \ 11.42 + ${OBJECTDIR}/_ext/1472/DblHist.o 11.43 + 11.44 + 11.45 +# C Compiler Flags 11.46 +CFLAGS= 11.47 + 11.48 +# CC Compiler Flags 11.49 +CCFLAGS= 11.50 +CXXFLAGS= 11.51 + 11.52 +# Fortran Compiler Flags 11.53 +FFLAGS= 11.54 + 11.55 +# Assembler Flags 11.56 +ASFLAGS= 11.57 + 11.58 +# Link Libraries and Options 11.59 +LDLIBSOPTIONS= 11.60 + 11.61 +# Build Targets 11.62 +.build-conf: ${BUILD_SUBPROJECTS} 11.63 + "${MAKE}" -f nbproject/Makefile-${CND_CONF}.mk ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/libprhistogram.a 11.64 + 11.65 +${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/libprhistogram.a: ${OBJECTFILES} 11.66 + ${MKDIR} -p ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM} 11.67 + ${RM} ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/libprhistogram.a 11.68 + ${AR} -rv ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/libprhistogram.a ${OBJECTFILES} 11.69 + $(RANLIB) ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/libprhistogram.a 11.70 + 11.71 +${OBJECTDIR}/_ext/1472/Histogram.o: ../Histogram.c 11.72 + ${MKDIR} -p ${OBJECTDIR}/_ext/1472 11.73 + ${RM} $@.d 11.74 + $(COMPILE.c) -O2 -MMD -MP -MF $@.d -o ${OBJECTDIR}/_ext/1472/Histogram.o ../Histogram.c 11.75 + 11.76 +${OBJECTDIR}/_ext/1472/FloatHist.o: ../FloatHist.c 11.77 + ${MKDIR} -p ${OBJECTDIR}/_ext/1472 11.78 + ${RM} $@.d 11.79 + $(COMPILE.c) -O2 -MMD -MP -MF $@.d -o ${OBJECTDIR}/_ext/1472/FloatHist.o ../FloatHist.c 11.80 + 11.81 +${OBJECTDIR}/_ext/1472/DblHist.o: ../DblHist.c 11.82 + ${MKDIR} -p ${OBJECTDIR}/_ext/1472 11.83 + ${RM} $@.d 11.84 + $(COMPILE.c) -O2 -MMD -MP -MF $@.d -o ${OBJECTDIR}/_ext/1472/DblHist.o ../DblHist.c 11.85 + 11.86 +# Subprojects 11.87 +.build-subprojects: 11.88 + 11.89 +# Clean Targets 11.90 +.clean-conf: ${CLEAN_SUBPROJECTS} 11.91 + ${RM} -r ${CND_BUILDDIR}/${CND_CONF} 11.92 + ${RM} ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/libprhistogram.a 11.93 + 11.94 +# Subprojects 11.95 +.clean-subprojects: 11.96 + 11.97 +# Enable dependency checking 11.98 +.dep.inc: .depcheck-impl 11.99 + 11.100 +include .dep.inc
12.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 12.2 +++ b/nb__prhistogram/nbproject/Makefile-impl.mk Fri Feb 14 07:47:13 2014 -0800 12.3 @@ -0,0 +1,133 @@ 12.4 +# 12.5 +# Generated Makefile - do not edit! 12.6 +# 12.7 +# Edit the Makefile in the project folder instead (../Makefile). Each target 12.8 +# has a pre- and a post- target defined where you can add customization code. 12.9 +# 12.10 +# This makefile implements macros and targets common to all configurations. 12.11 +# 12.12 +# NOCDDL 12.13 + 12.14 + 12.15 +# Building and Cleaning subprojects are done by default, but can be controlled with the SUB 12.16 +# macro. If SUB=no, subprojects will not be built or cleaned. The following macro 12.17 +# statements set BUILD_SUB-CONF and CLEAN_SUB-CONF to .build-reqprojects-conf 12.18 +# and .clean-reqprojects-conf unless SUB has the value 'no' 12.19 +SUB_no=NO 12.20 +SUBPROJECTS=${SUB_${SUB}} 12.21 +BUILD_SUBPROJECTS_=.build-subprojects 12.22 +BUILD_SUBPROJECTS_NO= 12.23 +BUILD_SUBPROJECTS=${BUILD_SUBPROJECTS_${SUBPROJECTS}} 12.24 +CLEAN_SUBPROJECTS_=.clean-subprojects 12.25 +CLEAN_SUBPROJECTS_NO= 12.26 +CLEAN_SUBPROJECTS=${CLEAN_SUBPROJECTS_${SUBPROJECTS}} 12.27 + 12.28 + 12.29 +# Project Name 12.30 +PROJECTNAME=prhistogram 12.31 + 12.32 +# Active Configuration 12.33 +DEFAULTCONF=Debug 12.34 +CONF=${DEFAULTCONF} 12.35 + 12.36 +# All Configurations 12.37 +ALLCONFS=Debug Release 12.38 + 12.39 + 12.40 +# build 12.41 +.build-impl: .build-pre .validate-impl .depcheck-impl 12.42 + @#echo "=> Running $@... Configuration=$(CONF)" 12.43 + "${MAKE}" -f nbproject/Makefile-${CONF}.mk QMAKE=${QMAKE} SUBPROJECTS=${SUBPROJECTS} .build-conf 12.44 + 12.45 + 12.46 +# clean 12.47 +.clean-impl: .clean-pre .validate-impl .depcheck-impl 12.48 + @#echo "=> Running $@... Configuration=$(CONF)" 12.49 + "${MAKE}" -f nbproject/Makefile-${CONF}.mk QMAKE=${QMAKE} SUBPROJECTS=${SUBPROJECTS} .clean-conf 12.50 + 12.51 + 12.52 +# clobber 12.53 +.clobber-impl: .clobber-pre .depcheck-impl 12.54 + @#echo "=> Running $@..." 12.55 + for CONF in ${ALLCONFS}; \ 12.56 + do \ 12.57 + "${MAKE}" -f nbproject/Makefile-$${CONF}.mk QMAKE=${QMAKE} SUBPROJECTS=${SUBPROJECTS} .clean-conf; \ 12.58 + done 12.59 + 12.60 +# all 12.61 +.all-impl: .all-pre .depcheck-impl 12.62 + @#echo "=> Running $@..." 12.63 + for CONF in ${ALLCONFS}; \ 12.64 + do \ 12.65 + "${MAKE}" -f nbproject/Makefile-$${CONF}.mk QMAKE=${QMAKE} SUBPROJECTS=${SUBPROJECTS} .build-conf; \ 12.66 + done 12.67 + 12.68 +# build tests 12.69 +.build-tests-impl: .build-impl .build-tests-pre 12.70 + @#echo "=> Running $@... Configuration=$(CONF)" 12.71 + "${MAKE}" -f nbproject/Makefile-${CONF}.mk SUBPROJECTS=${SUBPROJECTS} .build-tests-conf 12.72 + 12.73 +# run tests 12.74 +.test-impl: .build-tests-impl .test-pre 12.75 + @#echo "=> Running $@... Configuration=$(CONF)" 12.76 + "${MAKE}" -f nbproject/Makefile-${CONF}.mk SUBPROJECTS=${SUBPROJECTS} .test-conf 12.77 + 12.78 +# dependency checking support 12.79 +.depcheck-impl: 12.80 + @echo "# This code depends on make tool being used" >.dep.inc 12.81 + @if [ -n "${MAKE_VERSION}" ]; then \ 12.82 + echo "DEPFILES=\$$(wildcard \$$(addsuffix .d, \$${OBJECTFILES}))" >>.dep.inc; \ 12.83 + echo "ifneq (\$${DEPFILES},)" >>.dep.inc; \ 12.84 + echo "include \$${DEPFILES}" >>.dep.inc; \ 12.85 + echo "endif" >>.dep.inc; \ 12.86 + else \ 12.87 + echo ".KEEP_STATE:" >>.dep.inc; \ 12.88 + echo ".KEEP_STATE_FILE:.make.state.\$${CONF}" >>.dep.inc; \ 12.89 + fi 12.90 + 12.91 +# configuration validation 12.92 +.validate-impl: 12.93 + @if [ ! -f nbproject/Makefile-${CONF}.mk ]; \ 12.94 + then \ 12.95 + echo ""; \ 12.96 + echo "Error: can not find the makefile for configuration '${CONF}' in project ${PROJECTNAME}"; \ 12.97 + echo "See 'make help' for details."; \ 12.98 + echo "Current directory: " `pwd`; \ 12.99 + echo ""; \ 12.100 + fi 12.101 + @if [ ! -f nbproject/Makefile-${CONF}.mk ]; \ 12.102 + then \ 12.103 + exit 1; \ 12.104 + fi 12.105 + 12.106 + 12.107 +# help 12.108 +.help-impl: .help-pre 12.109 + @echo "This makefile supports the following configurations:" 12.110 + @echo " ${ALLCONFS}" 12.111 + @echo "" 12.112 + @echo "and the following targets:" 12.113 + @echo " build (default target)" 12.114 + @echo " clean" 12.115 + @echo " clobber" 12.116 + @echo " all" 12.117 + @echo " help" 12.118 + @echo "" 12.119 + @echo "Makefile Usage:" 12.120 + @echo " make [CONF=<CONFIGURATION>] [SUB=no] build" 12.121 + @echo " make [CONF=<CONFIGURATION>] [SUB=no] clean" 12.122 + @echo " make [SUB=no] clobber" 12.123 + @echo " make [SUB=no] all" 12.124 + @echo " make help" 12.125 + @echo "" 12.126 + @echo "Target 'build' will build a specific configuration and, unless 'SUB=no'," 12.127 + @echo " also build subprojects." 12.128 + @echo "Target 'clean' will clean a specific configuration and, unless 'SUB=no'," 12.129 + @echo " also clean subprojects." 12.130 + @echo "Target 'clobber' will remove all built files from all configurations and," 12.131 + @echo " unless 'SUB=no', also from subprojects." 12.132 + @echo "Target 'all' will will build all configurations and, unless 'SUB=no'," 12.133 + @echo " also build subprojects." 12.134 + @echo "Target 'help' prints this message." 12.135 + @echo "" 12.136 +
13.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 13.2 +++ b/nb__prhistogram/nbproject/Makefile-variables.mk Fri Feb 14 07:47:13 2014 -0800 13.3 @@ -0,0 +1,35 @@ 13.4 +# 13.5 +# Generated - do not edit! 13.6 +# 13.7 +# NOCDDL 13.8 +# 13.9 +CND_BASEDIR=`pwd` 13.10 +CND_BUILDDIR=build 13.11 +CND_DISTDIR=dist 13.12 +# Debug configuration 13.13 +CND_PLATFORM_Debug=GNU-Linux-x86 13.14 +CND_ARTIFACT_DIR_Debug=dist/Debug/GNU-Linux-x86 13.15 +CND_ARTIFACT_NAME_Debug=libprhistogram.a 13.16 +CND_ARTIFACT_PATH_Debug=dist/Debug/GNU-Linux-x86/libprhistogram.a 13.17 +CND_PACKAGE_DIR_Debug=dist/Debug/GNU-Linux-x86/package 13.18 +CND_PACKAGE_NAME_Debug=prhistogram.tar 13.19 +CND_PACKAGE_PATH_Debug=dist/Debug/GNU-Linux-x86/package/prhistogram.tar 13.20 +# Release configuration 13.21 +CND_PLATFORM_Release=GNU-Linux-x86 13.22 +CND_ARTIFACT_DIR_Release=dist/Release/GNU-Linux-x86 13.23 +CND_ARTIFACT_NAME_Release=libprhistogram.a 13.24 +CND_ARTIFACT_PATH_Release=dist/Release/GNU-Linux-x86/libprhistogram.a 13.25 +CND_PACKAGE_DIR_Release=dist/Release/GNU-Linux-x86/package 13.26 +CND_PACKAGE_NAME_Release=prhistogram.tar 13.27 +CND_PACKAGE_PATH_Release=dist/Release/GNU-Linux-x86/package/prhistogram.tar 13.28 +# 13.29 +# include compiler specific variables 13.30 +# 13.31 +# dmake command 13.32 +ROOT:sh = test -f nbproject/private/Makefile-variables.mk || \ 13.33 + (mkdir -p nbproject/private && touch nbproject/private/Makefile-variables.mk) 13.34 +# 13.35 +# gmake command 13.36 +.PHONY: $(shell test -f nbproject/private/Makefile-variables.mk || (mkdir -p nbproject/private && touch nbproject/private/Makefile-variables.mk)) 13.37 +# 13.38 +include nbproject/private/Makefile-variables.mk
14.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 14.2 +++ b/nb__prhistogram/nbproject/Package-Debug.bash Fri Feb 14 07:47:13 2014 -0800 14.3 @@ -0,0 +1,75 @@ 14.4 +#!/bin/bash -x 14.5 + 14.6 +# 14.7 +# Generated - do not edit! 14.8 +# 14.9 + 14.10 +# Macros 14.11 +TOP=`pwd` 14.12 +CND_PLATFORM=GNU-Linux-x86 14.13 +CND_CONF=Debug 14.14 +CND_DISTDIR=dist 14.15 +CND_BUILDDIR=build 14.16 +NBTMPDIR=${CND_BUILDDIR}/${CND_CONF}/${CND_PLATFORM}/tmp-packaging 14.17 +TMPDIRNAME=tmp-packaging 14.18 +OUTPUT_PATH=${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/libprhistogram.a 14.19 +OUTPUT_BASENAME=libprhistogram.a 14.20 +PACKAGE_TOP_DIR=prhistogram/ 14.21 + 14.22 +# Functions 14.23 +function checkReturnCode 14.24 +{ 14.25 + rc=$? 14.26 + if [ $rc != 0 ] 14.27 + then 14.28 + exit $rc 14.29 + fi 14.30 +} 14.31 +function makeDirectory 14.32 +# $1 directory path 14.33 +# $2 permission (optional) 14.34 +{ 14.35 + mkdir -p "$1" 14.36 + checkReturnCode 14.37 + if [ "$2" != "" ] 14.38 + then 14.39 + chmod $2 "$1" 14.40 + checkReturnCode 14.41 + fi 14.42 +} 14.43 +function copyFileToTmpDir 14.44 +# $1 from-file path 14.45 +# $2 to-file path 14.46 +# $3 permission 14.47 +{ 14.48 + cp "$1" "$2" 14.49 + checkReturnCode 14.50 + if [ "$3" != "" ] 14.51 + then 14.52 + chmod $3 "$2" 14.53 + checkReturnCode 14.54 + fi 14.55 +} 14.56 + 14.57 +# Setup 14.58 +cd "${TOP}" 14.59 +mkdir -p ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/package 14.60 +rm -rf ${NBTMPDIR} 14.61 +mkdir -p ${NBTMPDIR} 14.62 + 14.63 +# Copy files and create directories and links 14.64 +cd "${TOP}" 14.65 +makeDirectory "${NBTMPDIR}/prhistogram/lib" 14.66 +copyFileToTmpDir "${OUTPUT_PATH}" "${NBTMPDIR}/${PACKAGE_TOP_DIR}lib/${OUTPUT_BASENAME}" 0644 14.67 + 14.68 + 14.69 +# Generate tar file 14.70 +cd "${TOP}" 14.71 +rm -f ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/package/prhistogram.tar 14.72 +cd ${NBTMPDIR} 14.73 +tar -vcf ../../../../${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/package/prhistogram.tar * 14.74 +checkReturnCode 14.75 + 14.76 +# Cleanup 14.77 +cd "${TOP}" 14.78 +rm -rf ${NBTMPDIR}
15.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 15.2 +++ b/nb__prhistogram/nbproject/Package-Release.bash Fri Feb 14 07:47:13 2014 -0800 15.3 @@ -0,0 +1,75 @@ 15.4 +#!/bin/bash -x 15.5 + 15.6 +# 15.7 +# Generated - do not edit! 15.8 +# 15.9 + 15.10 +# Macros 15.11 +TOP=`pwd` 15.12 +CND_PLATFORM=GNU-Linux-x86 15.13 +CND_CONF=Release 15.14 +CND_DISTDIR=dist 15.15 +CND_BUILDDIR=build 15.16 +NBTMPDIR=${CND_BUILDDIR}/${CND_CONF}/${CND_PLATFORM}/tmp-packaging 15.17 +TMPDIRNAME=tmp-packaging 15.18 +OUTPUT_PATH=${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/libprhistogram.a 15.19 +OUTPUT_BASENAME=libprhistogram.a 15.20 +PACKAGE_TOP_DIR=prhistogram/ 15.21 + 15.22 +# Functions 15.23 +function checkReturnCode 15.24 +{ 15.25 + rc=$? 15.26 + if [ $rc != 0 ] 15.27 + then 15.28 + exit $rc 15.29 + fi 15.30 +} 15.31 +function makeDirectory 15.32 +# $1 directory path 15.33 +# $2 permission (optional) 15.34 +{ 15.35 + mkdir -p "$1" 15.36 + checkReturnCode 15.37 + if [ "$2" != "" ] 15.38 + then 15.39 + chmod $2 "$1" 15.40 + checkReturnCode 15.41 + fi 15.42 +} 15.43 +function copyFileToTmpDir 15.44 +# $1 from-file path 15.45 +# $2 to-file path 15.46 +# $3 permission 15.47 +{ 15.48 + cp "$1" "$2" 15.49 + checkReturnCode 15.50 + if [ "$3" != "" ] 15.51 + then 15.52 + chmod $3 "$2" 15.53 + checkReturnCode 15.54 + fi 15.55 +} 15.56 + 15.57 +# Setup 15.58 +cd "${TOP}" 15.59 +mkdir -p ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/package 15.60 +rm -rf ${NBTMPDIR} 15.61 +mkdir -p ${NBTMPDIR} 15.62 + 15.63 +# Copy files and create directories and links 15.64 +cd "${TOP}" 15.65 +makeDirectory "${NBTMPDIR}/prhistogram/lib" 15.66 +copyFileToTmpDir "${OUTPUT_PATH}" "${NBTMPDIR}/${PACKAGE_TOP_DIR}lib/${OUTPUT_BASENAME}" 0644 15.67 + 15.68 + 15.69 +# Generate tar file 15.70 +cd "${TOP}" 15.71 +rm -f ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/package/prhistogram.tar 15.72 +cd ${NBTMPDIR} 15.73 +tar -vcf ../../../../${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/package/prhistogram.tar * 15.74 +checkReturnCode 15.75 + 15.76 +# Cleanup 15.77 +cd "${TOP}" 15.78 +rm -rf ${NBTMPDIR}
16.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 16.2 +++ b/nb__prhistogram/nbproject/configurations.xml Fri Feb 14 07:47:13 2014 -0800 16.3 @@ -0,0 +1,70 @@ 16.4 +<?xml version="1.0" encoding="UTF-8"?> 16.5 +<configurationDescriptor version="79"> 16.6 + <logicalFolder name="root" displayName="root" projectFiles="true" kind="ROOT"> 16.7 + <logicalFolder name="HeaderFiles" 16.8 + displayName="Header Files" 16.9 + projectFiles="true"> 16.10 + </logicalFolder> 16.11 + <logicalFolder name="ResourceFiles" 16.12 + displayName="Resource Files" 16.13 + projectFiles="true"> 16.14 + </logicalFolder> 16.15 + <logicalFolder name="SourceFiles" 16.16 + displayName="Source Files" 16.17 + projectFiles="true"> 16.18 + <itemPath>../DblHist.c</itemPath> 16.19 + <itemPath>../FloatHist.c</itemPath> 16.20 + <itemPath>../Histogram.c</itemPath> 16.21 + <itemPath>../prhistogram.h</itemPath> 16.22 + </logicalFolder> 16.23 + <logicalFolder name="TestFiles" 16.24 + displayName="Test Files" 16.25 + projectFiles="false" 16.26 + kind="TEST_LOGICAL_FOLDER"> 16.27 + </logicalFolder> 16.28 + <logicalFolder name="ExternalFiles" 16.29 + displayName="Important Files" 16.30 + projectFiles="false" 16.31 + kind="IMPORTANT_FILES_FOLDER"> 16.32 + <itemPath>Makefile</itemPath> 16.33 + </logicalFolder> 16.34 + </logicalFolder> 16.35 + <projectmakefile>Makefile</projectmakefile> 16.36 + <confs> 16.37 + <conf name="Debug" type="3"> 16.38 + <toolsSet> 16.39 + <remote-sources-mode>LOCAL_SOURCES</remote-sources-mode> 16.40 + <compilerSet>default</compilerSet> 16.41 + </toolsSet> 16.42 + <compileType> 16.43 + <cTool> 16.44 + <commandLine>-fPIC</commandLine> 16.45 + </cTool> 16.46 + <archiverTool> 16.47 + </archiverTool> 16.48 + </compileType> 16.49 + </conf> 16.50 + <conf name="Release" type="3"> 16.51 + <toolsSet> 16.52 + <remote-sources-mode>LOCAL_SOURCES</remote-sources-mode> 16.53 + <compilerSet>default</compilerSet> 16.54 + </toolsSet> 16.55 + <compileType> 16.56 + <cTool> 16.57 + <developmentMode>5</developmentMode> 16.58 + </cTool> 16.59 + <ccTool> 16.60 + <developmentMode>5</developmentMode> 16.61 + </ccTool> 16.62 + <fortranCompilerTool> 16.63 + <developmentMode>5</developmentMode> 16.64 + </fortranCompilerTool> 16.65 + <asmTool> 16.66 + <developmentMode>5</developmentMode> 16.67 + </asmTool> 16.68 + <archiverTool> 16.69 + </archiverTool> 16.70 + </compileType> 16.71 + </conf> 16.72 + </confs> 16.73 +</configurationDescriptor>
17.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 17.2 +++ b/nb__prhistogram/nbproject/private/Makefile-variables.mk Fri Feb 14 07:47:13 2014 -0800 17.3 @@ -0,0 +1,7 @@ 17.4 +# 17.5 +# Generated - do not edit! 17.6 +# 17.7 +# NOCDDL 17.8 +# 17.9 +# Debug configuration 17.10 +# Release configuration
18.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 18.2 +++ b/nb__prhistogram/nbproject/private/configurations.xml Fri Feb 14 07:47:13 2014 -0800 18.3 @@ -0,0 +1,78 @@ 18.4 +<?xml version="1.0" encoding="UTF-8"?> 18.5 +<configurationDescriptor version="79"> 18.6 + <projectmakefile>Makefile</projectmakefile> 18.7 + <confs> 18.8 + <conf name="Debug" type="3"> 18.9 + <toolsSet> 18.10 + <developmentServer>localhost</developmentServer> 18.11 + <platform>2</platform> 18.12 + </toolsSet> 18.13 + <dbx_gdbdebugger version="1"> 18.14 + <gdb_pathmaps> 18.15 + </gdb_pathmaps> 18.16 + <gdb_interceptlist> 18.17 + <gdbinterceptoptions gdb_all="false" gdb_unhandled="true" gdb_unexpected="true"/> 18.18 + </gdb_interceptlist> 18.19 + <gdb_options> 18.20 + <DebugOptions> 18.21 + </DebugOptions> 18.22 + </gdb_options> 18.23 + <gdb_buildfirst gdb_buildfirst_overriden="false" gdb_buildfirst_old="false"/> 18.24 + </dbx_gdbdebugger> 18.25 + <gizmo_options version="3"> 18.26 + <configurationname>GizmoSimple</configurationname> 18.27 + </gizmo_options> 18.28 + <nativedebugger version="1"> 18.29 + <engine>gdb</engine> 18.30 + </nativedebugger> 18.31 + <runprofile version="9"> 18.32 + <runcommandpicklist> 18.33 + <runcommandpicklistitem>"${OUTPUT_PATH}"</runcommandpicklistitem> 18.34 + </runcommandpicklist> 18.35 + <runcommand>"${OUTPUT_PATH}"</runcommand> 18.36 + <rundir></rundir> 18.37 + <buildfirst>true</buildfirst> 18.38 + <terminal-type>0</terminal-type> 18.39 + <remove-instrumentation>0</remove-instrumentation> 18.40 + <environment> 18.41 + </environment> 18.42 + </runprofile> 18.43 + </conf> 18.44 + <conf name="Release" type="3"> 18.45 + <toolsSet> 18.46 + <developmentServer>localhost</developmentServer> 18.47 + <platform>2</platform> 18.48 + </toolsSet> 18.49 + <dbx_gdbdebugger version="1"> 18.50 + <gdb_pathmaps> 18.51 + </gdb_pathmaps> 18.52 + <gdb_interceptlist> 18.53 + <gdbinterceptoptions gdb_all="false" gdb_unhandled="true" gdb_unexpected="true"/> 18.54 + </gdb_interceptlist> 18.55 + <gdb_options> 18.56 + <DebugOptions> 18.57 + </DebugOptions> 18.58 + </gdb_options> 18.59 + <gdb_buildfirst gdb_buildfirst_overriden="false" gdb_buildfirst_old="false"/> 18.60 + </dbx_gdbdebugger> 18.61 + <gizmo_options version="3"> 18.62 + <configurationname>GizmoSimple</configurationname> 18.63 + </gizmo_options> 18.64 + <nativedebugger version="1"> 18.65 + <engine>gdb</engine> 18.66 + </nativedebugger> 18.67 + <runprofile version="9"> 18.68 + <runcommandpicklist> 18.69 + <runcommandpicklistitem>"${OUTPUT_PATH}"</runcommandpicklistitem> 18.70 + </runcommandpicklist> 18.71 + <runcommand>"${OUTPUT_PATH}"</runcommand> 18.72 + <rundir></rundir> 18.73 + <buildfirst>true</buildfirst> 18.74 + <terminal-type>0</terminal-type> 18.75 + <remove-instrumentation>0</remove-instrumentation> 18.76 + <environment> 18.77 + </environment> 18.78 + </runprofile> 18.79 + </conf> 18.80 + </confs> 18.81 +</configurationDescriptor>
19.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 19.2 +++ b/nb__prhistogram/nbproject/private/private.xml Fri Feb 14 07:47:13 2014 -0800 19.3 @@ -0,0 +1,8 @@ 19.4 +<?xml version="1.0" encoding="UTF-8"?> 19.5 +<project-private xmlns="http://www.netbeans.org/ns/project-private/1"> 19.6 + <data xmlns="http://www.netbeans.org/ns/make-project-private/1"> 19.7 + <activeConfTypeElem>3</activeConfTypeElem> 19.8 + <activeConfIndexElem>0</activeConfIndexElem> 19.9 + </data> 19.10 + <editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/1"/> 19.11 +</project-private>
20.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 20.2 +++ b/nb__prhistogram/nbproject/project.xml Fri Feb 14 07:47:13 2014 -0800 20.3 @@ -0,0 +1,25 @@ 20.4 +<?xml version="1.0" encoding="UTF-8"?> 20.5 +<project xmlns="http://www.netbeans.org/ns/project/1"> 20.6 + <type>org.netbeans.modules.cnd.makeproject</type> 20.7 + <configuration> 20.8 + <data xmlns="http://www.netbeans.org/ns/make-project/1"> 20.9 + <name>prhistogram</name> 20.10 + <c-extensions>c</c-extensions> 20.11 + <cpp-extensions/> 20.12 + <header-extensions>h</header-extensions> 20.13 + <sourceEncoding>UTF-8</sourceEncoding> 20.14 + <make-dep-projects/> 20.15 + <sourceRootList/> 20.16 + <confList> 20.17 + <confElem> 20.18 + <name>Debug</name> 20.19 + <type>3</type> 20.20 + </confElem> 20.21 + <confElem> 20.22 + <name>Release</name> 20.23 + <type>3</type> 20.24 + </confElem> 20.25 + </confList> 20.26 + </data> 20.27 + </configuration> 20.28 +</project>
21.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 21.2 +++ b/nb__prhistogram_pic/.dep.inc Fri Feb 14 07:47:13 2014 -0800 21.3 @@ -0,0 +1,5 @@ 21.4 +# This code depends on make tool being used 21.5 +DEPFILES=$(wildcard $(addsuffix .d, ${OBJECTFILES})) 21.6 +ifneq (${DEPFILES},) 21.7 +include ${DEPFILES} 21.8 +endif
22.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 22.2 +++ b/nb__prhistogram_pic/Makefile Fri Feb 14 07:47:13 2014 -0800 22.3 @@ -0,0 +1,128 @@ 22.4 +# 22.5 +# There exist several targets which are by default empty and which can be 22.6 +# used for execution of your targets. These targets are usually executed 22.7 +# before and after some main targets. They are: 22.8 +# 22.9 +# .build-pre: called before 'build' target 22.10 +# .build-post: called after 'build' target 22.11 +# .clean-pre: called before 'clean' target 22.12 +# .clean-post: called after 'clean' target 22.13 +# .clobber-pre: called before 'clobber' target 22.14 +# .clobber-post: called after 'clobber' target 22.15 +# .all-pre: called before 'all' target 22.16 +# .all-post: called after 'all' target 22.17 +# .help-pre: called before 'help' target 22.18 +# .help-post: called after 'help' target 22.19 +# 22.20 +# Targets beginning with '.' are not intended to be called on their own. 22.21 +# 22.22 +# Main targets can be executed directly, and they are: 22.23 +# 22.24 +# build build a specific configuration 22.25 +# clean remove built files from a configuration 22.26 +# clobber remove all built files 22.27 +# all build all configurations 22.28 +# help print help mesage 22.29 +# 22.30 +# Targets .build-impl, .clean-impl, .clobber-impl, .all-impl, and 22.31 +# .help-impl are implemented in nbproject/makefile-impl.mk. 22.32 +# 22.33 +# Available make variables: 22.34 +# 22.35 +# CND_BASEDIR base directory for relative paths 22.36 +# CND_DISTDIR default top distribution directory (build artifacts) 22.37 +# CND_BUILDDIR default top build directory (object files, ...) 22.38 +# CONF name of current configuration 22.39 +# CND_PLATFORM_${CONF} platform name (current configuration) 22.40 +# CND_ARTIFACT_DIR_${CONF} directory of build artifact (current configuration) 22.41 +# CND_ARTIFACT_NAME_${CONF} name of build artifact (current configuration) 22.42 +# CND_ARTIFACT_PATH_${CONF} path to build artifact (current configuration) 22.43 +# CND_PACKAGE_DIR_${CONF} directory of package (current configuration) 22.44 +# CND_PACKAGE_NAME_${CONF} name of package (current configuration) 22.45 +# CND_PACKAGE_PATH_${CONF} path to package (current configuration) 22.46 +# 22.47 +# NOCDDL 22.48 + 22.49 + 22.50 +# Environment 22.51 +MKDIR=mkdir 22.52 +CP=cp 22.53 +CCADMIN=CCadmin 22.54 + 22.55 + 22.56 +# build 22.57 +build: .build-post 22.58 + 22.59 +.build-pre: 22.60 +# Add your pre 'build' code here... 22.61 + 22.62 +.build-post: .build-impl 22.63 +# Add your post 'build' code here... 22.64 + 22.65 + 22.66 +# clean 22.67 +clean: .clean-post 22.68 + 22.69 +.clean-pre: 22.70 +# Add your pre 'clean' code here... 22.71 + 22.72 +.clean-post: .clean-impl 22.73 +# Add your post 'clean' code here... 22.74 + 22.75 + 22.76 +# clobber 22.77 +clobber: .clobber-post 22.78 + 22.79 +.clobber-pre: 22.80 +# Add your pre 'clobber' code here... 22.81 + 22.82 +.clobber-post: .clobber-impl 22.83 +# Add your post 'clobber' code here... 22.84 + 22.85 + 22.86 +# all 22.87 +all: .all-post 22.88 + 22.89 +.all-pre: 22.90 +# Add your pre 'all' code here... 22.91 + 22.92 +.all-post: .all-impl 22.93 +# Add your post 'all' code here... 22.94 + 22.95 + 22.96 +# build tests 22.97 +build-tests: .build-tests-post 22.98 + 22.99 +.build-tests-pre: 22.100 +# Add your pre 'build-tests' code here... 22.101 + 22.102 +.build-tests-post: .build-tests-impl 22.103 +# Add your post 'build-tests' code here... 22.104 + 22.105 + 22.106 +# run tests 22.107 +test: .test-post 22.108 + 22.109 +.test-pre: 22.110 +# Add your pre 'test' code here... 22.111 + 22.112 +.test-post: .test-impl 22.113 +# Add your post 'test' code here... 22.114 + 22.115 + 22.116 +# help 22.117 +help: .help-post 22.118 + 22.119 +.help-pre: 22.120 +# Add your pre 'help' code here... 22.121 + 22.122 +.help-post: .help-impl 22.123 +# Add your post 'help' code here... 22.124 + 22.125 + 22.126 + 22.127 +# include project implementation makefile 22.128 +include nbproject/Makefile-impl.mk 22.129 + 22.130 +# include project make variables 22.131 +include nbproject/Makefile-variables.mk
23.1 Binary file nb__prhistogram_pic/build/Debug/GNU-Linux-x86/_ext/1472/DblHist.o has changed
24.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 24.2 +++ b/nb__prhistogram_pic/build/Debug/GNU-Linux-x86/_ext/1472/DblHist.o.d Fri Feb 14 07:47:13 2014 -0800 24.3 @@ -0,0 +1,1 @@ 24.4 +build/Debug/GNU-Linux-x86/_ext/1472/DblHist.o: ../DblHist.c
25.1 Binary file nb__prhistogram_pic/build/Debug/GNU-Linux-x86/_ext/1472/FloatHist.o has changed
26.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 26.2 +++ b/nb__prhistogram_pic/build/Debug/GNU-Linux-x86/_ext/1472/FloatHist.o.d Fri Feb 14 07:47:13 2014 -0800 26.3 @@ -0,0 +1,1 @@ 26.4 +build/Debug/GNU-Linux-x86/_ext/1472/FloatHist.o: ../FloatHist.c
27.1 Binary file nb__prhistogram_pic/build/Debug/GNU-Linux-x86/_ext/1472/Histogram.o has changed
28.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 28.2 +++ b/nb__prhistogram_pic/build/Debug/GNU-Linux-x86/_ext/1472/Histogram.o.d Fri Feb 14 07:47:13 2014 -0800 28.3 @@ -0,0 +1,1 @@ 28.4 +build/Debug/GNU-Linux-x86/_ext/1472/Histogram.o: ../Histogram.c
29.1 Binary file nb__prhistogram_pic/dist/Debug/GNU-Linux-x86/libprhistogram_pic.a has changed
30.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 30.2 +++ b/nb__prhistogram_pic/nbproject/Makefile-Debug.mk Fri Feb 14 07:47:13 2014 -0800 30.3 @@ -0,0 +1,97 @@ 30.4 +# 30.5 +# Generated Makefile - do not edit! 30.6 +# 30.7 +# Edit the Makefile in the project folder instead (../Makefile). Each target 30.8 +# has a -pre and a -post target defined where you can add customized code. 30.9 +# 30.10 +# This makefile implements configuration specific macros and targets. 30.11 + 30.12 + 30.13 +# Environment 30.14 +MKDIR=mkdir 30.15 +CP=cp 30.16 +GREP=grep 30.17 +NM=nm 30.18 +CCADMIN=CCadmin 30.19 +RANLIB=ranlib 30.20 +CC=gcc 30.21 +CCC=gcc-4.6 30.22 +CXX=gcc-4.6 30.23 +FC=gfortran 30.24 +AS=as 30.25 + 30.26 +# Macros 30.27 +CND_PLATFORM=GNU-Linux-x86 30.28 +CND_CONF=Debug 30.29 +CND_DISTDIR=dist 30.30 +CND_BUILDDIR=build 30.31 + 30.32 +# Include project Makefile 30.33 +include Makefile 30.34 + 30.35 +# Object Directory 30.36 +OBJECTDIR=${CND_BUILDDIR}/${CND_CONF}/${CND_PLATFORM} 30.37 + 30.38 +# Object Files 30.39 +OBJECTFILES= \ 30.40 + ${OBJECTDIR}/_ext/1472/Histogram.o \ 30.41 + ${OBJECTDIR}/_ext/1472/FloatHist.o \ 30.42 + ${OBJECTDIR}/_ext/1472/DblHist.o 30.43 + 30.44 + 30.45 +# C Compiler Flags 30.46 +CFLAGS=-fPIC 30.47 + 30.48 +# CC Compiler Flags 30.49 +CCFLAGS= 30.50 +CXXFLAGS= 30.51 + 30.52 +# Fortran Compiler Flags 30.53 +FFLAGS= 30.54 + 30.55 +# Assembler Flags 30.56 +ASFLAGS= 30.57 + 30.58 +# Link Libraries and Options 30.59 +LDLIBSOPTIONS= 30.60 + 30.61 +# Build Targets 30.62 +.build-conf: ${BUILD_SUBPROJECTS} 30.63 + "${MAKE}" -f nbproject/Makefile-${CND_CONF}.mk ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/libprhistogram_pic.a 30.64 + 30.65 +${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/libprhistogram_pic.a: ${OBJECTFILES} 30.66 + ${MKDIR} -p ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM} 30.67 + ${RM} ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/libprhistogram_pic.a 30.68 + ${AR} -rv ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/libprhistogram_pic.a ${OBJECTFILES} 30.69 + $(RANLIB) ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/libprhistogram_pic.a 30.70 + 30.71 +${OBJECTDIR}/_ext/1472/Histogram.o: ../Histogram.c 30.72 + ${MKDIR} -p ${OBJECTDIR}/_ext/1472 30.73 + ${RM} $@.d 30.74 + $(COMPILE.c) -g -MMD -MP -MF $@.d -o ${OBJECTDIR}/_ext/1472/Histogram.o ../Histogram.c 30.75 + 30.76 +${OBJECTDIR}/_ext/1472/FloatHist.o: ../FloatHist.c 30.77 + ${MKDIR} -p ${OBJECTDIR}/_ext/1472 30.78 + ${RM} $@.d 30.79 + $(COMPILE.c) -g -MMD -MP -MF $@.d -o ${OBJECTDIR}/_ext/1472/FloatHist.o ../FloatHist.c 30.80 + 30.81 +${OBJECTDIR}/_ext/1472/DblHist.o: ../DblHist.c 30.82 + ${MKDIR} -p ${OBJECTDIR}/_ext/1472 30.83 + ${RM} $@.d 30.84 + $(COMPILE.c) -g -MMD -MP -MF $@.d -o ${OBJECTDIR}/_ext/1472/DblHist.o ../DblHist.c 30.85 + 30.86 +# Subprojects 30.87 +.build-subprojects: 30.88 + 30.89 +# Clean Targets 30.90 +.clean-conf: ${CLEAN_SUBPROJECTS} 30.91 + ${RM} -r ${CND_BUILDDIR}/${CND_CONF} 30.92 + ${RM} ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/libprhistogram_pic.a 30.93 + 30.94 +# Subprojects 30.95 +.clean-subprojects: 30.96 + 30.97 +# Enable dependency checking 30.98 +.dep.inc: .depcheck-impl 30.99 + 30.100 +include .dep.inc
31.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 31.2 +++ b/nb__prhistogram_pic/nbproject/Makefile-Release.mk Fri Feb 14 07:47:13 2014 -0800 31.3 @@ -0,0 +1,97 @@ 31.4 +# 31.5 +# Generated Makefile - do not edit! 31.6 +# 31.7 +# Edit the Makefile in the project folder instead (../Makefile). Each target 31.8 +# has a -pre and a -post target defined where you can add customized code. 31.9 +# 31.10 +# This makefile implements configuration specific macros and targets. 31.11 + 31.12 + 31.13 +# Environment 31.14 +MKDIR=mkdir 31.15 +CP=cp 31.16 +GREP=grep 31.17 +NM=nm 31.18 +CCADMIN=CCadmin 31.19 +RANLIB=ranlib 31.20 +CC=gcc 31.21 +CCC=gcc-4.6 31.22 +CXX=gcc-4.6 31.23 +FC=gfortran 31.24 +AS=as 31.25 + 31.26 +# Macros 31.27 +CND_PLATFORM=GNU-Linux-x86 31.28 +CND_CONF=Release 31.29 +CND_DISTDIR=dist 31.30 +CND_BUILDDIR=build 31.31 + 31.32 +# Include project Makefile 31.33 +include Makefile 31.34 + 31.35 +# Object Directory 31.36 +OBJECTDIR=${CND_BUILDDIR}/${CND_CONF}/${CND_PLATFORM} 31.37 + 31.38 +# Object Files 31.39 +OBJECTFILES= \ 31.40 + ${OBJECTDIR}/_ext/1472/Histogram.o \ 31.41 + ${OBJECTDIR}/_ext/1472/FloatHist.o \ 31.42 + ${OBJECTDIR}/_ext/1472/DblHist.o 31.43 + 31.44 + 31.45 +# C Compiler Flags 31.46 +CFLAGS= 31.47 + 31.48 +# CC Compiler Flags 31.49 +CCFLAGS= 31.50 +CXXFLAGS= 31.51 + 31.52 +# Fortran Compiler Flags 31.53 +FFLAGS= 31.54 + 31.55 +# Assembler Flags 31.56 +ASFLAGS= 31.57 + 31.58 +# Link Libraries and Options 31.59 +LDLIBSOPTIONS= 31.60 + 31.61 +# Build Targets 31.62 +.build-conf: ${BUILD_SUBPROJECTS} 31.63 + "${MAKE}" -f nbproject/Makefile-${CND_CONF}.mk ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/libprhistogram_pic.a 31.64 + 31.65 +${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/libprhistogram_pic.a: ${OBJECTFILES} 31.66 + ${MKDIR} -p ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM} 31.67 + ${RM} ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/libprhistogram_pic.a 31.68 + ${AR} -rv ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/libprhistogram_pic.a ${OBJECTFILES} 31.69 + $(RANLIB) ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/libprhistogram_pic.a 31.70 + 31.71 +${OBJECTDIR}/_ext/1472/Histogram.o: ../Histogram.c 31.72 + ${MKDIR} -p ${OBJECTDIR}/_ext/1472 31.73 + ${RM} $@.d 31.74 + $(COMPILE.c) -O2 -MMD -MP -MF $@.d -o ${OBJECTDIR}/_ext/1472/Histogram.o ../Histogram.c 31.75 + 31.76 +${OBJECTDIR}/_ext/1472/FloatHist.o: ../FloatHist.c 31.77 + ${MKDIR} -p ${OBJECTDIR}/_ext/1472 31.78 + ${RM} $@.d 31.79 + $(COMPILE.c) -O2 -MMD -MP -MF $@.d -o ${OBJECTDIR}/_ext/1472/FloatHist.o ../FloatHist.c 31.80 + 31.81 +${OBJECTDIR}/_ext/1472/DblHist.o: ../DblHist.c 31.82 + ${MKDIR} -p ${OBJECTDIR}/_ext/1472 31.83 + ${RM} $@.d 31.84 + $(COMPILE.c) -O2 -MMD -MP -MF $@.d -o ${OBJECTDIR}/_ext/1472/DblHist.o ../DblHist.c 31.85 + 31.86 +# Subprojects 31.87 +.build-subprojects: 31.88 + 31.89 +# Clean Targets 31.90 +.clean-conf: ${CLEAN_SUBPROJECTS} 31.91 + ${RM} -r ${CND_BUILDDIR}/${CND_CONF} 31.92 + ${RM} ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/libprhistogram_pic.a 31.93 + 31.94 +# Subprojects 31.95 +.clean-subprojects: 31.96 + 31.97 +# Enable dependency checking 31.98 +.dep.inc: .depcheck-impl 31.99 + 31.100 +include .dep.inc
32.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 32.2 +++ b/nb__prhistogram_pic/nbproject/Makefile-impl.mk Fri Feb 14 07:47:13 2014 -0800 32.3 @@ -0,0 +1,133 @@ 32.4 +# 32.5 +# Generated Makefile - do not edit! 32.6 +# 32.7 +# Edit the Makefile in the project folder instead (../Makefile). Each target 32.8 +# has a pre- and a post- target defined where you can add customization code. 32.9 +# 32.10 +# This makefile implements macros and targets common to all configurations. 32.11 +# 32.12 +# NOCDDL 32.13 + 32.14 + 32.15 +# Building and Cleaning subprojects are done by default, but can be controlled with the SUB 32.16 +# macro. If SUB=no, subprojects will not be built or cleaned. The following macro 32.17 +# statements set BUILD_SUB-CONF and CLEAN_SUB-CONF to .build-reqprojects-conf 32.18 +# and .clean-reqprojects-conf unless SUB has the value 'no' 32.19 +SUB_no=NO 32.20 +SUBPROJECTS=${SUB_${SUB}} 32.21 +BUILD_SUBPROJECTS_=.build-subprojects 32.22 +BUILD_SUBPROJECTS_NO= 32.23 +BUILD_SUBPROJECTS=${BUILD_SUBPROJECTS_${SUBPROJECTS}} 32.24 +CLEAN_SUBPROJECTS_=.clean-subprojects 32.25 +CLEAN_SUBPROJECTS_NO= 32.26 +CLEAN_SUBPROJECTS=${CLEAN_SUBPROJECTS_${SUBPROJECTS}} 32.27 + 32.28 + 32.29 +# Project Name 32.30 +PROJECTNAME=prhistogram_pic 32.31 + 32.32 +# Active Configuration 32.33 +DEFAULTCONF=Debug 32.34 +CONF=${DEFAULTCONF} 32.35 + 32.36 +# All Configurations 32.37 +ALLCONFS=Debug Release 32.38 + 32.39 + 32.40 +# build 32.41 +.build-impl: .build-pre .validate-impl .depcheck-impl 32.42 + @#echo "=> Running $@... Configuration=$(CONF)" 32.43 + "${MAKE}" -f nbproject/Makefile-${CONF}.mk QMAKE=${QMAKE} SUBPROJECTS=${SUBPROJECTS} .build-conf 32.44 + 32.45 + 32.46 +# clean 32.47 +.clean-impl: .clean-pre .validate-impl .depcheck-impl 32.48 + @#echo "=> Running $@... Configuration=$(CONF)" 32.49 + "${MAKE}" -f nbproject/Makefile-${CONF}.mk QMAKE=${QMAKE} SUBPROJECTS=${SUBPROJECTS} .clean-conf 32.50 + 32.51 + 32.52 +# clobber 32.53 +.clobber-impl: .clobber-pre .depcheck-impl 32.54 + @#echo "=> Running $@..." 32.55 + for CONF in ${ALLCONFS}; \ 32.56 + do \ 32.57 + "${MAKE}" -f nbproject/Makefile-$${CONF}.mk QMAKE=${QMAKE} SUBPROJECTS=${SUBPROJECTS} .clean-conf; \ 32.58 + done 32.59 + 32.60 +# all 32.61 +.all-impl: .all-pre .depcheck-impl 32.62 + @#echo "=> Running $@..." 32.63 + for CONF in ${ALLCONFS}; \ 32.64 + do \ 32.65 + "${MAKE}" -f nbproject/Makefile-$${CONF}.mk QMAKE=${QMAKE} SUBPROJECTS=${SUBPROJECTS} .build-conf; \ 32.66 + done 32.67 + 32.68 +# build tests 32.69 +.build-tests-impl: .build-impl .build-tests-pre 32.70 + @#echo "=> Running $@... Configuration=$(CONF)" 32.71 + "${MAKE}" -f nbproject/Makefile-${CONF}.mk SUBPROJECTS=${SUBPROJECTS} .build-tests-conf 32.72 + 32.73 +# run tests 32.74 +.test-impl: .build-tests-impl .test-pre 32.75 + @#echo "=> Running $@... Configuration=$(CONF)" 32.76 + "${MAKE}" -f nbproject/Makefile-${CONF}.mk SUBPROJECTS=${SUBPROJECTS} .test-conf 32.77 + 32.78 +# dependency checking support 32.79 +.depcheck-impl: 32.80 + @echo "# This code depends on make tool being used" >.dep.inc 32.81 + @if [ -n "${MAKE_VERSION}" ]; then \ 32.82 + echo "DEPFILES=\$$(wildcard \$$(addsuffix .d, \$${OBJECTFILES}))" >>.dep.inc; \ 32.83 + echo "ifneq (\$${DEPFILES},)" >>.dep.inc; \ 32.84 + echo "include \$${DEPFILES}" >>.dep.inc; \ 32.85 + echo "endif" >>.dep.inc; \ 32.86 + else \ 32.87 + echo ".KEEP_STATE:" >>.dep.inc; \ 32.88 + echo ".KEEP_STATE_FILE:.make.state.\$${CONF}" >>.dep.inc; \ 32.89 + fi 32.90 + 32.91 +# configuration validation 32.92 +.validate-impl: 32.93 + @if [ ! -f nbproject/Makefile-${CONF}.mk ]; \ 32.94 + then \ 32.95 + echo ""; \ 32.96 + echo "Error: can not find the makefile for configuration '${CONF}' in project ${PROJECTNAME}"; \ 32.97 + echo "See 'make help' for details."; \ 32.98 + echo "Current directory: " `pwd`; \ 32.99 + echo ""; \ 32.100 + fi 32.101 + @if [ ! -f nbproject/Makefile-${CONF}.mk ]; \ 32.102 + then \ 32.103 + exit 1; \ 32.104 + fi 32.105 + 32.106 + 32.107 +# help 32.108 +.help-impl: .help-pre 32.109 + @echo "This makefile supports the following configurations:" 32.110 + @echo " ${ALLCONFS}" 32.111 + @echo "" 32.112 + @echo "and the following targets:" 32.113 + @echo " build (default target)" 32.114 + @echo " clean" 32.115 + @echo " clobber" 32.116 + @echo " all" 32.117 + @echo " help" 32.118 + @echo "" 32.119 + @echo "Makefile Usage:" 32.120 + @echo " make [CONF=<CONFIGURATION>] [SUB=no] build" 32.121 + @echo " make [CONF=<CONFIGURATION>] [SUB=no] clean" 32.122 + @echo " make [SUB=no] clobber" 32.123 + @echo " make [SUB=no] all" 32.124 + @echo " make help" 32.125 + @echo "" 32.126 + @echo "Target 'build' will build a specific configuration and, unless 'SUB=no'," 32.127 + @echo " also build subprojects." 32.128 + @echo "Target 'clean' will clean a specific configuration and, unless 'SUB=no'," 32.129 + @echo " also clean subprojects." 32.130 + @echo "Target 'clobber' will remove all built files from all configurations and," 32.131 + @echo " unless 'SUB=no', also from subprojects." 32.132 + @echo "Target 'all' will will build all configurations and, unless 'SUB=no'," 32.133 + @echo " also build subprojects." 32.134 + @echo "Target 'help' prints this message." 32.135 + @echo "" 32.136 +
33.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 33.2 +++ b/nb__prhistogram_pic/nbproject/Makefile-variables.mk Fri Feb 14 07:47:13 2014 -0800 33.3 @@ -0,0 +1,35 @@ 33.4 +# 33.5 +# Generated - do not edit! 33.6 +# 33.7 +# NOCDDL 33.8 +# 33.9 +CND_BASEDIR=`pwd` 33.10 +CND_BUILDDIR=build 33.11 +CND_DISTDIR=dist 33.12 +# Debug configuration 33.13 +CND_PLATFORM_Debug=GNU-Linux-x86 33.14 +CND_ARTIFACT_DIR_Debug=dist/Debug/GNU-Linux-x86 33.15 +CND_ARTIFACT_NAME_Debug=libprhistogram_pic.a 33.16 +CND_ARTIFACT_PATH_Debug=dist/Debug/GNU-Linux-x86/libprhistogram_pic.a 33.17 +CND_PACKAGE_DIR_Debug=dist/Debug/GNU-Linux-x86/package 33.18 +CND_PACKAGE_NAME_Debug=prhistogrampic.tar 33.19 +CND_PACKAGE_PATH_Debug=dist/Debug/GNU-Linux-x86/package/prhistogrampic.tar 33.20 +# Release configuration 33.21 +CND_PLATFORM_Release=GNU-Linux-x86 33.22 +CND_ARTIFACT_DIR_Release=dist/Release/GNU-Linux-x86 33.23 +CND_ARTIFACT_NAME_Release=libprhistogram_pic.a 33.24 +CND_ARTIFACT_PATH_Release=dist/Release/GNU-Linux-x86/libprhistogram_pic.a 33.25 +CND_PACKAGE_DIR_Release=dist/Release/GNU-Linux-x86/package 33.26 +CND_PACKAGE_NAME_Release=prhistogrampic.tar 33.27 +CND_PACKAGE_PATH_Release=dist/Release/GNU-Linux-x86/package/prhistogrampic.tar 33.28 +# 33.29 +# include compiler specific variables 33.30 +# 33.31 +# dmake command 33.32 +ROOT:sh = test -f nbproject/private/Makefile-variables.mk || \ 33.33 + (mkdir -p nbproject/private && touch nbproject/private/Makefile-variables.mk) 33.34 +# 33.35 +# gmake command 33.36 +.PHONY: $(shell test -f nbproject/private/Makefile-variables.mk || (mkdir -p nbproject/private && touch nbproject/private/Makefile-variables.mk)) 33.37 +# 33.38 +include nbproject/private/Makefile-variables.mk
34.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 34.2 +++ b/nb__prhistogram_pic/nbproject/Package-Debug.bash Fri Feb 14 07:47:13 2014 -0800 34.3 @@ -0,0 +1,75 @@ 34.4 +#!/bin/bash -x 34.5 + 34.6 +# 34.7 +# Generated - do not edit! 34.8 +# 34.9 + 34.10 +# Macros 34.11 +TOP=`pwd` 34.12 +CND_PLATFORM=GNU-Linux-x86 34.13 +CND_CONF=Debug 34.14 +CND_DISTDIR=dist 34.15 +CND_BUILDDIR=build 34.16 +NBTMPDIR=${CND_BUILDDIR}/${CND_CONF}/${CND_PLATFORM}/tmp-packaging 34.17 +TMPDIRNAME=tmp-packaging 34.18 +OUTPUT_PATH=${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/libprhistogram_pic.a 34.19 +OUTPUT_BASENAME=libprhistogram_pic.a 34.20 +PACKAGE_TOP_DIR=prhistogrampic/ 34.21 + 34.22 +# Functions 34.23 +function checkReturnCode 34.24 +{ 34.25 + rc=$? 34.26 + if [ $rc != 0 ] 34.27 + then 34.28 + exit $rc 34.29 + fi 34.30 +} 34.31 +function makeDirectory 34.32 +# $1 directory path 34.33 +# $2 permission (optional) 34.34 +{ 34.35 + mkdir -p "$1" 34.36 + checkReturnCode 34.37 + if [ "$2" != "" ] 34.38 + then 34.39 + chmod $2 "$1" 34.40 + checkReturnCode 34.41 + fi 34.42 +} 34.43 +function copyFileToTmpDir 34.44 +# $1 from-file path 34.45 +# $2 to-file path 34.46 +# $3 permission 34.47 +{ 34.48 + cp "$1" "$2" 34.49 + checkReturnCode 34.50 + if [ "$3" != "" ] 34.51 + then 34.52 + chmod $3 "$2" 34.53 + checkReturnCode 34.54 + fi 34.55 +} 34.56 + 34.57 +# Setup 34.58 +cd "${TOP}" 34.59 +mkdir -p ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/package 34.60 +rm -rf ${NBTMPDIR} 34.61 +mkdir -p ${NBTMPDIR} 34.62 + 34.63 +# Copy files and create directories and links 34.64 +cd "${TOP}" 34.65 +makeDirectory "${NBTMPDIR}/prhistogrampic/lib" 34.66 +copyFileToTmpDir "${OUTPUT_PATH}" "${NBTMPDIR}/${PACKAGE_TOP_DIR}lib/${OUTPUT_BASENAME}" 0644 34.67 + 34.68 + 34.69 +# Generate tar file 34.70 +cd "${TOP}" 34.71 +rm -f ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/package/prhistogrampic.tar 34.72 +cd ${NBTMPDIR} 34.73 +tar -vcf ../../../../${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/package/prhistogrampic.tar * 34.74 +checkReturnCode 34.75 + 34.76 +# Cleanup 34.77 +cd "${TOP}" 34.78 +rm -rf ${NBTMPDIR}
35.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 35.2 +++ b/nb__prhistogram_pic/nbproject/Package-Release.bash Fri Feb 14 07:47:13 2014 -0800 35.3 @@ -0,0 +1,75 @@ 35.4 +#!/bin/bash -x 35.5 + 35.6 +# 35.7 +# Generated - do not edit! 35.8 +# 35.9 + 35.10 +# Macros 35.11 +TOP=`pwd` 35.12 +CND_PLATFORM=GNU-Linux-x86 35.13 +CND_CONF=Release 35.14 +CND_DISTDIR=dist 35.15 +CND_BUILDDIR=build 35.16 +NBTMPDIR=${CND_BUILDDIR}/${CND_CONF}/${CND_PLATFORM}/tmp-packaging 35.17 +TMPDIRNAME=tmp-packaging 35.18 +OUTPUT_PATH=${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/libprhistogram_pic.a 35.19 +OUTPUT_BASENAME=libprhistogram_pic.a 35.20 +PACKAGE_TOP_DIR=prhistogrampic/ 35.21 + 35.22 +# Functions 35.23 +function checkReturnCode 35.24 +{ 35.25 + rc=$? 35.26 + if [ $rc != 0 ] 35.27 + then 35.28 + exit $rc 35.29 + fi 35.30 +} 35.31 +function makeDirectory 35.32 +# $1 directory path 35.33 +# $2 permission (optional) 35.34 +{ 35.35 + mkdir -p "$1" 35.36 + checkReturnCode 35.37 + if [ "$2" != "" ] 35.38 + then 35.39 + chmod $2 "$1" 35.40 + checkReturnCode 35.41 + fi 35.42 +} 35.43 +function copyFileToTmpDir 35.44 +# $1 from-file path 35.45 +# $2 to-file path 35.46 +# $3 permission 35.47 +{ 35.48 + cp "$1" "$2" 35.49 + checkReturnCode 35.50 + if [ "$3" != "" ] 35.51 + then 35.52 + chmod $3 "$2" 35.53 + checkReturnCode 35.54 + fi 35.55 +} 35.56 + 35.57 +# Setup 35.58 +cd "${TOP}" 35.59 +mkdir -p ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/package 35.60 +rm -rf ${NBTMPDIR} 35.61 +mkdir -p ${NBTMPDIR} 35.62 + 35.63 +# Copy files and create directories and links 35.64 +cd "${TOP}" 35.65 +makeDirectory "${NBTMPDIR}/prhistogrampic/lib" 35.66 +copyFileToTmpDir "${OUTPUT_PATH}" "${NBTMPDIR}/${PACKAGE_TOP_DIR}lib/${OUTPUT_BASENAME}" 0644 35.67 + 35.68 + 35.69 +# Generate tar file 35.70 +cd "${TOP}" 35.71 +rm -f ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/package/prhistogrampic.tar 35.72 +cd ${NBTMPDIR} 35.73 +tar -vcf ../../../../${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/package/prhistogrampic.tar * 35.74 +checkReturnCode 35.75 + 35.76 +# Cleanup 35.77 +cd "${TOP}" 35.78 +rm -rf ${NBTMPDIR}
36.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 36.2 +++ b/nb__prhistogram_pic/nbproject/configurations.xml Fri Feb 14 07:47:13 2014 -0800 36.3 @@ -0,0 +1,70 @@ 36.4 +<?xml version="1.0" encoding="UTF-8"?> 36.5 +<configurationDescriptor version="79"> 36.6 + <logicalFolder name="root" displayName="root" projectFiles="true" kind="ROOT"> 36.7 + <logicalFolder name="HeaderFiles" 36.8 + displayName="Header Files" 36.9 + projectFiles="true"> 36.10 + </logicalFolder> 36.11 + <logicalFolder name="ResourceFiles" 36.12 + displayName="Resource Files" 36.13 + projectFiles="true"> 36.14 + </logicalFolder> 36.15 + <logicalFolder name="SourceFiles" 36.16 + displayName="Source Files" 36.17 + projectFiles="true"> 36.18 + <itemPath>../DblHist.c</itemPath> 36.19 + <itemPath>../FloatHist.c</itemPath> 36.20 + <itemPath>../Histogram.c</itemPath> 36.21 + <itemPath>../prhistogram.h</itemPath> 36.22 + </logicalFolder> 36.23 + <logicalFolder name="TestFiles" 36.24 + displayName="Test Files" 36.25 + projectFiles="false" 36.26 + kind="TEST_LOGICAL_FOLDER"> 36.27 + </logicalFolder> 36.28 + <logicalFolder name="ExternalFiles" 36.29 + displayName="Important Files" 36.30 + projectFiles="false" 36.31 + kind="IMPORTANT_FILES_FOLDER"> 36.32 + <itemPath>Makefile</itemPath> 36.33 + </logicalFolder> 36.34 + </logicalFolder> 36.35 + <projectmakefile>Makefile</projectmakefile> 36.36 + <confs> 36.37 + <conf name="Debug" type="3"> 36.38 + <toolsSet> 36.39 + <remote-sources-mode>LOCAL_SOURCES</remote-sources-mode> 36.40 + <compilerSet>default</compilerSet> 36.41 + </toolsSet> 36.42 + <compileType> 36.43 + <cTool> 36.44 + <commandLine>-fPIC</commandLine> 36.45 + </cTool> 36.46 + <archiverTool> 36.47 + </archiverTool> 36.48 + </compileType> 36.49 + </conf> 36.50 + <conf name="Release" type="3"> 36.51 + <toolsSet> 36.52 + <remote-sources-mode>LOCAL_SOURCES</remote-sources-mode> 36.53 + <compilerSet>default</compilerSet> 36.54 + </toolsSet> 36.55 + <compileType> 36.56 + <cTool> 36.57 + <developmentMode>5</developmentMode> 36.58 + </cTool> 36.59 + <ccTool> 36.60 + <developmentMode>5</developmentMode> 36.61 + </ccTool> 36.62 + <fortranCompilerTool> 36.63 + <developmentMode>5</developmentMode> 36.64 + </fortranCompilerTool> 36.65 + <asmTool> 36.66 + <developmentMode>5</developmentMode> 36.67 + </asmTool> 36.68 + <archiverTool> 36.69 + </archiverTool> 36.70 + </compileType> 36.71 + </conf> 36.72 + </confs> 36.73 +</configurationDescriptor>
37.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 37.2 +++ b/nb__prhistogram_pic/nbproject/private/Makefile-variables.mk Fri Feb 14 07:47:13 2014 -0800 37.3 @@ -0,0 +1,7 @@ 37.4 +# 37.5 +# Generated - do not edit! 37.6 +# 37.7 +# NOCDDL 37.8 +# 37.9 +# Debug configuration 37.10 +# Release configuration
38.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 38.2 +++ b/nb__prhistogram_pic/nbproject/private/configurations.xml Fri Feb 14 07:47:13 2014 -0800 38.3 @@ -0,0 +1,78 @@ 38.4 +<?xml version="1.0" encoding="UTF-8"?> 38.5 +<configurationDescriptor version="79"> 38.6 + <projectmakefile>Makefile</projectmakefile> 38.7 + <confs> 38.8 + <conf name="Debug" type="3"> 38.9 + <toolsSet> 38.10 + <developmentServer>localhost</developmentServer> 38.11 + <platform>2</platform> 38.12 + </toolsSet> 38.13 + <dbx_gdbdebugger version="1"> 38.14 + <gdb_pathmaps> 38.15 + </gdb_pathmaps> 38.16 + <gdb_interceptlist> 38.17 + <gdbinterceptoptions gdb_all="false" gdb_unhandled="true" gdb_unexpected="true"/> 38.18 + </gdb_interceptlist> 38.19 + <gdb_options> 38.20 + <DebugOptions> 38.21 + </DebugOptions> 38.22 + </gdb_options> 38.23 + <gdb_buildfirst gdb_buildfirst_overriden="false" gdb_buildfirst_old="false"/> 38.24 + </dbx_gdbdebugger> 38.25 + <gizmo_options version="3"> 38.26 + <configurationname>GizmoSimple</configurationname> 38.27 + </gizmo_options> 38.28 + <nativedebugger version="1"> 38.29 + <engine>gdb</engine> 38.30 + </nativedebugger> 38.31 + <runprofile version="9"> 38.32 + <runcommandpicklist> 38.33 + <runcommandpicklistitem>"${OUTPUT_PATH}"</runcommandpicklistitem> 38.34 + </runcommandpicklist> 38.35 + <runcommand>"${OUTPUT_PATH}"</runcommand> 38.36 + <rundir></rundir> 38.37 + <buildfirst>true</buildfirst> 38.38 + <terminal-type>0</terminal-type> 38.39 + <remove-instrumentation>0</remove-instrumentation> 38.40 + <environment> 38.41 + </environment> 38.42 + </runprofile> 38.43 + </conf> 38.44 + <conf name="Release" type="3"> 38.45 + <toolsSet> 38.46 + <developmentServer>localhost</developmentServer> 38.47 + <platform>2</platform> 38.48 + </toolsSet> 38.49 + <dbx_gdbdebugger version="1"> 38.50 + <gdb_pathmaps> 38.51 + </gdb_pathmaps> 38.52 + <gdb_interceptlist> 38.53 + <gdbinterceptoptions gdb_all="false" gdb_unhandled="true" gdb_unexpected="true"/> 38.54 + </gdb_interceptlist> 38.55 + <gdb_options> 38.56 + <DebugOptions> 38.57 + </DebugOptions> 38.58 + </gdb_options> 38.59 + <gdb_buildfirst gdb_buildfirst_overriden="false" gdb_buildfirst_old="false"/> 38.60 + </dbx_gdbdebugger> 38.61 + <gizmo_options version="3"> 38.62 + <configurationname>GizmoSimple</configurationname> 38.63 + </gizmo_options> 38.64 + <nativedebugger version="1"> 38.65 + <engine>gdb</engine> 38.66 + </nativedebugger> 38.67 + <runprofile version="9"> 38.68 + <runcommandpicklist> 38.69 + <runcommandpicklistitem>"${OUTPUT_PATH}"</runcommandpicklistitem> 38.70 + </runcommandpicklist> 38.71 + <runcommand>"${OUTPUT_PATH}"</runcommand> 38.72 + <rundir></rundir> 38.73 + <buildfirst>true</buildfirst> 38.74 + <terminal-type>0</terminal-type> 38.75 + <remove-instrumentation>0</remove-instrumentation> 38.76 + <environment> 38.77 + </environment> 38.78 + </runprofile> 38.79 + </conf> 38.80 + </confs> 38.81 +</configurationDescriptor>
39.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 39.2 +++ b/nb__prhistogram_pic/nbproject/private/private.xml Fri Feb 14 07:47:13 2014 -0800 39.3 @@ -0,0 +1,7 @@ 39.4 +<?xml version="1.0" encoding="UTF-8"?> 39.5 +<project-private xmlns="http://www.netbeans.org/ns/project-private/1"> 39.6 + <data xmlns="http://www.netbeans.org/ns/make-project-private/1"> 39.7 + <activeConfTypeElem>3</activeConfTypeElem> 39.8 + <activeConfIndexElem>0</activeConfIndexElem> 39.9 + </data> 39.10 +</project-private>
40.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 40.2 +++ b/nb__prhistogram_pic/nbproject/project.xml Fri Feb 14 07:47:13 2014 -0800 40.3 @@ -0,0 +1,25 @@ 40.4 +<?xml version="1.0" encoding="UTF-8"?> 40.5 +<project xmlns="http://www.netbeans.org/ns/project/1"> 40.6 + <type>org.netbeans.modules.cnd.makeproject</type> 40.7 + <configuration> 40.8 + <data xmlns="http://www.netbeans.org/ns/make-project/1"> 40.9 + <name>prhistogram_pic</name> 40.10 + <c-extensions>c</c-extensions> 40.11 + <cpp-extensions/> 40.12 + <header-extensions>h</header-extensions> 40.13 + <sourceEncoding>UTF-8</sourceEncoding> 40.14 + <make-dep-projects/> 40.15 + <sourceRootList/> 40.16 + <confList> 40.17 + <confElem> 40.18 + <name>Debug</name> 40.19 + <type>3</type> 40.20 + </confElem> 40.21 + <confElem> 40.22 + <name>Release</name> 40.23 + <type>3</type> 40.24 + </confElem> 40.25 + </confList> 40.26 + </data> 40.27 + </configuration> 40.28 +</project>
