"Fossies" - the Fresh Open Source Software Archive

Member "FunctionCheck-3.2.0/src/fcmanager/Makefile.am" (26 May 2012, 530 Bytes) of package /linux/privat/old/FunctionCheck-3.2.0.tar.gz:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 bin_PROGRAMS = fcmanager
    2 
    3 AM_CFLAGS = -g -I../include -I../share
    4 AM_CXXFLAGS = -g -I../include -I../share
    5 
    6 fcmanager_SOURCES = \
    7 	fc_com.h \
    8 	fc_com_manager.c \
    9 	fc_com_manager.h \
   10 	fc_context.c \
   11 	fc_context.h \
   12 	fc_fifo.h \
   13 	fc_functions.c \
   14 	fc_functions.h \
   15 	fc_global.h \
   16 	fc_graph.c \
   17 	fc_graph.h \
   18 	fc_hash.c \
   19 	fc_hash.h \
   20 	fc_memory_manager.c \
   21 	fc_memory_manager.h \
   22 	fc_semaphore.h \
   23 	fc_stack.c \
   24 	fc_stack.h \
   25 	fc_xhash.c \
   26 	fc_xhash.h \
   27 	fc_xlhash.c \
   28 	fc_xlhash.h \
   29 	main.c
   30 
   31 fcmanager_LDADD = ../share/libshare.la
   32