summaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
authorBradley Smith2008-05-16 20:54:40 +0100
committerBradley Smith2008-05-16 20:54:40 +0100
commitb4a4a5c100d91df3e9876512fcd0f7cf8b5cd2e8 (patch)
tree6aa4fa65e203429b3c0c0d6e62207b3406e79f12 /ui
parentAdd initial UI design. (diff)
downloadgnurobots-b4a4a5c100d91df3e9876512fcd0f7cf8b5cd2e8.tar.gz
Add temporary uitest build.
Signed-off-by: Bradley Smith <brad@brad-smith.co.uk>
Diffstat (limited to 'ui')
-rw-r--r--ui/Makefile.am25
-rw-r--r--ui/design.glade2
-rw-r--r--ui/main.c6
-rwxr-xr-xui/uitestbin0 -> 7633 bytes
4 files changed, 32 insertions, 1 deletions
diff --git a/ui/Makefile.am b/ui/Makefile.am
new file mode 100644
index 0000000..fd75fcb
--- /dev/null
+++ b/ui/Makefile.am
@@ -0,0 +1,25 @@
+## Copyright (C) 2008 Bradley Smith <brad@brad-smith.co.uk>
+##
+## src/Makefile.am
+##
+## GNU Robots is free software; you can redistribute it and/or modify
+## it under the terms of the GNU General Public License as published by
+## the Free Software Foundation; either version 2 of the License, or
+## (at your option) any later version.
+##
+## GNU Robots is distributed in the hope that it will be useful,
+## but WITHOUT ANY WARRANTY; without even the implied warranty of
+## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+## GNU General Public License for more details.
+##
+## You should have received a copy of the GNU General Public License
+## along with GNU Robots; if not, write to the Free Software
+## Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+
+bin_PROGRAMS = uitest
+
+INCLUDES = $(GTK_CFLAGS) \
+ -I$(top_builddir)/ui/include
+
+uitest_SOURCES = main.c
+uitest_LDFLAGS = $(GTK_LIBS)
diff --git a/ui/design.glade b/ui/design.glade
index 4243222..b8d6fba 100644
--- a/ui/design.glade
+++ b/ui/design.glade
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
-<!--Generated with glade3 3.4.5 on Fri May 16 02:00:03 2008 -->
+<!--Generated with glade3 3.4.5 on Fri May 16 20:44:59 2008 -->
<glade-interface>
<widget class="GtkWindow" id="window1">
<child>
diff --git a/ui/main.c b/ui/main.c
new file mode 100644
index 0000000..2346eb4
--- /dev/null
+++ b/ui/main.c
@@ -0,0 +1,6 @@
+#include <gtk/gtk.h>
+
+int main(int argc, char* argv[])
+{
+ return 0;
+}
diff --git a/ui/uitest b/ui/uitest
new file mode 100755
index 0000000..dce4636
--- /dev/null
+++ b/ui/uitest
Binary files differ