"Fossies" - the Fresh Open Source Software Archive

Member "portfwd-0.29/tools/Makefile.am" (8 Jul 2001, 190 Bytes) of package /linux/privat/old/portfwd-0.29.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 CXXFLAGS = -Wall -g -O3
    2 INCLUDES = -I$(top_srcdir)/src
    3 
    4 noinst_PROGRAMS = t_vector udp_rcv udp_snd
    5 
    6 t_vector_SOURCES = t_vector.cc
    7 udp_rcv_SOURCES = udp_rcv.cc
    8 udp_snd_SOURCES = udp_snd.cc
    9