~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/Makefile.am

  • Committer: Brian Aker
  • Date: 2008-12-02 23:01:32 UTC
  • mfrom: (632.1.25 devel)
  • Revision ID: brian@tangent.org-20081202230132-je5uysmm22avja4b
Merge (plus Solaris warning fixes)

Show diffs side-by-side

added added

removed removed

Lines of Context:
288
288
libyacc_la_CXXFLAGS = ${AM_CXXFLAGS} -Wno-unused-macros
289
289
 
290
290
 
291
 
if HAVE_DTRACE
 
291
if BUILD_DTRACE
292
292
drizzled_SOURCES += probes.d
293
293
endif
294
294
 
304
304
      -DLOCALEDIR=\"$(localedir)\" \
305
305
      @DEFS@
306
306
 
307
 
if GCC_PCH
 
307
if BUILD_GCC_PCH
308
308
PCHHEADERS = \
309
309
                definitions.h.gch \
310
310
                handlerton.h.gch  \
350
350
        sed "s/#include <unistd.h>//g" probes.h.bak > probes.h
351
351
        rm probes.h.bak
352
352
 
353
 
if GCC_PCH
 
353
if BUILD_GCC_PCH
354
354
%.h.gch: %.h
355
355
        $(CXXCOMPILE) -include config.h -Wno-unused-macros -c $<
356
356
endif