Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

Makefile.am 807B

12345678910111213141516171819202122232425262728293031
  1. ## Process this file with automake to produce Makefile.in
  2. ##
  3. ## $Id$
  4. ##
  5. ##
  6. ## Author: Alban Deniz
  7. ##
  8. ## Copyright (C) 2011 by MicroNeil Corporation. All rights reserved.
  9. ##
  10. CXXFLAGS = $(SNF_CXXFLAGS) -I@top_srcdir@/SNFMulti \
  11. -DSNF_OSTYPE=\"$(SNF_OSTYPE)\" -DDEFAULT_DATA_DIR=\"@datadir@/$(PACKAGE_NAME)\" \
  12. -DSBIN_DIR=\"$(DESTDIR)$(sbindir)\"
  13. noinst_LIBRARIES = \
  14. libUtilityCommon.a
  15. libUtilityCommon_a_SOURCES = \
  16. @top_srcdir@/SNFUtility/Common/UtilityConfig.cpp \
  17. @top_srcdir@/SNFUtility/Common/FileBackup.cpp
  18. noinst_HEADERS = \
  19. @top_srcdir@/SNFUtility/Common/UtilityConfig.hpp \
  20. @top_srcdir@/SNFUtility/Common/FileBackup.hpp
  21. EXTRA_DIST = \
  22. Makefile.am \
  23. ChangeLog
  24. clean-local:
  25. rm -f *.gcno *.gcov *.gcda *~