Main Page | Namespace List | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

build.sh

Go to the documentation of this file.
00001  *
00002 /*!
00003  * @file main/build.sh
00004  *
00005  * @brief Build sample @link main/src/main.c main()@endlink program
00006  *        from source and link with the JVM static library.
00007  *
00008  *
00009  * @see @link main/clean.sh main/clean.sh@endlink
00010  *
00011  * @see @link main/common.sh main/common.sh@endlink
00012  *
00013  * @see @link ./build.sh ./build.sh@endlink
00014  *
00015  * @see @link ./clean.sh ./clean.sh@endlink
00016  *
00017  * @see @link ./common.sh ./common.sh@endlink
00018  *
00019  *
00020  * @todo  A Windows .BAT version of this script needs to be written
00021  *
00022  *
00023  * @section Control
00024  *
00025  * \$URL: https://svn.apache.org/path/name/build.sh $ \$Id: build.sh 0 09/28/2005 dlydick $
00026  *
00027  * Copyright 2005 The Apache Software Foundation
00028  * or its licensors, as applicable.
00029  *
00030  * Licensed under the Apache License, Version 2.0 ("the License");
00031  * you may not use this file except in compliance with the License.
00032  * You may obtain a copy of the License at
00033  *
00034  *     http://www.apache.org/licenses/LICENSE-2.0
00035  *
00036  * Unless required by applicable law or agreed to in writing,
00037  * software distributed under the License is distributed on an
00038  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
00039  * either express or implied.
00040  *
00041  * See the License for the specific language governing permissions
00042  * and limitations under the License.
00043  *
00044  * @version \$LastChangedRevision: 0 $
00045  *
00046  * @date \$LastChangedDate: 09/28/2005 $
00047  *
00048  * @author \$LastChangedBy: dlydick $
00049  *         Original code contributed by Daniel Lydick on 09/28/2005.
00050  *
00051  * @section Reference
00052  *
00053  */ /* 
00054  * (Use  #! and #/ with dox_filter.sh to fool Doxygen into
00055  * parsing this non-source text file for the documentation set.
00056  * Use the above open comment to force termination of parsing
00057  * since it is not a Doxygen-style 'C' comment.)
00058  *
00059  *
00060  *##################################################################
00061  *
00062  * Script setup
00063  *
00064  *##################################################################
00065  *
00066  * Construct output area.  Since Eclipse uses 'bin/src' for its
00067  * output area, there should not be a conflict unless Eclipse does
00068  * a 'make clean', which removes and rebuilds 'bin'.
00069  *
00070  *##################################################################
00071  *
00072  * Build objects from source code
00073  *
00074  *##################################################################
00075  *
00076  * Build binary from objects
00077  *
00078  *##################################################################
00079  *
00080  * Done.
00081  *
00082  *
00083  * EOF
00084 

Generated on Fri Sep 30 18:59:22 2005 by  doxygen 1.4.4