~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/Makefile.am

  • Committer: Monty Taylor
  • Date: 2008-11-07 00:15:51 UTC
  • mto: This revision was merged to the branch mainline in revision 579.
  • Revision ID: monty@inaugust.com-20081107001551-8vxb6sf1ti0i5p09
Cleaned up some headers for PCH.

Show diffs side-by-side

added added

removed removed

Lines of Context:
287
287
      -DLOCALEDIR=\"$(localedir)\" \
288
288
      @DEFS@
289
289
 
 
290
#               server_includes.h.gch
290
291
if GCC_PCH
291
 
PCHHEADERS =
 
292
PCHHEADERS = \
 
293
                definitions.h.gch \
 
294
                handlerton.h.gch  \
 
295
                sql_plugin.h.gch
292
296
else
293
 
PCHHEADERS =
 
297
PCHHEADERS = 
294
298
endif
295
299
 
296
300
BUILT_MAINT_SRC = sql_yacc.cc \
307
311
 
308
312
CLEANFILES = lex_hash.h \
309
313
             sql_yacc.output \
 
314
             $(PCHHEADERS) \
310
315
             $(nodist_drizzled_SOURCES)
311
316
 
312
317
DISTCLEANFILES = $(EXTRA_PROGRAMS) \
332
337
 
333
338
if GCC_PCH
334
339
%.h.gch: %.h
335
 
        $(CXXCOMPILE) -include config.h -c $<
 
340
        $(CXXCOMPILE) -include config.h -Wno-unused-macros -c $<
336
341
endif
337
342
 
338
343
SUFFIXES = .d