From b4a4a5c100d91df3e9876512fcd0f7cf8b5cd2e8 Mon Sep 17 00:00:00 2001 From: Bradley Smith Date: Fri, 16 May 2008 20:54:40 +0100 Subject: Add temporary uitest build. Signed-off-by: Bradley Smith --- ui/Makefile.am | 25 +++++++++++++++++++++++++ ui/design.glade | 2 +- ui/main.c | 6 ++++++ ui/uitest | Bin 0 -> 7633 bytes 4 files changed, 32 insertions(+), 1 deletion(-) create mode 100644 ui/Makefile.am create mode 100644 ui/main.c create mode 100755 ui/uitest (limited to 'ui') 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 +## +## 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 @@ - + 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 + +int main(int argc, char* argv[]) +{ + return 0; +} diff --git a/ui/uitest b/ui/uitest new file mode 100755 index 0000000..dce4636 Binary files /dev/null and b/ui/uitest differ -- cgit v1.1