summaryrefslogtreecommitdiff
path: root/other/Kermit/MakeOpt
blob: 74eb3a6580095cd2ac514f471b6831c33a4c961a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# written by palmers / teso
CXX = g++
CXXFLAGS = -O2 -Wall -I. -I../include #-g -DDEBUG

CC = gcc
CFLAGS = -O2 -Wall -I. -I../include #-g -DDEBUG

AR = ar
ARFLAGS = -cr

UTIL_DIR=../util
LIB_DIR = ../lib
BIN_DIR = ../bin

AR_OUT = $(LIB_DIR)/libKermit.a
SHARE_OUT = $(LIB_DIR)/libKermit.so