Update to the newest upstream version.
[vlp.git] / int / Makefile
index 703d0e3e758a3a133964d6eca45aafd51568083b..2871c389ecf879bdd41110b4bb0bf8197bd357bd 100644 (file)
@@ -1,3 +1,17 @@
+###   Includes for QT library
+QINC=/usr/include/qt3
+
+###   QT library directory
+QLIB=/usr/lib3/
+
+###   moc compiler directory
+MOCDIR=/usr/bin
+
+###  Install directory
+INSTALLDIR=/home/andrzej/vlp3binD
+
+###  QT Library linking phrase
+QLINK=-lqt-mt
 SHELL=/bin/bash
 #.SUFFIXES: .o .c
 
@@ -24,7 +38,7 @@ SHELL=/bin/bash
 #
 
         
-UNIXPARS=-DUNIX -DWORD_32BIT -DUSE_ALARM -Dpascal=
+UNIXPARS=-DUNIX -DWORD_32BIT -DUSE_CLOCK -Dpascal=
 UNIXPARSNG=$(UNIXPARS)
 
 #CC=cc $(UNIXPARSNG) -DNO_PROTOTYPES            # SUN,HP
@@ -32,7 +46,7 @@ UNIXPARSNG=$(UNIXPARS)
 #CC=cc -W1 $(UNIXPARSNG)                        # SCO
 #CC=cc -W1 $(UNIXPARSNG) -DOBJECTADDR           # SCO
 #CC=cc -W1 $(UNIXPARSNG) -DOBJECTADDR -DTCPIP   # SCO TCPIP
-CC=gcc $(UNIXPARSNG) -DOBJECTADDR -DSYSV     # GNU C++ TCPIP
+CC=gcc $(UNIXPARSNG) -DOBJECTADDR -DSYSV -I$(QINC)    # GNU C++ TCPIP
 #CC=cc -W1 $(UNIXPARS) -DSYSV -DXSIGHT          # SCO with X11 graphics
 #CC=gcc -g $(UNIXPARS) -DSYSV -DXSIGHT          # SCO GCC with X11 graphics
 
@@ -43,7 +57,7 @@ target : int
 
 #############################################################################
 #ADDOPT = -lsocket # sun
-ADDOPT =   # Linux
+ADDOPT =  $(QLINK) # Linux
 
 
 OBJ= cint.o compact.o control.o util.o handler.o intdt.o        \