~ssalley/ubuntu/maverick/likewise-open/likewise-open.fix627272

« back to all changes in this revision

Viewing changes to dcerpc/ncklib/include/freebsd6.0/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Gerald Carter, Michael Casadevall, Gerald Carter
  • Date: 2010-03-13 07:42:44 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20100313074244-j1gy0zo19cc32xhl
Tags: 5.4.0.42111-1
[ Michael Casadevall ]
* LP: #517300
  - added debian/patches/disable_parallel_builds.diff to allow successful builds
    on non-x86 architectures caused by improperly parsing /proc/cpuinfo to
    determine the number of CPUs and set make -jX.
  - added debian/patches/correct_lwio_configure_detection.diff to correct configure
    tests for properly checking proc filesystems on non-x86 linux platforms
  - added ${misc:Depends} to Depends lines to satisfy lintian
  - Added debian/README.source to satisfy lintian 
  - Bumped standards version to 3.8.3

[ Gerald Carter ]
* New upstream release. (LP: #538616)
* likewise-open.install: Include uninstalled binaries and ncalrpc
    servers required for domainjoin-cli {join,leave}
* patches/version-in-share.diff:
  - Corrected location of VERSION file in lsassd

Show diffs side-by-side

added added

removed removed

Lines of Context:
119
119
IDL_CC = @IDL_CC@
120
120
IDL_CFLAGS = @IDL_CFLAGS@
121
121
IDL_CPP = @IDL_CPP@
 
122
IDL_FLAGS = @IDL_FLAGS@
122
123
INSTALL = @INSTALL@
123
124
INSTALL_DATA = @INSTALL_DATA@
124
125
INSTALL_PROGRAM = @INSTALL_PROGRAM@
213
214
prefix = @prefix@
214
215
program_transform_name = @program_transform_name@
215
216
psdir = @psdir@
 
217
rpc_dir = @rpc_dir@
216
218
sbindir = @sbindir@
217
219
sharedstatedir = @sharedstatedir@
218
220
srcdir = @srcdir@
238
240
IDL_CPPFLAGS = $(IDL_CFLAGS)
239
241
IDL = $(top_builddir)/idl_compiler/dceidl
240
242
IDL_INCLUDE_DIR = $(top_srcdir)/include/dce
241
 
IDLFLAGS = $(IDL_CFLAGS) -cepv -client none -server none -I$(IDL_INCLUDE_DIR)/..
 
243
IDLFLAGS = $(IDL_CFLAGS) -cepv -client none -server none -I$(IDL_INCLUDE_DIR)/.. $(IDL_FLAGS)
242
244
NCK_IDLFLAGS = -keep object -no_cpp -v -no_mepv -I$(IDL_INCLUDE_DIR)/.. -I$(top_builddir)/include @DCETHREADINCLUDES@ $(TARGET_OS) -cc_cmd '$(LIBTOOL) --mode=compile $(IDL_CC) -c $(IDL_CFLAGS) '
243
245
MODULELDFLAGS = -module -avoid-version -export-dynamic
244
246
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)