"Fossies" - the Fresh Open Source Software Archive

Member "FunctionCheck-3.2.0/src/share/Makefile.am" (26 May 2012, 214 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 AM_CFLAGS = -g -I../include
    2 AM_CXXFLAGS = -g -I../include
    3 
    4 noinst_LTLIBRARIES = libshare.la
    5 
    6 libshare_la_SOURCES = \
    7 	fc_fifo.c \
    8 	fc_fifo.h \
    9 	fc_semaphore.c \
   10 	fc_time.c \
   11 	fc_time.h \
   12 	fc_tools.c \
   13 	fc_tools.h
   14