Ignore:
Timestamp:
Jan 10, 2011, 8:07:18 PM (15 years ago)
Author:
Frederik Heber <heber@…>
Children:
56d62f
Parents:
8dd38e
git-author:
Frederik Heber <heber@…> (01/10/11 20:00:52)
git-committer:
Frederik Heber <heber@…> (01/10/11 20:07:18)
Message:

FIX: make dist works, documentation changed and working (basically).

  • make dist lacked some nodist_..._SOURCES.
  • doc is now created in top_builddir/doc, not top_srcdir.
  • Doxyfile is now created by configure and package name, version and paths are adapted therein.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Patterns/unittests/Makefile.am

    r8dd38e r192c04  
    3131CacheableUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
    3232        CacheableUnitTest.cpp \
    33         CacheableUnitTest.hpp \
     33        CacheableUnitTest.hpp
     34nodist_CacheableUnitTest_SOURCES = \
    3435        ../Cachable.hpp \
    3536        ../Observer.hpp \
     
    4041        CloneUnitTest.cpp \
    4142        CloneUnitTest.hpp \
    42         ../Clone.hpp \
    4343        stubs/CommonStub.cpp \
    4444        stubs/CommonStub.hpp \
    4545        stubs/CloneStub.cpp \
    4646        stubs/CloneStub.hpp
     47nodist_CloneUnitTest_SOURCES = \
     48        ../Clone.hpp
    4749CloneUnitTest_LDADD = $(TESTLIBS)
    4850
     
    5052        CreatorUnitTest.cpp \
    5153        CreatorUnitTest.hpp \
    52         ../Creator.hpp \
    5354        stubs/CommonStub.cpp \
    5455        stubs/CommonStub.hpp \
    5556        stubs/CreatorStub.hpp
     57nodist_CreatorUnitTest_SOURCES = \
     58        ../Creator.hpp
    5659CreatorUnitTest_LDADD = $(TESTLIBS)
    5760
     
    6366        stubs/CreatorStub.hpp \
    6467        stubs/FactoryStub.hpp \
    65         stubs/FactoryStub.cpp \
     68        stubs/FactoryStub.cpp
     69nodist_FactoryUnitTest_SOURCES = \
    6670        ../Factory.hpp \
    6771        ../FactoryTypeList.hpp \
     
    7276        ManipulableCloneUnitTest.cpp \
    7377        ManipulableCloneUnitTest.hpp \
    74         ../ManipulableClone.hpp \
    7578        stubs/CommonStub.cpp \
    7679        stubs/CommonStub.hpp \
    7780        stubs/ManipulableCloneStub.cpp \
    7881        stubs/ManipulableCloneStub.hpp
     82nodist_ManipulableCloneUnitTest_SOURCES = \
     83        ../ManipulableClone.hpp
    7984ManipulableCloneUnitTest_LDADD = $(TESTLIBS)
    8085
     
    8792        stubs/CommonStub.hpp \
    8893        stubs/ManipulablePrototypeFactoryStub.hpp \
    89         stubs/ManipulablePrototypeFactoryStub.cpp \
     94        stubs/ManipulablePrototypeFactoryStub.cpp
     95nodist_ManipulablePrototypeFactoryUnitTest_SOURCES = \
    9096        ../ManipulablePrototypeFactory.hpp \
    9197        ../FactoryTypeList.hpp \
     
    95101ObserverUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
    96102        ObserverUnitTest.cpp \
    97         ObserverUnitTest.hpp \
     103        ObserverUnitTest.hpp
     104nodist_ObserverUnitTest_SOURCES = \
    98105        ../Observer.hpp \
    99106        ../ObserverIterator.hpp
     
    108115        stubs/CommonStub.hpp \
    109116        stubs/PrototypeFactoryStub.hpp \
    110         stubs/PrototypeFactoryStub.cpp \
     117        stubs/PrototypeFactoryStub.cpp
     118nodist_PrototypeFactoryUnitTest_SOURCES = \
    111119        ../PrototypeFactory.hpp \
    112120        ../FactoryTypeList.hpp \
     
    117125        RegistryUnitTest.cpp \
    118126        RegistryUnitTest.hpp
     127#nodist_RegistryUnitTest_SOURCES =
    119128#RegistryUnitTest_LDADD = $(TESTLIBS)
    120129
     
    122131        SingletonUnitTest.cpp \
    123132        SingletonUnitTest.hpp
     133#nodist_SingletonUnitTest_SOURCES =
    124134SingletonUnitTest_LDADD = $(TESTLIBS)
    125135
Note: See TracChangeset for help on using the changeset viewer.