Changeset 6812 for trunk/Makefile

Show
Ignore:
Timestamp:
09/09/10 19:58:32 (21 months ago)
Author:
westram
Message:
  • merged r6753, r6788 + r6789 from refactor:
    • multiple attributes get promoted to headers
    • make depends scans __cplusplus sections
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    r6771 r6812  
    583583AINCLUDES := -I. -I$(ARBHOME)/INCLUDE $(XINCLUDES) 
    584584CPPINCLUDES := -I. -I$(ARBHOME)/INCLUDE $(XINCLUDES) 
    585 MAKEDEPENDFLAGS := -- $(cflags) -- -DARB_OPENGL -DUNIT_TESTS=1 -I. -Y$(ARBHOME)/INCLUDE 
     585MAKEDEPENDFLAGS := -- $(cflags) -- -DARB_OPENGL -DUNIT_TESTS=1 -D__cplusplus -I. -Y$(ARBHOME)/INCLUDE 
    586586 
    587587ifeq ($(VTABLE_INFRONTOF_CLASS),1) 
     
    15521552# for the moment, put all units containing tests into UNITS_TESTED: 
    15531553UNITS_TESTED = \ 
     1554        AISC_MKPTPS/mkptypes.test \ 
    15541555        PROBE_COM/client.test \ 
    15551556        TOOLS/arb_probe.test \