git.stg.codes
/
stg.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Hide or add proper copy ctor and assignement operator, initialize
[stg.git]
/
projects
/
stargazer
/
plugins
/
other
/
smux
/
Makefile
1
include ../../../../../Makefile.conf
2
3
LIBS += $(LIB_THREAD)
4
5
PROG = mod_smux.so
6
7
SRCS = smux.cpp \
8
sensors.cpp \
9
tables.cpp \
10
handlers.cpp \
11
utils.cpp \
12
types.cpp
13
14
STGLIBS = -lstgcommon -lstgsmux
15
16
CXXFLAGS += -I$(DIR_INCLUDE)/stg
17
18
include ../../Makefile.in
19
20
.PHONY: asn1
21
22
asn1:
23
$(MAKE) -C asn1 asn1