[Javanetsim-cvs] IceScan/nbproject Makefile-Default.mk, NONE, 1.1 Makefile-impl.mk, NONE, 1.1 confi
Status: Beta
Brought to you by:
darkkey
From: Alexander B. <da...@us...> - 2006-11-28 17:58:12
|
Update of /cvsroot/javanetsim/IceScan/nbproject In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv7124/nbproject Added Files: Makefile-Default.mk Makefile-impl.mk configurations.xml project.properties project.xml Log Message: --- NEW FILE: Makefile-Default.mk --- # # Gererated Makefile - do not edit! # # Edit the Makefile in the project folder instead (../Makefile). Each target # has a -pre and a -post target defined where you can add custumized code. # # This makefile implements configuration specific macros and targets. # Environment MKDIR=mkdir CP=cp CCADMIN=CCadmin RANLIB=ranlib CC=gcc CCC=g++ CXX=g++ FC=g77 # Include project Makefile include Makefile # Object Files OBJECTFILES= \ build/Default/GNU-Linux-x86/icescan.o # C Compiler Flags CFLAGS= # CC Compiler Flags CCFLAGS= CXXFLAGS= # Fortran Compiler Flags FFLAGS= # Link Libraries and Options LDLIBSOPTIONS= # Build Targets .build-conf: ${BUILD_SUBPROJECTS} /home/key/IceScan/icescan /home/key/IceScan/icescan: ${OBJECTFILES} @${MKDIR} -p /home/key/IceScan ${LINK.cc} -o /home/key/IceScan/icescan ${OBJECTFILES} ${LDLIBSOPTIONS} build/Default/GNU-Linux-x86/icescan.o: icescan.cc @${MKDIR} -p build/Default/GNU-Linux-x86 $(COMPILE.cc) -g -o build/Default/GNU-Linux-x86/icescan.o icescan.cc # Subprojects .build-subprojects: # Clean Targets .clean-conf: ${RM} -r build/Default ${RM} /home/key/IceScan/icescan # Subprojects .clean-subprojects: --- NEW FILE: project.properties --- --- NEW FILE: project.xml --- <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://www.netbeans.org/ns/project/1"> <type>org.netbeans.modules.cnd.makeproject</type> <configuration> <data xmlns="http://www.netbeans.org/ns/make-project/1"> <name>IceScan</name> <make-project-type>0</make-project-type> </data> </configuration> </project> --- NEW FILE: configurations.xml --- <?xml version="1.0" encoding="UTF-8"?> <configurationDescriptor version="31"> <logicalFolder name="root" displayName="root" projectFiles="true"> <logicalFolder name="icesockets" displayName="icesockets" projectFiles="true"> <itemPath>icesockets/crawsocket.h</itemPath> <itemPath>icesockets/csocket.h</itemPath> <itemPath>icesockets/sock_err.h</itemPath> <itemPath>icesockets/sock_name.h</itemPath> <itemPath>icesockets/sock_time.h</itemPath> </logicalFolder> <logicalFolder name="ExternalFiles" displayName="Important Files" projectFiles="false"> <itemPath>Makefile</itemPath> </logicalFolder> <itemPath>csubtarget.h</itemPath> <itemPath>ctarget.h</itemPath> <itemPath>icedebug.h</itemPath> <itemPath>icediscover.h</itemPath> <itemPath>iceoutput.h</itemPath> <itemPath>iceparams.h</itemPath> <itemPath>icescan.cc</itemPath> <itemPath>iceservice.h</itemPath> <itemPath>iceversion.h</itemPath> <itemPath>nbt_wrapper.h</itemPath> </logicalFolder> <projectmakefile>Makefile</projectmakefile> <defaultConf>0</defaultConf> <confs> <conf name="Default" type="1"> <toolsSet> <compilerSet>1</compilerSet> <platform>2</platform> </toolsSet> <compileType> <cCompilerTool> </cCompilerTool> <ccCompilerTool> </ccCompilerTool> <fortranCompilerTool> </fortranCompilerTool> <linkerTool> <output>/home/key/IceScan/icescan</output> <linkerLibItems> </linkerLibItems> </linkerTool> </compileType> <item path="iceparams.h"> <itemTool>3</itemTool> </item> <item path="icediscover.h"> <itemTool>3</itemTool> </item> <item path="iceversion.h"> <itemTool>3</itemTool> </item> <item path="iceoutput.h"> <itemTool>3</itemTool> </item> <item path="icedebug.h"> <itemTool>3</itemTool> </item> <item path="csubtarget.h"> <itemTool>3</itemTool> </item> <item path="icescan.cc"> <itemTool>1</itemTool> <ccCompilerTool> </ccCompilerTool> </item> <item path="ctarget.h"> <itemTool>3</itemTool> </item> <item path="iceservice.h"> <itemTool>3</itemTool> </item> <item path="icesockets/sock_err.h"> <itemTool>3</itemTool> </item> <item path="icesockets/sock_name.h"> <itemTool>3</itemTool> </item> <item path="icesockets/sock_time.h"> <itemTool>3</itemTool> </item> <item path="icesockets/csocket.h"> <itemTool>3</itemTool> </item> <item path="icesockets/crawsocket.h"> <itemTool>3</itemTool> </item> <item path="nbt_wrapper.h"> <itemTool>3</itemTool> </item> </conf> </confs> </configurationDescriptor> --- NEW FILE: Makefile-impl.mk --- # # Generated Makefile - do not edit! # # Edit the Makefile in the project folder instead (../Makefile). Each target # has a pre- and a post- target defined where you can add customization code. # # This makefile implements macros and targets common to all configurations. # # NOCDDL # Building and Cleaning subprojects are done by default, but can be controlled with the SUB # macro. If SUB=no, subprojects will not be built or cleaned. The following macro # statements set BUILD_SUB-CONF and CLEAN_SUB-CONF to .build-reqprojects-conf # and .clean-reqprojects-conf unless SUB has the value 'no' SUB_no=NO SUBPROJECTS=${SUB_${SUB}} BUILD_SUBPROJECTS_=.build-subprojects BUILD_SUBPROJECTS_NO= BUILD_SUBPROJECTS=${BUILD_SUBPROJECTS_${SUBPROJECTS}} CLEAN_SUBPROJECTS_=.clean-subprojects CLEAN_SUBPROJECTS_NO= CLEAN_SUBPROJECTS=${CLEAN_SUBPROJECTS_${SUBPROJECTS}} # Project Name PROJECTNAME=IceScan # Active Configuration ACTIVECONF=Default CONF=${ACTIVECONF} # All Configurations ALLCONFS=Default # build .build-impl: .validate-impl @#echo "=> Running $@... Configuration=$(CONF)" ${MAKE} -f nbproject/Makefile-${CONF}.mk SUBPROJECTS=${SUBPROJECTS} .build-conf # clean .clean-impl: .validate-impl @#echo "=> Running $@... Configuration=$(CONF)" ${MAKE} -f nbproject/Makefile-${CONF}.mk SUBPROJECTS=${SUBPROJECTS} .clean-conf # clobber .clobber-impl: @#echo "=> Running $@..." for CONF in ${ALLCONFS}; \ do \ ${MAKE} -f nbproject/Makefile-$${CONF}.mk SUBPROJECTS=${SUBPROJECTS} .clean-conf; \ done # all .all-impl: @#echo "=> Running $@..." for CONF in ${ALLCONFS}; \ do \ ${MAKE} -f nbproject/Makefile-$${CONF}.mk SUBPROJECTS=${SUBPROJECTS} .build-conf; \ done # configuration validation .validate-impl: @if [ ! -f nbproject/Makefile-${CONF}.mk ]; \ then \ echo ""; \ echo "Error: can not find the makefile for configuration '${CONF}' in project ${PROJECTNAME}"; \ echo "See 'make help' for details."; \ echo "Current directory: " `pwd`; \ echo ""; \ fi @if [ ! -f nbproject/Makefile-${CONF}.mk ]; \ then \ exit 1; \ fi # help .help-impl: @echo "This makefile supports the following configurations:" @echo " ${ALLCONFS}" @echo "" @echo "and the following targets:" @echo " build (default target)" @echo " clean" @echo " clobber" @echo " all" @echo " help" @echo "" @echo "Makefile Usage:" @echo " make [CONF=<CONFIGURATION>] [SUB=no] build" @echo " make [CONF=<CONFIGURATION>] [SUB=no] clean" @echo " make [SUB=no] clobber" @echo " make [SUB=no] all" @echo " make help" @echo "" @echo "Target 'build' will build a specific configuration and, unless 'SUB=no'," @echo " also build subprojects." @echo "Target 'clean' will clean a specific configuration and, unless 'SUB=no'," @echo " also clean subprojects." @echo "Target 'clobber' will remove all built files from all configurations and," @echo " unless 'SUB=no', also from subprojects." @echo "Target 'all' will will build all configurations and, unless 'SUB=no'," @echo " also build subprojects." @echo "Target 'help' prints this message." @echo "" @echo "The active configuration (${ACTIVECONF}) is being used if the configuration is not specified." @echo "" # Enable dependency checking .KEEP_STATE: .KEEP_STATE_FILE:.make.state.${CONF} |