Removing automake generated files. Old configure and INSTALL will be replaced with...
authorRafał Długołęcki <kontakt@dlugolecki.net.pl>
Mon, 1 Jul 2013 20:26:13 +0000 (22:26 +0200)
committerRafał Długołęcki <kontakt@dlugolecki.net.pl>
Mon, 1 Jul 2013 22:41:56 +0000 (00:41 +0200)
INSTALL [deleted file]
configure [deleted file]

diff --git a/INSTALL b/INSTALL
deleted file mode 100644 (file)
index 51765f9..0000000
--- a/INSTALL
+++ /dev/null
@@ -1,42 +0,0 @@
-Pre-requisite:
-   Prior To compile and run Virtual LOGLAN Processor you should compile
-   the QT library.(You may consult the file "inst/LICENSE.QT" for more informations
-   about the QT. 
-   Read the file
-       installQT.html
-   and follow the instructions contained there.       
-     
-
-
-First, you MUST edit the file "Dir" and set the proper directories:
-
-QINC - directory where the QT library includes are stored
-QLIB - directory where you have your  QT library (ver. 1.30)
-MOCDIR - QT library has a special compiler named "moc", write
-         the directory where this compiler is stored
-
-INSTALLDIR - directory where the Virtual LOGLAN Processor will be
-             installed
-
-Next, run the following:
-
-       ./configure 
-
-to configure source files
-
-       make
-
-to build VLP and
-
-       make install
-
-to install Virtual LOGLAN Processor
-
-Now you must configure your "vlp.cfg" file which is stored in
-the instalation directory.
-WARNING! Variable "homedir" should point to the directory where
-you have program "logker" installed. This MUST be a full path !!!                              
-
-
-
-
diff --git a/configure b/configure
deleted file mode 100755 (executable)
index a25231f..0000000
--- a/configure
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-
-cat Dir graph/mfile > graph/Makefile
-cat Dir net/mfile > net/Makefile
-cat Dir kernel/mfile > kernel/Makefile
-cat Dir lgconfig/mfile > lgconfig/Makefile
-cat Dir edit/mfile > edit/Makefile
-cat Dir preproc/mfile > preproc/Makefile
-cat Dir help/mfile > help/Makefile
-cat Dir int/mfile > int/Makefile
-cat Dir ./mfile > ./Makefile
-