diff libgsmhr1/Makefile @ 490:4d80730683d4

libgsmhr1: implement TS 101 318 packing and unpacking
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 15 Jun 2024 05:33:35 +0000
parents
children 45bf34451dd7
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/libgsmhr1/Makefile	Sat Jun 15 05:33:35 2024 +0000
@@ -0,0 +1,22 @@
+OBJS=	pack_frame.o unpack_frame.o
+HDRS=	tw_gsmhr.h
+LIB=	libgsmhr1.a
+
+include ../config.defs
+
+all:	${LIB}
+
+${OBJS}:	${HDRS}
+
+${LIB}:	${OBJS}
+	ar rcu $@ ${OBJS}
+	ranlib $@
+
+install:
+#	mkdir -p ${DESTDIR}${includedir}
+#	install -c -m 444 tw_gsmhr.h ${DESTDIR}${includedir}
+#	mkdir -p ${DESTDIR}${libdir}
+#	install -c -m 444 ${LIB} ${DESTDIR}${libdir}
+
+clean:
+	rm -f *.[oa] errs