"Fossies" - the Fresh Open Source Software Archive

Member "tlswrap-1.04/Makefile.am" (25 Nov 2006, 632 Bytes) of package /linux/privat/old/tlswrap-1.04.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 = tlswrap
    2 #tlswrap_SOURCES = config.c misc.c network.c parse.c tls.c tlswrap.c config.h misc.h network.h parse.h tls.h tlswrap.h
    3 #tlswrap_LDADD = @LIBOBJS@
    4 #tlswrap_CPPFLAGS = -Wall -Wmissing-prototypes
    5 
    6 CORESRC = config.c misc.c network.c parse.c tls.c tlswrap.c
    7 INCSRC = config.h misc.h network.h parse.h tls.h tlswrap.h
    8 
    9 #EXTRA_tlwrap_SOURCES=$(CORESRC) $(INCSRC)
   10 
   11 bin_PROGRAMS=tlswrap
   12 tlswrap_SOURCES=$(CORESRC) $(INCSRC)
   13 #tlswrap_LDADD=@dents_LDADD@ @STATIC_MODS@ ../support/libsupport.la
   14 #tlswrap_LDFLAGS=-export-dynamic @LDFLAGS_ORB@
   15 #tlswrap_LDADD = @LIBOBJS@
   16 tlswrap_CPPFLAGS = -Wall -Wmissing-prototypes
   17 
   18  
   19