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

« back to all changes in this revision

Viewing changes to src/idl-compiler/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:
120
120
FFLAGS = @FFLAGS@
121
121
GLIB_REQUIRED = @GLIB_REQUIRED@
122
122
GREP = @GREP@
 
123
GTKDOC_CHECK = @GTKDOC_CHECK@
123
124
HTML_DIR = @HTML_DIR@
124
125
INSTALL = @INSTALL@
125
126
INSTALL_DATA = @INSTALL_DATA@
158
159
ORBIT_ALIGNOF_CORBA_STRUCT = @ORBIT_ALIGNOF_CORBA_STRUCT@
159
160
ORBIT_ALIGNOF_CORBA_WCHAR = @ORBIT_ALIGNOF_CORBA_WCHAR@
160
161
ORBIT_CFLAGS = @ORBIT_CFLAGS@
161
 
ORBIT_DEBUG_CFLAGS = @ORBIT_DEBUG_CFLAGS@
162
162
ORBIT_IDL_CFLAGS = @ORBIT_IDL_CFLAGS@
163
163
ORBIT_IDL_LIBS = @ORBIT_IDL_LIBS@
164
164
ORBIT_LIBS = @ORBIT_LIBS@