include ../../toprules.make
INCLUDES += -I$(TOPDIR)
LDFLAGS = -L$(TOPDIR)/ 
LIBS = -lcolyseus-wan -lpthread -lm -lz -lgmp
merc_libs = $(TOPDIR)/libcolyseus-wan.so 

TOPDIR = ../..
TARGET = repconntest

all: $(TARGET)


$(TARGET): $(objs) $(merc_libs) 
	$(CPP) $(CFLAGS) $(LDFLAGS) $(objs) $(LIBS) -o $(TARGET) 

DIST_FILES = *.cpp *.h *.pl


include ../../botrules.make
