|
|
########################################################## USING QT | ########################################################## USING QT |
##### If using Qt, uncomment these five lines | ##### If using Qt, uncomment these five lines |
# GRAPH_FLAGS = -DUSEQT -DQT_THREAD_SUPPORT -I$(QTDIR)/include $(QUI_CFLAGS) |
GRAPH_FLAGS = -DUSEQT -DQT_THREAD_SUPPORT -I$(QTDIR)/include $(QUI_CFLAGS) |
# GRAPH_LIBS = -L$(QTDIR)/lib $(QUI_LIBS) $(QT_LIB_EXTRAS) |
GRAPH_LIBS = -L$(QTDIR)/lib $(QUI_LIBS) $(QT_LIB_EXTRAS) |
# GRAPH_OBJS = $(GRAPH_OBJS_QT) |
GRAPH_OBJS = $(GRAPH_OBJS_QT) |
# GRAPH_SRC = $(GRAPH_SRC_QT) |
GRAPH_SRC = $(GRAPH_SRC_QT) |
# CCOMPILER = @CXX@ |
CCOMPILER = @CXX@ |
| |
##### Qt on UNIX/Linux: uncomment the next two lines: | ##### Qt on UNIX/Linux: uncomment the next two lines: |
ELECTRIC_TARGET = electric-target-unix | ELECTRIC_TARGET = electric-target-unix |
|
|
| |
########################################################### USING MOTIF | ########################################################### USING MOTIF |
##### If using Motif (or OpenMotif/Lesstif), uncomment these five lines | ##### If using Motif (or OpenMotif/Lesstif), uncomment these five lines |
GRAPH_FLAGS = @X_CFLAGS@ |
#GRAPH_FLAGS = @X_CFLAGS@ |
GRAPH_LIBS = -lXm @XMULIB@ -lXt @XPLIB@ @XEXTLIB@ -lX11 |
#GRAPH_LIBS = -lXm @XMULIB@ -lXt @XPLIB@ @XEXTLIB@ -lX11 |
GRAPH_OBJS = $(GRAPH_OBJS_XT) |
#GRAPH_OBJS = $(GRAPH_OBJS_XT) |
GRAPH_SRC = $(GRAPH_SRC_XT) |
#GRAPH_SRC = $(GRAPH_SRC_XT) |
CCOMPILER = @PTHREAD_CC@ |
#CCOMPILER = @PTHREAD_CC@ |
| |
##### For the general-purpose X facility, uncomment this line | ##### For the general-purpose X facility, uncomment this line |
XPOWER = -DANYDEPTH | XPOWER = -DANYDEPTH |