Changeset 2396
- Timestamp:
- Feb 11, 2009, 2:44:41 PM (16 years ago)
- Location:
- source/ariba
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/Makefile.am
r2393 r2396 41 41 endif 42 42 43 libariba_la_INCLUDES =44 45 43 # sources and subdirs ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 46 47 #interfaces headers for make install - don't48 #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.h61 44 62 45 #tidy interface … … 84 67 tidy/SpoVNetProperties.cpp \ 85 68 tidy/SpoVNetProperties.h 86 69 87 70 #communication 88 71 libariba_la_SOURCES += \ … … 378 361 utility/types/SpoVNetID.h 379 362 363 # make install stuff ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 364 365 libariba_ladir = ${pkgincludedir} 366 367 #interfaces headers for make install - don't 368 #remove the here listed .h files from _SOURCES! 369 libariba_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 380 385 #autotools does not support hierarchical folders in the header dir 381 386 #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 folder385 # so people can install multiple header versions?386 libariba_ladir = ${pkgincludedir}387 388 387 # header files to install - TODO: extract all *.h and *.hpp files ~~~~ 389 388 390 ### --> no more longer needed when the tidy interface is done! 391 # 392 # | 393 # | 394 # \/ 395 # 389 #libariba_ladir = ${pkgincludedir} 390 396 391 # install-data-local: 397 392 # @for f in $(libariba_la_SOURCES); do \ -
source/ariba/tidy/ariba.h
r2393 r2396 43 43 * This file includes all standard headers for a working ariba substrate 44 44 */ 45 46 #include "AribaModule.h" 47 #include "DataMessage.h" 48 #include "Identifiers.h" 49 #include "LinkProperties.h" 45 50 #include "Module.h" 46 #include "Identifiers.h"47 #include "AribaModule.h"48 #include "LinkProperties.h"49 #include "DataMessage.h"50 #include "TidyCommunicationListener.h"51 51 #include "Name.h" 52 52 #include "Node.h" 53 53 #include "NodeListener.h" 54 54 #include "SpoVNetProperties.h" 55 #include "TidyCommunicationListener.h" 56 #include "TidyMessage.h" 55 57 56 58 #endif /* ARIBA_H_ */
Note:
See TracChangeset
for help on using the changeset viewer.