Fixes compilation instructions of examples to work on ubuntu.

Patch by: "Daniel Vieira Franzolin" <daniel@profusion.mobi>

SVN revision: 69766
This commit is contained in:
Daniel Vieira Franzolin 2012-03-29 20:44:42 +00:00 committed by Jonas M. Gastal
parent f90a8ea402
commit 15c7cf12de
50 changed files with 50 additions and 50 deletions

View File

@ -1,5 +1,5 @@
//Compile with:
//gcc -g `pkg-config --cflags --libs elementary` actionslider_example_01.c -o actionslider_example_01
//gcc -g actionslider_example_01.c -o actionslider_example_01 `pkg-config --cflags --libs elementary`
#include <Elementary.h>

View File

@ -1,5 +1,5 @@
//Compile with:
//gcc -g `pkg-config --cflags --libs elementary` box_example_02.c -o box_example_02
//gcc -g box_example_02.c -o box_example_02 `pkg-config --cflags --libs elementary`
#include <Elementary.h>

View File

@ -5,7 +5,7 @@
* See stdout/stderr for output. Compile with:
*
* @verbatim
* gcc -g `pkg-config --cflags --libs elementary` clock_example.c -o clock_example
* gcc -g clock_example.c -o clock_example `pkg-config --cflags --libs elementary`
* @endverbatim
*/

View File

@ -1,5 +1,5 @@
//Compile with:
//gcc -g `pkg-config --cflags --libs elementary` colorselector_example_01.c -o colorselector_example_01
//gcc -g colorselector_example_01.c -o colorselector_example_01 `pkg-config --cflags --libs elementary`
#include <Elementary.h>

View File

@ -5,7 +5,7 @@
* See stdout/stderr for output. Compile with:
*
* @verbatim
* gcc -g `pkg-config --cflags --libs elementary` conformant_example_02.c -o conformant_example_02
* gcc -g conformant_example_02.c -o conformant_example_02 `pkg-config --cflags --libs elementary`
* @endverbatim
*/

View File

@ -1,5 +1,5 @@
//Compile with:
//gcc -g `pkg-config --cflags --libs elementary` datetime_example.c -o datetime_example
//gcc -g datetime_example.c -o datetime_example `pkg-config --cflags --libs elementary`
#include <Elementary.h>

View File

@ -5,7 +5,7 @@
* See stdout/stderr for output. Compile with:
*
* @verbatim
* gcc -g `pkg-config --cflags --libs elementary` dayselector_example.c -o dayselector_example
* gcc -g dayselector_example.c -o dayselector_example `pkg-config --cflags --libs elementary`
* @endverbatim
*/

View File

@ -5,7 +5,7 @@
* See stdout/stderr for output. Compile with:
*
* @verbatim
* gcc -g `pkg-config --cflags --libs elementary` diskselector_example_01.c -o diskselector_example_01
* gcc -g diskselector_example_01.c -o diskselector_example_01 `pkg-config --cflags --libs elementary`
* @endverbatim
*/

View File

@ -5,7 +5,7 @@
* See stdout/stderr for output. Compile with:
*
* @verbatim
* gcc -g `pkg-config --cflags --libs elementary` diskselector_example_02.c -o diskselector_example_02
* gcc -g diskselector_example_02.c -o diskselector_example_02 `pkg-config --cflags --libs elementary`
* @endverbatim
*/

View File

@ -5,7 +5,7 @@
* See stdout/stderr for output. Compile with:
*
* @verbatim
* gcc -g `pkg-config --cflags --libs elementary` file selector_button_example.c -o file selector_button_example
* gcc -g file selector_button_example.c -o file selector_button_example `pkg-config --cflags --libs elementary`
* @endverbatim
*/

View File

@ -5,7 +5,7 @@
* See stdout/stderr for output. Compile with:
*
* @verbatim
* gcc -g `pkg-config --cflags --libs elementary` file selector_entry_example.c -o file selector_entry_example
* gcc -g file selector_entry_example.c -o file selector_entry_example `pkg-config --cflags --libs elementary`
* @endverbatim
*/

View File

@ -5,7 +5,7 @@
* See stdout/stderr for output. Compile with:
*
* @verbatim
* gcc -g `pkg-config --cflags --libs elementary` file selector_example.c -o file selector_example
* gcc -g file selector_example.c -o file selector_example `pkg-config --cflags --libs elementary`
* @endverbatim
*/

View File

@ -5,7 +5,7 @@
* See stdout/stderr for output. Compile with:
*
* @verbatim
* gcc -g `pkg-config --cflags --libs elementary` flipselector_example.c -o flipselector_example
* gcc -g flipselector_example.c -o flipselector_example `pkg-config --cflags --libs elementary`
* @endverbatim
*/

View File

@ -1,5 +1,5 @@
/* Compile with:
* gcc -g `pkg-config --cflags --libs elementary` general_funcs_example.c -o general_funcs_example
* gcc -g general_funcs_example.c -o general_funcs_example `pkg-config --cflags --libs elementary`
*/
#include <Elementary.h>

View File

@ -5,7 +5,7 @@
* See stdout/stderr for output. Compile with:
*
* @verbatim
* gcc -g `pkg-config --cflags --libs elementary` gengrid_example.c -o gengrid_example
* gcc -g gengrid_example.c -o gengrid_example `pkg-config --cflags --libs elementary`
* @endverbatim
*/

View File

@ -1,5 +1,5 @@
//Compile with:
//gcc -g `pkg-config --cflags --libs elementary` genlist_example_01.c -o genlist_example_01
//gcc -g genlist_example_01.c -o genlist_example_01 `pkg-config --cflags --libs elementary`
#include <Elementary.h>

View File

@ -1,5 +1,5 @@
//Compile with:
//gcc -g `pkg-config --cflags --libs elementary` genlist_example_02.c -o genlist_example_02
//gcc -g genlist_example_02.c -o genlist_example_02 `pkg-config --cflags --libs elementary`
#include <Elementary.h>
#include <time.h>

View File

@ -1,5 +1,5 @@
//Compile with:
//gcc -g `pkg-config --cflags --libs elementary` genlist_example_03.c -o genlist_example_03
//gcc -g genlist_example_03.c -o genlist_example_03 `pkg-config --cflags --libs elementary`
#include <Elementary.h>

View File

@ -1,5 +1,5 @@
//Compile with:
//gcc -g `pkg-config --cflags --libs elementary` genlist_example_04.c -o genlist_example_04
//gcc -g genlist_example_04.c -o genlist_example_04 `pkg-config --cflags --libs elementary`
#include <Elementary.h>

View File

@ -1,5 +1,5 @@
//Compile with:
//gcc -g `pkg-config --cflags --libs elementary` genlist_example_05.c -o genlist_example_05
//gcc -g genlist_example_05.c -o genlist_example_05 `pkg-config --cflags --libs elementary`
#include <Elementary.h>

View File

@ -1,5 +1,5 @@
//Compile with:
//gcc -g `pkg-config --cflags --libs elementary` image_example_01.c -o image_example_01
//gcc -g image_example_01.c -o image_example_01 `pkg-config --cflags --libs elementary`
#include <Elementary.h>
#define DATA_DIR "."

View File

@ -1,5 +1,5 @@
//Compile with:
//gcc -g `pkg-config --cflags --libs elementary` image_example_01.c -o image_example_01
//gcc -g image_example_01.c -o image_example_01 `pkg-config --cflags --libs elementary`
#include <Elementary.h>
#define DATA_DIR "."

View File

@ -5,7 +5,7 @@
* See stdout/stderr for output. Compile with:
*
* @verbatim
* gcc -g `pkg-config --cflags --libs elementary` index_example.c -o index_example
* gcc -g index_example.c -o index_example `pkg-config --cflags --libs elementary`
* @endverbatim
*/

View File

@ -5,7 +5,7 @@
* See stdout/stderr for output. Compile with:
*
* @verbatim
* gcc -g `pkg-config --cflags --libs elementary` index_example.c -o index_example
* gcc -g index_example.c -o index_example `pkg-config --cflags --libs elementary`
* @endverbatim
*/

View File

@ -1,5 +1,5 @@
//Compile with:
//gcc -g `pkg-config --cflags --libs elementary` layout_example_01.c -o layout_example_01
//gcc -g layout_example_01.c -o layout_example_01 `pkg-config --cflags --libs elementary`
#include <Elementary.h>
#define DATA_DIR "."

View File

@ -1,5 +1,5 @@
//Compile with:
//gcc -g `pkg-config --cflags --libs elementary` layout_example_02.c -o layout_example_02
//gcc -g layout_example_02.c -o layout_example_02 `pkg-config --cflags --libs elementary`
#include <Elementary.h>

View File

@ -1,5 +1,5 @@
//Compile with:
//gcc -g `pkg-config --cflags --libs elementary` layout_example_03.c -o layout_example_03
//gcc -g layout_example_03.c -o layout_example_03 `pkg-config --cflags --libs elementary`
#include <Elementary.h>
#define DATA_DIR "."

View File

@ -5,7 +5,7 @@
* See stdout/stderr for output. Compile with:
*
* @verbatim
* gcc -g `pkg-config --cflags --libs elementary` list_example_01.c -o list_example_01
* gcc -g list_example_01.c -o list_example_01 `pkg-config --cflags --libs elementary`
* @endverbatim
*/

View File

@ -5,7 +5,7 @@
* See stdout/stderr for output. Compile with:
*
* @verbatim
* gcc -g `pkg-config --cflags --libs elementary` list_example_02.c -o list_example_02
* gcc -g list_example_02.c -o list_example_02 `pkg-config --cflags --libs elementary`
* @endverbatim
*/

View File

@ -5,7 +5,7 @@
* See stdout/stderr for output. Compile with:
*
* @verbatim
* gcc -g `pkg-config --cflags --libs elementary` list_example_03.c -o list_example_03
* gcc -g list_example_03.c -o list_example_03 `pkg-config --cflags --libs elementary`
* @endverbatim
*/

View File

@ -5,7 +5,7 @@
* See stdout/stderr for output. Compile with:
*
* @verbatim
* gcc -g `pkg-config --cflags --libs elementary` map_example_01.c -o map_example_01
* gcc -g map_example_01.c -o map_example_01 `pkg-config --cflags --libs elementary`
* @endverbatim
*/

View File

@ -5,7 +5,7 @@
* See stdout/stderr for output. Compile with:
*
* @verbatim
* gcc -g `pkg-config --cflags --libs elementary` map_example_02.c -o map_example_02
* gcc -g map_example_02.c -o map_example_02 `pkg-config --cflags --libs elementary`
* @endverbatim
*/

View File

@ -5,7 +5,7 @@
* See stdout/stderr for output. Compile with:
*
* @verbatim
* gcc -g `pkg-config --cflags --libs elementary` map_example_03.c -o map_example_03
* gcc -g map_example_03.c -o map_example_03 `pkg-config --cflags --libs elementary`
* @endverbatim
*/

View File

@ -4,7 +4,7 @@
* See stdout/stderr for output. Compile with:
*
* @verbatim
* gcc -g `pkg-config --cflags --libs elementary` mapbuf_example.c -o mapbuf_example
* gcc -g mapbuf_example.c -o mapbuf_example `pkg-config --cflags --libs elementary`
* @endverbatim
*/

View File

@ -1,5 +1,5 @@
//Compile with:
//gcc -g `pkg-config --cflags --libs elementary` menu_example_01.c -o menu_example_01
//gcc -g menu_example_01.c -o menu_example_01 `pkg-config --cflags --libs elementary`
#include <Elementary.h>

View File

@ -1,5 +1,5 @@
//Compile with:
//gcc -g `pkg-config --cflags --libs elementary` panel_example_01.c -o panel_example_01
//gcc -g panel_example_01.c -o panel_example_01 `pkg-config --cflags --libs elementary`
#include <Elementary.h>

View File

@ -5,7 +5,7 @@
* See stdout/stderr for output. Compile with:
*
* @verbatim
* gcc -g `pkg-config --cflags --libs elementary` panes_example.c -o panes_example
* gcc -g panes_example.c -o panes_example `pkg-config --cflags --libs elementary`
* @endverbatim
*/

View File

@ -5,7 +5,7 @@
* See stdout/stderr for output. Compile with:
*
* @verbatim
* gcc -g `pkg-config --cflags --libs elementary` progressbar_example.c -o progressbar_example -DDATA_DIR="\"<directory>\'""
* gcc -g progressbar_example.c -o progressbar_example `pkg-config --cflags --libs elementary` -DDATA_DIR="\"<directory>\""
* @endverbatim
*/

View File

@ -1,5 +1,5 @@
//Compile with:
//gcc -g `pkg-config --cflags --libs elementary` radio_example_01.c -o radio_example_01
//gcc -g radio_example_01.c -o radio_example_01 `pkg-config --cflags --libs elementary`
#include <Elementary.h>

View File

@ -1,5 +1,5 @@
//Compile with:
//gcc -g `pkg-config --cflags --libs elementary` scroller_example_01.c -o scroller_example_01
//gcc -g scroller_example_01.c -o scroller_example_01 `pkg-config --cflags --libs elementary`
#include <Elementary.h>

View File

@ -5,7 +5,7 @@
* See stdout/stderr for output. Compile with:
*
* @verbatim
* gcc -g `pkg-config --cflags --libs elementary` segment_control_example.c -o segment_control_example
* gcc -g segment_control_example.c -o segment_control_example `pkg-config --cflags --libs elementary`
* @endverbatim
*/

View File

@ -1,5 +1,5 @@
//Compile with:
//gcc -g `pkg-config --cflags --libs elementary` separator_example_01.c -o separator_example_01
//gcc -g separator_example_01.c -o separator_example_01 `pkg-config --cflags --libs elementary`
#include <Elementary.h>

View File

@ -5,7 +5,7 @@
* See stdout/stderr for output. Compile with:
*
* @verbatim
* gcc -g `pkg-config --cflags --libs elementary` slider_example.c -o slider_example
* gcc -g slider_example.c -o slider_example `pkg-config --cflags --libs elementary`
* @endverbatim
*/

View File

@ -5,7 +5,7 @@
* See stdout/stderr for output. Compile with:
*
* @verbatim
* gcc -g `pkg-config --cflags --libs elementary` spinner_example.c -o spinner_example
* gcc -g spinner_example.c -o spinner_example `pkg-config --cflags --libs elementary`
* @endverbatim
*/

View File

@ -1,5 +1,5 @@
//Compile with:
//gcc -g `pkg-config --cflags --libs elementary` table_example_01.c -o table_example_01
//gcc -g table_example_01.c -o table_example_01 `pkg-config --cflags --libs elementary`
#include <Elementary.h>

View File

@ -1,5 +1,5 @@
//Compile with:
//gcc -g `pkg-config --cflags --libs elementary` table_example_02.c -o table_example_02
//gcc -g table_example_02.c -o table_example_02 `pkg-config --cflags --libs elementary`
#include <Elementary.h>

View File

@ -1,5 +1,5 @@
//Compile with:
//gcc -g `pkg-config --cflags --libs elementary` thumb_example_01.c -o thumb_example_01
//gcc -g thumb_example_01.c -o thumb_example_01 `pkg-config --cflags --libs elementary`
#include <Elementary.h>
#define DATA_DIR "."

View File

@ -5,7 +5,7 @@
* See stdout/stderr for output. Compile with:
*
* @verbatim
* gcc -g `pkg-config --cflags --libs elementary` toolbar_example_01.c -o toolbar_example_01
* gcc -g toolbar_example_01.c -o toolbar_example_01 `pkg-config --cflags --libs elementary`
* @endverbatim
*/

View File

@ -5,7 +5,7 @@
* See stdout/stderr for output. Compile with:
*
* @verbatim
* gcc -g `pkg-config --cflags --libs elementary` toolbar_example_02.c -o toolbar_example_02
* gcc -g toolbar_example_02.c -o toolbar_example_02 `pkg-config --cflags --libs elementary`
* @endverbatim
*/

View File

@ -5,7 +5,7 @@
* See stdout/stderr for output. Compile with:
*
* @verbatim
* gcc -g `pkg-config --cflags --libs elementary` toolbar_example_03.c -o toolbar_example_03
* gcc -g toolbar_example_03.c -o toolbar_example_03 `pkg-config --cflags --libs elementary`
* @endverbatim
*/