"Fossies" - the Fresh Open Source Software Archive

Member "FunctionCheck-3.2.0/src/libfc/Makefile.am" (26 May 2012, 377 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 lib_LTLIBRARIES = libfc.la
    2 
    3 AM_LDFLAGS = -ldl -lpthread
    4 
    5 AM_CFLAGS = -g -I../include -I../share
    6 AM_CXXFLAGS = -g -I../include -I../share
    7 
    8 libfc_la_SOURCES = \
    9 	fc_check.c \
   10 	fc_com.c \
   11 	fc_com.h \
   12 	fc_fifo.h \
   13 	fc_memory.c \
   14 	fc_memory.h \
   15 	fc_ressources.c \
   16 	fc_ressources.h
   17 
   18 libfc_la_LDFLAGS = -Xcompiler -nostartfiles
   19 
   20 libfc_la_LIBADD = -ldl -lpthread ../share/libshare.la
   21