Revision 18115,
548 bytes
checked in by ghudson, 22 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r18114,
which included commits to RCS files with non-trunk default branches.
|
Line | |
---|
1 | # |
---|
2 | # Configuration file for OAF |
---|
3 | # |
---|
4 | prefix=/opt/gnome |
---|
5 | exec_prefix=${prefix} |
---|
6 | |
---|
7 | orbit_includes="`/opt/gnome/bin/orbit-config --cflags server`" |
---|
8 | orbit_libs_output="`/opt/gnome/bin/orbit-config --use-service=name --libs server`" |
---|
9 | |
---|
10 | orbit_libdirs= |
---|
11 | orbit_libs= |
---|
12 | for i in $orbit_libs_output; do |
---|
13 | case "$i" in |
---|
14 | -L*|-R*) orbit_libdirs="$orbit_libdirs $i" ;; |
---|
15 | *) orbit_libs="$orbit_libs $i" ;; |
---|
16 | esac |
---|
17 | done |
---|
18 | |
---|
19 | OAF_LIBDIR="-L${exec_prefix}/lib $orbit_libdirs" |
---|
20 | OAF_LIBS="-loaf $orbit_libs" |
---|
21 | OAF_INCLUDEDIR="-I${prefix}/include $orbit_includes" |
---|
22 | MODULE_VERSION="oaf-0.6.10" |
---|
23 | |
---|
Note: See
TracBrowser
for help on using the repository browser.