aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2013-04-06 11:36:41 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2013-04-06 11:40:53 +0200
commit009957dffc175e609b7bef6047b860ea0a073c57 (patch)
treee93227db881a7f18e66fb569dfdf7c51d79c3e0e /Makefile
parent7ccefaa16e5f4106c723c0262c4d04d161494815 (diff)
mtp3: Introduce some basic structures for MTP3 decoding
This starts to introduce some basic MTP3 message decoding and encoding using the generic MessageBuffer classes.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 20daddd..65f5887 100644
--- a/Makefile
+++ b/Makefile
@@ -43,7 +43,9 @@ OSMO = \
osmo/OsmoUDPSocket.st osmo/OsmoCtrlLogging.st \
osmo/OsmoCtrlGrammar.st osmo/OsmoAppConnection.st \
osmo/OsmoCtrlConnection.st osmo/OsmoCtrlGrammarTest.st
-
+
+MTP3 = \
+ mtp3/MTP3Messages.st mtp3/MTP3MessagesTests.st
@@ -53,7 +55,7 @@ all:
convert:
$(GST_CONVERT) $(CONVERT_RULES) -F squeak -f gst \
-o fileout.st pharo-porting/compat_for_pharo.st \
- $(CORE) $(IPA) $(SCCP) $(ISUP) $(UA) $(OSMO) \
+ $(CORE) $(IPA) $(SCCP) $(ISUP) $(UA) $(OSMO) $(MTP3) \
Tests.st pharo-porting/changes_for_pharo.st
sed -i s,"=>","==>",g fileout.st