Revision: 161
Author: mital.d.vora
Date: Sun Nov 22 16:33:55 2009
Log: Deleting GNUMakefiles as we are now using QtMakefiles.
http://code.google.com/p/mcrux/source/detail?r=161
Deleted:
/trunk/src/Makefile.am
/trunk/src/autoconf.sh
/trunk/src/bin/Makefile.am
/trunk/src/include/Makefile.am
/trunk/src/include/mcrux/Makefile.am
/trunk/src/lib/Makefile.am
/trunk/src/lib/abstract/Makefile.am
/trunk/src/lib/window/Makefile.am
=======================================
--- /trunk/src/Makefile.am Tue Oct 20 20:49:40 2009
+++ /dev/null
@@ -1,4 +0,0 @@
-TOMAKE_OPTIONS=foreign
-SUBDIRS=@SUBDIRS@
-
-EXTRA_DIST = autoconf.sh
=======================================
--- /trunk/src/autoconf.sh Tue Oct 20 20:49:40 2009
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-
-VERSION="0.2.0"
-
-echo -n "Running aclocal ... "
-aclocal && echo "OK" || echo "FAILED"
-echo -n "Running autoconf ... "
-autoconf && echo "OK" || echo "FAILED"
-echo -n "Running automake ... "
-automake -a -c && echo "OK" || echo "FAILED"
=======================================
--- /trunk/src/bin/Makefile.am Sun Nov 1 05:42:59 2009
+++ /dev/null
@@ -1,17 +0,0 @@
-## Process this file with automake to produce Makefile.in
-
-INCLUDES = -I@top_srcdir@/include
-
-RM_CLEAN = rm -rf
-
-SUBDIRS = .
-
-bin_PROGRAMS = mcrux_linux
-
-#noinst_PROGRAMS= gtklauncher
-
-mcrux_linux_SOURCES = mcrux_linux.cpp
-mcrux_linux_LDADD = @LDADDS@
-
-#gtklauncher_SOURCES = gtklauncher.cpp
-#gtklauncher_LDADD = @LDADDS@
=======================================
--- /trunk/src/include/Makefile.am Sat Oct 31 22:10:52 2009
+++ /dev/null
@@ -1,2 +0,0 @@
-## Process this file with automake to produce Makefile.in
-SUBDIRS = mcrux
=======================================
--- /trunk/src/include/mcrux/Makefile.am Sat Oct 31 22:10:52 2009
+++ /dev/null
@@ -1,7 +0,0 @@
-## Process this file with automake to produce Makefile.in
-
-instdir="${prefix}/include/mcrux"
-SUBDIRS = .
-
-inst_HEADERS= \
- MCrux.h
=======================================
--- /trunk/src/lib/Makefile.am Sun Nov 1 05:42:59 2009
+++ /dev/null
@@ -1,13 +0,0 @@
-## Process this file with automake to produce Makefile.in
-
-INCLUDES = -I@top_srcdir@/lib -I@top_srcdir@/include
-
-SUBDIRS = abstract window
-
-noinst_HEADERS=MCruxSpecParser.h
-
-lib_LTLIBRARIES =
libmcrux_common.la
-
-libmcrux_common_la_SOURCES = \
- MCrux.cpp \
- MCruxSpecParser.cpp
=======================================
--- /trunk/src/lib/abstract/Makefile.am Thu Nov 5 17:39:05 2009
+++ /dev/null
@@ -1,14 +0,0 @@
-## Process this file with automake to produce Makefile.in
-
-INCLUDES = -I@top_srcdir@/lib
-
-SUBDIRS = .
-
-noinst_HEADERS = \
- MCruxWindow.h
-
-lib_LTLIBRARIES =
libmcrux_abstract.la
-
-libmcrux_abstract_la_SOURCES = \
- MCruxWindow.cpp
-
=======================================
--- /trunk/src/lib/window/Makefile.am Thu Nov 5 17:39:05 2009
+++ /dev/null
@@ -1,18 +0,0 @@
-## Process this file with automake to produce Makefile.in
-
-INCLUDES = -I@top_srcdir@/lib
-
-SUBDIRS = .
-
-noinst_HEADERS = \
- MCruxWindowConfiguration.h \
- MCruxQTWindow.h \
- MCruxWindowManager.h
-
-lib_LTLIBRARIES =
libmcrux_window.la
-
-libmcrux_window_la_SOURCES = \
- MCruxWindowConfiguration.cpp \
- MCruxQTWindow.cpp \
- MCruxWindowManager.cpp
-