Ignore:
Timestamp:
Feb 11, 2009, 2:44:41 PM (15 years ago)
Author:
Christoph Mayer
Message:

-includes und make install gefixt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/Makefile.am

    r2393 r2396  
    4141endif
    4242
    43 libariba_la_INCLUDES =
    44 
    4543# sources and subdirs ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    46 
    47 #interfaces headers for make install - don't
    48 #remove the here listed .h files from _SOURCES!
    49 libariba_la_INCLUDES += \
    50   tidy/AribaModule.h \
    51   tidy/TidyCommunicationListener.h \
    52   tidy/Identifiers.h \
    53   tidy/LinkProperties.h \
    54   tidy/TidyMessage.h \
    55   tidy/DataMessage.h \
    56   tidy/Module.h \
    57   tidy/Name.h \
    58   tidy/Node.h \
    59   tidy/NodeListener.h \
    60   tidy/SpoVNetProperties.h
    6144
    6245#tidy interface
     
    8467  tidy/SpoVNetProperties.cpp \
    8568  tidy/SpoVNetProperties.h
    86  
     69
    8770#communication
    8871libariba_la_SOURCES += \
     
    378361  utility/types/SpoVNetID.h
    379362
     363# make install stuff ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     364
     365libariba_ladir = ${pkgincludedir}
     366
     367#interfaces headers for make install - don't
     368#remove the here listed .h files from _SOURCES!
     369libariba_la_HEADERS = \
     370  tidy/ariba.h \
     371  tidy/AribaModule.h \
     372  tidy/DataMessage.h \
     373  tidy/Identifiers.h \
     374  tidy/LinkProperties.h \
     375  tidy/Module.h \
     376  tidy/Name.h \
     377  tidy/Node.h \
     378  tidy/NodeListener.h \
     379  tidy/SpoVNetProperties.h \
     380  tidy/TidyCommunicationListener.h \
     381  tidy/TidyMessage.h
     382
     383# old make install stuff ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     384
    380385#autotools does not support hierarchical folders in the header dir
    381386#so we copy them on our own using, similar to 14.3 in the autobook
    382 
    383 
    384 #TODO: do we still need this? what is the default dir?#do we want the version no in the folder
    385 # so people can install multiple header versions?
    386 libariba_ladir = ${pkgincludedir}
    387 
    388387# header files to install - TODO: extract all *.h and *.hpp files ~~~~
    389388
    390 ### --> no more longer needed when the tidy interface is done!
    391 #
    392 #              |
    393 #              |
    394 #             \/
    395 #
     389#libariba_ladir = ${pkgincludedir}
     390
    396391# install-data-local:
    397392#       @for f in $(libariba_la_SOURCES); do \
Note: See TracChangeset for help on using the changeset viewer.