File: egnome.ace.include

package info (click to toggle)
egnome 0.cvs20020302-4
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 880 kB
  • ctags: 246
  • sloc: ansic: 236; sh: 99; makefile: 66
file content (31 lines) | stat: -rw-r--r-- 1,523 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
-- Include these parameters in your Ace file if you are building with
-- egnome; you will also need to include the sections from the
-- egtk Ace file parameters

   -- egnome clusters
   egnome: "${EGNOME}/lib";
   egnome_gnomeobj: "${EGNOME}/lib/gnomeobj";
   egnome_gnomeobj_ext: "${EGNOME}/lib/gnomeobj/externals";
   egnome_gnomeobj_se: "${EGNOME}/lib/gnomeobj/se";
   egnome_gnome: "${EGNOME}/lib/gnome";
   egnome_gnome_ext: "${EGNOME}/lib/gnome/externals";
   egnome_gnome_se: "${EGNOME}/lib/gnome/se";
   egnome_gnomeui: "${EGNOME}/lib/gnomeui";
   egnome_gnomeui_ext: "${EGNOME}/lib/gnomeui/externals";
   egnome_gnomeui_se: "${EGNOME}/lib/gnomeui/se";
   egnome_gnorba: "${EGNOME}/lib/gnorba";
   egnome_gnorba_ext: "${EGNOME}/lib/gnorba/externals";
   egnome_gnorba_se: "${EGNOME}/lib/gnorba/se";

-- external section

   external_object_files: "${EGNOME}/lib/eif_gnome.a"

   -- update this against `gnome-config --libs glib gnome gnomeui gnorba gtk`
   external_lib: "-rdynamic -L/usr/lib -L/usr/X11R6/lib -lgnomeui -lart_lgpl -lgdk_imlib -lSM -lICE -lgnome -lgnomesupport -lesd -laudiofile -ldb-3 -lgnorba -lORBitCosNaming -lORBit -lIIOP -lORBitutil -lgtk -lgdk -lgmodule -lglib -ldl -lXi -lXext -lX11 -lm"

-- generate section

   -- update this against `gnome-config --cflags glib gnome gnomeui gnorba gtk`
   c_compiler_options : "-I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/include/gnome-1.0 -DNEED_GNOMESUPPORT_H -I/usr/lib/gnome-libs/include -I/usr/include/gtk-1.2 -I/usr/include/orbit-1.0"