From: Rafał Długołęcki Date: Mon, 1 Jul 2013 20:26:13 +0000 (+0200) Subject: Removing automake generated files. Old configure and INSTALL will be replaced with... X-Git-Tag: 3.1~81 X-Git-Url: https://git.dlugolecki.net.pl/?p=vlp.git;a=commitdiff_plain;h=d822895e35c5afbe2ef14399b17363c5fcb9b86f Removing automake generated files. Old configure and INSTALL will be replaced with ones automatically generated by automake. --- 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 -