Ignore:
Timestamp:
Dec 13, 2011, 1:09:40 PM (14 years ago)
Author:
Frederik Heber <heber@…>
Children:
c7ac70
Parents:
3324cf
git-author:
Frederik Heber <heber@…> (12/11/11 14:49:06)
git-committer:
Frederik Heber <heber@…> (12/13/11 13:09:40)
Message:

Huge update of file structure to place installation header files into right folder.

  • The problem ist that we desire use as include "CodePatterns/...". For this to work, especially with the new Observer subfolder structure, it has been necessary to place all header files away from their source files into a distinct folder called CodePatterns. This emulates the later, after make install present structure.
  • essentially all source and header files had to be changed to adapt the include.
  • all Makefile.am's had to be changed.
  • nobase_ ... was removed such that header files are installed flat and not creating their subfolder along the process.
  • We placed Observer into its own convenience library and own folder Observer away from Patterns.

Some other changes:

  • FIX: MemDebug.hpp inclusion has been removed in all stubs.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Patterns/unittests/stubs/ManipulablePrototypeFactoryStub.cpp

    r3324cf r9b8fa4  
    1818#endif
    1919
    20 #include "Singleton_impl.hpp"
     20#include "CodePatterns/Singleton_impl.hpp"
    2121
    2222#include "CommonStub.hpp"
     
    2626// has to be included BEFORE ManipulablePrototypeFactory_impl.hpp!
    2727#include "ManipulablePrototypeFactoryStub.def"
    28 #include "ManipulablePrototypeFactory_impl.hpp"
     28#include "CodePatterns/ManipulablePrototypeFactory_impl.hpp"
    2929
    3030
Note: See TracChangeset for help on using the changeset viewer.