~ubuntu-branches/ubuntu/saucy/orbit2/saucy

« back to all changes in this revision

Viewing changes to src/orb/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Loic Minier
  • Date: 2008-01-25 12:34:42 UTC
  • mfrom: (1.2.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20080125123442-ng7dese7qblcrc8l
Tags: 1:2.14.11-0ubuntu1
* Merge with Debian; no remaining Ubuntu changes.
  - Set Maintainer to Ubuntu Desktop Team.
* New upstream release; no API change; bug fixes.
  - Upstream NEWS:
    . Fix off by one in all method name lengths
      Fixes interoperability with other ORBs (J. Specht)
  - Update autoreconf patch, 700-autoreconf.

Show diffs side-by-side

added added

removed removed

Lines of Context:
118
118
FFLAGS = @FFLAGS@
119
119
GLIB_REQUIRED = @GLIB_REQUIRED@
120
120
GREP = @GREP@
 
121
GTKDOC_CHECK = @GTKDOC_CHECK@
121
122
HTML_DIR = @HTML_DIR@
122
123
INSTALL = @INSTALL@
123
124
INSTALL_DATA = @INSTALL_DATA@
156
157
ORBIT_ALIGNOF_CORBA_STRUCT = @ORBIT_ALIGNOF_CORBA_STRUCT@
157
158
ORBIT_ALIGNOF_CORBA_WCHAR = @ORBIT_ALIGNOF_CORBA_WCHAR@
158
159
ORBIT_CFLAGS = @ORBIT_CFLAGS@
159
 
ORBIT_DEBUG_CFLAGS = @ORBIT_DEBUG_CFLAGS@
160
160
ORBIT_IDL_CFLAGS = @ORBIT_IDL_CFLAGS@
161
161
ORBIT_IDL_LIBS = @ORBIT_IDL_LIBS@
162
162
ORBIT_LIBS = @ORBIT_LIBS@
243
243
        -DORBIT_VERSION=\"@ORBIT_VERSION@\"     \
244
244
        -DORBIT2_INTERNAL_API                   \
245
245
        $(WARN_CFLAGS)                          \
246
 
        $(ORBIT_DEBUG_CFLAGS)                   \
247
246
        $(LOCAL_LINC_CFLAGS)                    \
248
247
        $(ORBIT_CFLAGS)
249
248