"Fossies" - the Fresh Open Source Software Archive

Member "sslproxy-1.1.2/Makefile.global" (27 Feb 2009, 311 Bytes) of package /linux/privat/old/sslproxy-1.1.2.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 PREFIX = /usr
    2 
    3 MAJOR_VERSION = 1
    4 MINOR_VERSION = 1
    5 MICRO_VERSION = 2
    6 
    7 VERSION = ${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}
    8 
    9 CC = gcc
   10 LD = gcc
   11 CINCLUDE =
   12 CFLAGS = -Wall -g3 -DVERSION=\"$(VERSION)\"
   13 LDFLAGS =
   14 COPTS = $(CFLAGS) $(CINCLUDE) $(CCPRAGMA)
   15 LDLIBS = -lssl -lcrypto
   16 LDOPTS = $(LDFLAGS) $(LDLIBS)