]> git.stg.codes - stg.git/blob - libs/smux/Makefile
Port to CMake, get rid of os_int.h.
[stg.git] / libs / smux / Makefile
1 include ../../Makefile.conf
2
3 LIB_NAME = stgsmux
4
5 SRCS = $(wildcard *.c)
6
7 INCS = $(notdir $(wildcard include/stg/*.h))
8
9 LIB_INCS = -I ./include/stg
10
11 #.PHONY: asn1
12
13 #ASN1_SOURCES = RFC1213-MIB.asn1 \
14 #              RFC1155-SMI.asn1 \
15 #              RFC1157-SNMP.asn1 \
16 #              SMUX.asn1
17
18 #asn1: $(ASN1_SOURCES)
19 #       asn1c -fskeletons-copy -fcompound-names $^
20 #       rm Makefile.am.sample
21
22 include ../Makefile.in