Ignore:
Timestamp:
2013-04-11T15:54:59+02:00 (11 years ago)
Author:
Martin Sjölund <martin.sjolund@…>
Branches:
Added-citation-metadata, maintenance/v1.14, maintenance/v1.15, maintenance/v1.16, maintenance/v1.17, maintenance/v1.18, maintenance/v1.19, maintenance/v1.20, maintenance/v1.21, maintenance/v1.22, maintenance/v1.23, master, omlib-staging
Children:
c5d0cdce
Parents:
1128d994
Message:

Change to using the build system in OpenSourceTables

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15791 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

File:
1 edited

Legend:

Unmodified
Added
Removed
  • SimulationRuntime/c/ModelicaExternalC/Makefile.in

    r667ed06 re36a5856  
    77CC = @CC@
    88CXX = @CXX@
    9 CFLAGS = @CFLAGS@ -I../util -Wno-unused-result
     9CFLAGS = @CFLAGS@ -I../util
    1010CPPFLAGS = @CPPFLAGS@ -I.. -Dlinux
    11 TABLESCPPFLAGS = @LIBMODELICATABLESCPPFLAGS@
    12 TABLESLDFLAGS = @LIBMODELICATABLESLDFLAGS@
    13 
    14 LIBMODELICATABLES = @LIBMODELICATABLES@
     11REGEN = Makefile.in
     12MODELICATABLES = libModelicaTables@SHREXT@*
    1513
    1614include Makefile.common
    1715
    18 libModelicaTables.so : $(TABLEOBJS)
    19   $(CC) -o $@ -shared $(TABLEOBJS) $(LDFLAGS) $(TABLESLDFLAGS)
    20 
    2116Makefile: Makefile.in
    2217  cd ../../../; ./config.status
Note: See TracChangeset for help on using the changeset viewer.