git.stg.codes
/
stg.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fix unsigned types while working with IBPP
[stg.git]
/
stglibs
/
smux.lib
/
Makefile
1
include ../../Makefile.conf
2
3
LIB_NAME = stgsmux
4
5
SRCS = $(wildcard *.c)
6
7
INCS = $(wildcard *.h)
8
9
.PHONY: asn1
10
11
#ASN1_SOURCES = RFC1213-MIB.asn1 \
12
# RFC1155-SMI.asn1 \
13
# RFC1157-SNMP.asn1 \
14
# SMUX.asn1
15
16
#asn1: $(ASN1_SOURCES)
17
# asn1c -fskeletons-copy -fcompound-names $^
18
# rm Makefile.am.sample
19
20
include ../Makefile.in