Changeset 2413 for source/ariba
- Timestamp:
- Feb 13, 2009, 4:33:52 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/Makefile.am
r2409 r2413 363 363 # make install stuff ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 364 364 365 libariba_ladir = ${pkgincludedir}366 367 # interfaces headers for make install - don't368 # 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.h365 # 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 382 383 383 # old make install stuff ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ … … 387 387 # header files to install - TODO: extract all *.h and *.hpp files ~~~~ 388 388 389 #libariba_ladir = ${pkgincludedir}390 391 #install-data-local:392 #@for f in $(libariba_la_SOURCES); do \393 #d=`echo $$f | sed -e 's,/[^/]*$$,,'`; \394 #$(mkinstalldirs) $(DESTDIR)$(libariba_ladir)/$$d; \395 #if test -f $(srcdir)/$$f; then p=$(srcdir)/$$f; else p=$$f; fi; \396 #$(INSTALL_DATA) $$p $(DESTDIR)$(libariba_ladir)/$$f; \397 #done398 # 399 #uninstall-local:400 #rm -rf $(DESTDIR)$(libariba_ladir)389 libariba_ladir = ${pkgincludedir} 390 391 install-data-local: 392 @for f in $(libariba_la_SOURCES); do \ 393 d=`echo $$f | sed -e 's,/[^/]*$$,,'`; \ 394 $(mkinstalldirs) $(DESTDIR)$(libariba_ladir)/$$d; \ 395 if test -f $(srcdir)/$$f; then p=$(srcdir)/$$f; else p=$$f; fi; \ 396 $(INSTALL_DATA) $$p $(DESTDIR)$(libariba_ladir)/$$f; \ 397 done 398 399 uninstall-local: 400 rm -rf $(DESTDIR)$(libariba_ladir)
Note:
See TracChangeset
for help on using the changeset viewer.