From d822895e35c5afbe2ef14399b17363c5fcb9b86f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rafa=C5=82=20D=C5=82ugo=C5=82=C4=99cki?= Date: Mon, 1 Jul 2013 22:26:13 +0200 Subject: [PATCH] Removing automake generated files. Old configure and INSTALL will be replaced with ones automatically generated by automake. --- INSTALL | 42 ------------------------------------------ configure | 12 ------------ 2 files changed, 54 deletions(-) delete mode 100644 INSTALL delete mode 100755 configure diff --git a/INSTALL b/INSTALL deleted file mode 100644 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 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 - -- 2.30.2