You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Makefile.am 654B

123456789101112131415161718192021222324252627
  1. ## Process this file with automake to produce Makefile.in
  2. ##
  3. ## $Id$
  4. ##
  5. ## automake input for the MicroNeil SNFServer application (SNFServer directory).
  6. ##
  7. ## Author: Alban Deniz
  8. ##
  9. ## Copyright (C) 2008 ARM Research Labs, LLC.
  10. ## See www.armresearch.com for the copyright terms.
  11. ##
  12. ##
  13. LIBS = @SNF_LIBS@ -L../SNFMulti -L../CodeDweller -lSNFMulti -lCodeDweller @LIBS@
  14. CXXFLAGS = $(SNF_CXXFLAGS) -I@top_srcdir@/SNFMulti -I@top_srcdir@/CodeDweller
  15. sbin_PROGRAMS = \
  16. SNFServer
  17. SNFServer_SOURCES = \
  18. @top_srcdir@/SNFServer/main.cpp
  19. EXTRA_DIST = \
  20. Makefile.am
  21. clean-local:
  22. rm -f *.gcno *.gcov *.gcda *~ $(CONFDATA)