Skip to content

Commit

Permalink
- Function pointers now work in both Modelica and MetaModelica
Browse files Browse the repository at this point in the history
- Partially evaluated functions now partially works!


git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4530 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Stefan Brus committed Nov 17, 2009
1 parent 5b84a6b commit 4e13901
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions OMNotebook/ext/Makefile
@@ -1,6 +1,6 @@
#############################################################################
# Makefile for building: ext
# Generated by qmake (2.01a) (Qt 4.5.0) on: Tue Oct 27 14:15:01 2009
# Generated by qmake (2.01a) (Qt 4.5.2) on: Mon Nov 16 12:12:17 2009
# Project: ext.pro
# Template: app
# Command: /usr/bin/qmake -unix -o Makefile ext.pro
Expand All @@ -13,10 +13,10 @@ CXX = g++
DEFINES = -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED
CFLAGS = -pipe -O2 -w -D_REENTRANT $(DEFINES)
CXXFLAGS = -pipe -O2 -w -D_REENTRANT $(DEFINES)
INCPATH = -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I. -I../Pltpkg2 -I/usr/include -I/usr/include/Inventor/Qt -I. -I.
INCPATH = -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I. -I../Pltpkg2 -I/usr/include -I/usr/include -I. -I.
LINK = g++
LFLAGS = -Wl,-O1
LIBS = $(SUBLIBS) -L/usr/lib -rdynamic -L/usr/local/lib -lmico2.3.13 -lssl -lcrypto -L/usr/lib -Wl,-Bsymbolic-functions -L/usr/share/qt4/lib -lSoQt4 -lQtOpenGL -lQt3Support -lXmu -lXi -lCoin -lGL -lXext -lSM -lICE -lX11 -ldl -lm -lQtXml -lQtGui -lQtNetwork -lQtCore -lpthread
LIBS = $(SUBLIBS) -L/usr/lib -rdynamic -L/usr/local/lib -lmico2.3.13 -lssl -lcrypto -lm -L/usr/lib -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -lSoQt4 -lXmu -lQtOpenGL -lXi -lCoin -lGL -lXext -lSM -lICE -lX11 -ldl -lQtXml -lQtGui -lQtNetwork -lQtCore -lpthread
AR = ar cqs
RANLIB =
QMAKE = /usr/bin/qmake
Expand Down Expand Up @@ -103,6 +103,7 @@ DIST = /usr/share/qt4/mkspecs/common/g++.conf \
/usr/share/qt4/mkspecs/features/uic.prf \
/usr/share/qt4/mkspecs/features/yacc.prf \
/usr/share/qt4/mkspecs/features/lex.prf \
/usr/share/qt4/mkspecs/features/include_source_dir.prf \
ext.pro
QMAKE_TARGET = ext
DESTDIR =
Expand Down Expand Up @@ -153,12 +154,12 @@ Makefile: ext.pro /usr/share/qt4/mkspecs/linux-g++/qmake.conf /usr/share/qt4/mk
/usr/share/qt4/mkspecs/features/uic.prf \
/usr/share/qt4/mkspecs/features/yacc.prf \
/usr/share/qt4/mkspecs/features/lex.prf \
/usr/share/qt4/mkspecs/features/include_source_dir.prf \
/usr/lib/libQtOpenGL.prl \
/usr/lib/libQtGui.prl \
/usr/lib/libQt3Support.prl \
/usr/lib/libQtCore.prl \
/usr/lib/libQtXml.prl \
/usr/lib/libQtNetwork.prl \
/usr/lib/libQtCore.prl
/usr/lib/libQtNetwork.prl
$(QMAKE) -unix -o Makefile ext.pro
/usr/share/qt4/mkspecs/common/g++.conf:
/usr/share/qt4/mkspecs/common/unix.conf:
Expand All @@ -178,12 +179,12 @@ Makefile: ext.pro /usr/share/qt4/mkspecs/linux-g++/qmake.conf /usr/share/qt4/mk
/usr/share/qt4/mkspecs/features/uic.prf:
/usr/share/qt4/mkspecs/features/yacc.prf:
/usr/share/qt4/mkspecs/features/lex.prf:
/usr/share/qt4/mkspecs/features/include_source_dir.prf:
/usr/lib/libQtOpenGL.prl:
/usr/lib/libQtGui.prl:
/usr/lib/libQt3Support.prl:
/usr/lib/libQtCore.prl:
/usr/lib/libQtXml.prl:
/usr/lib/libQtNetwork.prl:
/usr/lib/libQtCore.prl:
qmake: FORCE
@$(QMAKE) -unix -o Makefile ext.pro

Expand Down

0 comments on commit 4e13901

Please sign in to comment.