Files
@ aaba9e8828d6
Branch filter:
Location: EI/VirtualLeaf/src/build_models/Makefile
aaba9e8828d6
9.4 KiB
text/x-makefile
Added to new menu options: edit->ResetChemicals and edit->ResetTransporters, which allows you to set only the chemicals or only the transporters to the initial values. I needed this for preparing a suitable initial condition for Tutorial 6 and thought it would be useful for the main distribution.
--
user: Roeland Merks <roeland.merks@cwi.nl>
branch 'default'
changed src/build_models/Makefile
changed src/canvas.cpp
changed src/canvas.h
changed src/mesh.cpp
changed src/mesh.h
--
user: Roeland Merks <roeland.merks@cwi.nl>
branch 'default'
changed src/build_models/Makefile
changed src/canvas.cpp
changed src/canvas.h
changed src/mesh.cpp
changed src/mesh.h
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 | #############################################################################
# Makefile for building: libauxinsimon.so
# Generated by qmake (2.01a) (Qt 4.4.1) on: Mon Jun 7 13:36:27 2010
# Project: auxinsimon.pro
# Template: lib
# Command: /ufs/merks/Trolltech/Qt-4.4.1/bin/qmake -unix -o Makefile auxinsimon.pro
#############################################################################
####### Compiler, tools and options
CC = gcc
CXX = g++
DEFINES = -DQTGRAPHICS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
CFLAGS = -m64 -pipe -O2 -Wall -W -D_REENTRANT -fPIC $(DEFINES)
CXXFLAGS = -m64 -pipe -fexceptions -I.. -fPIC -I/usr/include/libxml2 -O2 -Wall -W -D_REENTRANT -fPIC $(DEFINES)
INCPATH = -I../../../../Trolltech/Qt-4.4.1/mkspecs/linux-g++-64 -I. -I../../../../Trolltech/Qt-4.4.1/include/QtCore -I../../../../Trolltech/Qt-4.4.1/include/QtCore -I../../../../Trolltech/Qt-4.4.1/include/QtGui -I../../../../Trolltech/Qt-4.4.1/include/QtGui -I../../../../Trolltech/Qt-4.4.1/include/Qt3Support -I../../../../Trolltech/Qt-4.4.1/include/Qt3Support -I../../../../Trolltech/Qt-4.4.1/include -I. -I.
LINK = g++
LFLAGS = -m64 -fPIC -Wl,-rpath,/ufs/merks/Trolltech/Qt-4.4.1/lib -shared
LIBS = $(SUBLIBS) -L/ufs/merks/Trolltech/Qt-4.4.1/lib -L../../lib -lvleaf -lQt3Support -L/ufs/merks/Trolltech/Qt-4.4.1/lib -lQtSql -pthread -pthread -pthread -pthread -lQtXml -pthread -pthread -pthread -pthread -L/usr/X11R6/lib64 -pthread -pthread -pthread -pthread -pthread -pthread -lQtNetwork -pthread -pthread -pthread -pthread -pthread -pthread -lQtGui -pthread -lpng -lSM -lICE -pthread -pthread -lXi -lXrender -lXrandr -lfreetype -lfontconfig -lXext -lX11 -lQtCore -lz -lm -pthread -lgthread-2.0 -lrt -lglib-2.0 -ldl -lpthread
AR = ar cqs
RANLIB =
QMAKE = /ufs/merks/Trolltech/Qt-4.4.1/bin/qmake
TAR = tar -cf
COMPRESS = gzip -9f
COPY = cp -f
SED = sed
COPY_FILE = $(COPY)
COPY_DIR = $(COPY) -r
INSTALL_FILE = install -m 644 -p
INSTALL_DIR = $(COPY_DIR)
INSTALL_PROGRAM = install -m 755 -p
DEL_FILE = rm -f
SYMLINK = ln -sf
DEL_DIR = rmdir
MOVE = mv -f
CHK_DIR_EXISTS= test -d
MKDIR = mkdir -p
####### Output directory
OBJECTS_DIR = ./
####### Files
SOURCES = auxinsimon.cpp moc_auxinsimon.cpp
OBJECTS = auxinsimon.o \
moc_auxinsimon.o
DIST = ../../../../Trolltech/Qt-4.4.1/mkspecs/common/g++.conf \
../../../../Trolltech/Qt-4.4.1/mkspecs/common/unix.conf \
../../../../Trolltech/Qt-4.4.1/mkspecs/common/linux.conf \
../../../../Trolltech/Qt-4.4.1/mkspecs/qconfig.pri \
../../../../Trolltech/Qt-4.4.1/mkspecs/features/qt_functions.prf \
../../../../Trolltech/Qt-4.4.1/mkspecs/features/qt_config.prf \
../../../../Trolltech/Qt-4.4.1/mkspecs/features/exclusive_builds.prf \
../../../../Trolltech/Qt-4.4.1/mkspecs/features/default_pre.prf \
../../../../Trolltech/Qt-4.4.1/mkspecs/features/release.prf \
../../../../Trolltech/Qt-4.4.1/mkspecs/features/default_post.prf \
../../../../Trolltech/Qt-4.4.1/mkspecs/features/warn_on.prf \
../../../../Trolltech/Qt-4.4.1/mkspecs/features/qt.prf \
../../../../Trolltech/Qt-4.4.1/mkspecs/features/unix/thread.prf \
../../../../Trolltech/Qt-4.4.1/mkspecs/features/moc.prf \
../../../../Trolltech/Qt-4.4.1/mkspecs/features/resources.prf \
../../../../Trolltech/Qt-4.4.1/mkspecs/features/uic.prf \
../../../../Trolltech/Qt-4.4.1/mkspecs/features/yacc.prf \
../../../../Trolltech/Qt-4.4.1/mkspecs/features/lex.prf \
auxinsimon.pro
QMAKE_TARGET = auxinsimon
DESTDIR = ../../bin/models/
TARGET = libauxinsimon.so
TARGETD = libauxinsimon.so
first: all
####### Implicit rules
.SUFFIXES: .o .c .cpp .cc .cxx .C
.cpp.o:
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
.cc.o:
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
.cxx.o:
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
.C.o:
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
.c.o:
$(CC) -c $(CFLAGS) $(INCPATH) -o "$@" "$<"
####### Build rules
all: Makefile ../../bin/models/$(TARGET)
../../bin/models/$(TARGET): $(OBJECTS) $(SUBLIBS) $(OBJCOMP)
@$(CHK_DIR_EXISTS) ../../bin/models/ || $(MKDIR) ../../bin/models/
-$(DEL_FILE) $(TARGET)
$(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(LIBS) $(OBJCOMP)
-$(MOVE) $(TARGET) ../../bin/models/
Makefile: auxinsimon.pro ../../../../Trolltech/Qt-4.4.1/mkspecs/linux-g++-64/qmake.conf ../../../../Trolltech/Qt-4.4.1/mkspecs/common/g++.conf \
../../../../Trolltech/Qt-4.4.1/mkspecs/common/unix.conf \
../../../../Trolltech/Qt-4.4.1/mkspecs/common/linux.conf \
../../../../Trolltech/Qt-4.4.1/mkspecs/qconfig.pri \
../../../../Trolltech/Qt-4.4.1/mkspecs/features/qt_functions.prf \
../../../../Trolltech/Qt-4.4.1/mkspecs/features/qt_config.prf \
../../../../Trolltech/Qt-4.4.1/mkspecs/features/exclusive_builds.prf \
../../../../Trolltech/Qt-4.4.1/mkspecs/features/default_pre.prf \
../../../../Trolltech/Qt-4.4.1/mkspecs/features/release.prf \
../../../../Trolltech/Qt-4.4.1/mkspecs/features/default_post.prf \
../../../../Trolltech/Qt-4.4.1/mkspecs/features/warn_on.prf \
../../../../Trolltech/Qt-4.4.1/mkspecs/features/qt.prf \
../../../../Trolltech/Qt-4.4.1/mkspecs/features/unix/thread.prf \
../../../../Trolltech/Qt-4.4.1/mkspecs/features/moc.prf \
../../../../Trolltech/Qt-4.4.1/mkspecs/features/resources.prf \
../../../../Trolltech/Qt-4.4.1/mkspecs/features/uic.prf \
../../../../Trolltech/Qt-4.4.1/mkspecs/features/yacc.prf \
../../../../Trolltech/Qt-4.4.1/mkspecs/features/lex.prf \
/ufs/merks/Trolltech/Qt-4.4.1/lib/libQt3Support.prl \
/ufs/merks/Trolltech/Qt-4.4.1/lib/libQtSql.prl \
/ufs/merks/Trolltech/Qt-4.4.1/lib/libQtCore.prl \
/ufs/merks/Trolltech/Qt-4.4.1/lib/libQtXml.prl \
/ufs/merks/Trolltech/Qt-4.4.1/lib/libQtGui.prl \
/ufs/merks/Trolltech/Qt-4.4.1/lib/libQtNetwork.prl
$(QMAKE) -unix -o Makefile auxinsimon.pro
../../../../Trolltech/Qt-4.4.1/mkspecs/common/g++.conf:
../../../../Trolltech/Qt-4.4.1/mkspecs/common/unix.conf:
../../../../Trolltech/Qt-4.4.1/mkspecs/common/linux.conf:
../../../../Trolltech/Qt-4.4.1/mkspecs/qconfig.pri:
../../../../Trolltech/Qt-4.4.1/mkspecs/features/qt_functions.prf:
../../../../Trolltech/Qt-4.4.1/mkspecs/features/qt_config.prf:
../../../../Trolltech/Qt-4.4.1/mkspecs/features/exclusive_builds.prf:
../../../../Trolltech/Qt-4.4.1/mkspecs/features/default_pre.prf:
../../../../Trolltech/Qt-4.4.1/mkspecs/features/release.prf:
../../../../Trolltech/Qt-4.4.1/mkspecs/features/default_post.prf:
../../../../Trolltech/Qt-4.4.1/mkspecs/features/warn_on.prf:
../../../../Trolltech/Qt-4.4.1/mkspecs/features/qt.prf:
../../../../Trolltech/Qt-4.4.1/mkspecs/features/unix/thread.prf:
../../../../Trolltech/Qt-4.4.1/mkspecs/features/moc.prf:
../../../../Trolltech/Qt-4.4.1/mkspecs/features/resources.prf:
../../../../Trolltech/Qt-4.4.1/mkspecs/features/uic.prf:
../../../../Trolltech/Qt-4.4.1/mkspecs/features/yacc.prf:
../../../../Trolltech/Qt-4.4.1/mkspecs/features/lex.prf:
/ufs/merks/Trolltech/Qt-4.4.1/lib/libQt3Support.prl:
/ufs/merks/Trolltech/Qt-4.4.1/lib/libQtSql.prl:
/ufs/merks/Trolltech/Qt-4.4.1/lib/libQtCore.prl:
/ufs/merks/Trolltech/Qt-4.4.1/lib/libQtXml.prl:
/ufs/merks/Trolltech/Qt-4.4.1/lib/libQtGui.prl:
/ufs/merks/Trolltech/Qt-4.4.1/lib/libQtNetwork.prl:
qmake: FORCE
@$(QMAKE) -unix -o Makefile auxinsimon.pro
dist:
@$(CHK_DIR_EXISTS) .tmp/auxinsimon1.0.0 || $(MKDIR) .tmp/auxinsimon1.0.0
$(COPY_FILE) --parents $(SOURCES) $(DIST) .tmp/auxinsimon1.0.0/ && $(COPY_FILE) --parents ../simplugin.h auxinsimon.h .tmp/auxinsimon1.0.0/ && $(COPY_FILE) --parents auxinsimon.cpp .tmp/auxinsimon1.0.0/ && (cd `dirname .tmp/auxinsimon1.0.0` && $(TAR) auxinsimon1.0.0.tar auxinsimon1.0.0 && $(COMPRESS) auxinsimon1.0.0.tar) && $(MOVE) `dirname .tmp/auxinsimon1.0.0`/auxinsimon1.0.0.tar.gz . && $(DEL_FILE) -r .tmp/auxinsimon1.0.0
clean:compiler_clean
-$(DEL_FILE) $(OBJECTS)
-$(DEL_FILE) *~ core *.core
####### Sub-libraries
distclean: clean
-$(DEL_FILE) $(TARGET)
-$(DEL_FILE) Makefile
mocclean: compiler_moc_header_clean compiler_moc_source_clean
mocables: compiler_moc_header_make_all compiler_moc_source_make_all
compiler_moc_header_make_all: moc_auxinsimon.cpp
compiler_moc_header_clean:
-$(DEL_FILE) moc_auxinsimon.cpp
moc_auxinsimon.cpp: ../simplugin.h \
../cellbase.h \
../vector.h \
../sqr.h \
../parameter.h \
../wall.h \
../wallbase.h \
../warning.h \
auxinsimon.h
/ufs/merks/Trolltech/Qt-4.4.1/bin/moc $(DEFINES) $(INCPATH) auxinsimon.h -o moc_auxinsimon.cpp
compiler_rcc_make_all:
compiler_rcc_clean:
compiler_image_collection_make_all: qmake_image_collection.cpp
compiler_image_collection_clean:
-$(DEL_FILE) qmake_image_collection.cpp
compiler_moc_source_make_all:
compiler_moc_source_clean:
compiler_uic_make_all:
compiler_uic_clean:
compiler_yacc_decl_make_all:
compiler_yacc_decl_clean:
compiler_yacc_impl_make_all:
compiler_yacc_impl_clean:
compiler_lex_make_all:
compiler_lex_clean:
compiler_clean: compiler_moc_header_clean
####### Compile
auxinsimon.o: auxinsimon.cpp ../simplugin.h \
../cellbase.h \
../vector.h \
../sqr.h \
../parameter.h \
../wall.h \
../wallbase.h \
../warning.h \
auxinsimon.h
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o auxinsimon.o auxinsimon.cpp
moc_auxinsimon.o: moc_auxinsimon.cpp
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_auxinsimon.o moc_auxinsimon.cpp
####### Install
install: FORCE
uninstall: FORCE
FORCE:
|