ground GSM module driver

This commit is contained in:
Gautier Hattenberger
2010-06-17 16:39:41 +00:00
parent 588fd7d2b5
commit dd599a1dc4
2 changed files with 777 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
all: SMS_GS
SMS_GS: SMS_Ground_UDtest_final.c
gcc -g -O2 -Wall `pkg-config --cflags glib-2.0 gtk+-2.0` -L/usr/lib -lglibivy -o SMS_GS SMS_Ground_UDtest_final.c `pkg-config --libs glib-2.0 gtk+-2.0` `pcre-config --libs` -lglibivy
clean:
rm SMS_GS
File diff suppressed because it is too large Load Diff