X-Git-Url: https://git.dlugolecki.net.pl/?p=vlp.git;a=blobdiff_plain;f=help%2FMakefile;h=b4e10e23e88a6cbafbc6bf0f87f6320f67cd5519;hp=fa6c8ea47b6d3fd890b9c4c846a9cfd1432b6ae0;hb=e702805740237c3ce3bc4c5de9466d3f0d630595;hpb=9db87b545def5d31a64608f2eb082d915ad5efa4 diff --git a/help/Makefile b/help/Makefile index fa6c8ea..b4e10e2 100644 --- a/help/Makefile +++ b/help/Makefile @@ -1,20 +1,23 @@ ### Includes for QT library -QINC=/usr/lib/qt-1.45/include +QINC=/usr/include/qt3 ### QT library directory -QLIB=/usr/lib/qt-1.45/lib +QLIB=/usr/lib3/ ### moc compiler directory -MOCDIR=/usr/lib/qt-1.45/bin +MOCDIR=/usr/bin ### Install directory -INSTALLDIR=/usr/local/vlp +INSTALLDIR=/home/andrzej/vlp3binD + +### QT Library linking phrase +QLINK=-lqt-mt INCDIR = $(QINC) CFLAGS = -O2 -fno-strength-reduce -Wall -W -I/usr/X11R6/include LIBCFLAGS = -fPIC YACCCFLAGS = -Wno-unused -Wno-parentheses -LFLAGS = -L$(QLIB) -lqt +LFLAGS = -L$(QLIB) $(QLINK) CC = g++ MOC = $(MOCDIR)/moc SHELL = /bin/sh