timer.c messagehandler.c channel.c Mumble.pb-c.c voicetarget.c
OBJS:=$(patsubst %.c, %.o, $(SRCS))
-CFLAGS:=$(CFLAGS) -I. -I/data/export/proj/openssl/include/ -Wall -g -DDEBUG
+
+#CFLAGS:=$(CFLAGS) -I. -I/data/export/proj/openssl/include/ -Wall -g -DDEBUG
#LDFLAGS:=$(LDFLAGS) -L/data/export/proj/openssl/lib/ -lcrypto -lssl -lconfig
CFLAGS:=$(CFLAGS) -I. -Wall -g
LDFLAGS:=$(LDFLAGS) -lcrypto -lssl -lconfig
clean:
$(MAKE) -C google/protobuf-c/ clean
- rm -f *.o umurmurd
+ rm -f *.o umurmurd depend.mak
all: umurmurd