Changeset c70920 in git for resources


Ignore:
Timestamp:
Jan 7, 2014, 6:35:13 PM (10 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
f1b9ef6df309b52fb845716a27f07a3e7e39f2bb
Parents:
b3d84d43d109ae0e6239276d5c0df8c449da58d0
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-01-07 18:35:13+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-01-08 10:22:23+01:00
Message:
Better BS: use libtool dependency libs and LIBADD automake feature + cleanup

NOTE: libpolys should not check for flint (only factory works with it)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • resources/Makefile.am

    rb3d84d rc70920  
    11ACLOCAL_AMFLAGS = -I ../m4
    22
    3 #if WANT_DEBUG
    4 #  LIB_G=libresources_g.la
    5 #else
    6 #  LIB_G=
    7 #endif
     3libresources_LTLIBRARIES = libresources.la
    84
    9 libresources_LTLIBRARIES = libresources.la
    10 # ${LIB_G}
    115libresourcesdir = $(libdir)
    126
    13 #CXXTEMPLFLAGS =-ftrapv
    14 ### -fno-implicit-templates
    15 
    16 #libresources_la_CFLAGS   = -O3 -fomit-frame-pointer ${PIPE}
    17 #libresources_g_la_CFLAGS = ${PIPE}
    18 
    19 #libresources_la_CXXFLAGS   = -O3 -fomit-frame-pointer ${PIPE} ${CXXTEMPLFLAGS} -fno-exceptions -fno-rtti
    20 #libresources_g_la_CXXFLAGS = -g -Wextra -Wall -pedantic -Wno-long-long ${PIPE} ${CXXTEMPLFLAGS}
    21 # -fdiagnostics-show-option
    227
    238AM_CPPFLAGS = -I${top_srcdir} -I${top_builddir} -DHAVE_CONFIG_H
    249
    25 # libresources_la_CPPFLAGS   += ${AM_CPPFLAGS}
    26 
    27 #libresources_la_CPPFLAGS   = ${AM_CPPFLAGS} -DHAVE_CONFIG_H -DSING_NDEBUG -DOM_NDEBUG
    28 #libresources_g_la_CPPFLAGS = ${AM_CPPFLAGS} -DHAVE_CONFIG_H
    2910
    3011SOURCES  = omFindExec.c feResource.cc feFopen.cc
    3112libresources_la_SOURCES   = $(SOURCES)
    32 # libresources_g_la_SOURCES = $(SOURCES)
    3313
    3414### libresources_la_LDFLAGS    = -release ${PACKAGE_VERSION}
Note: See TracChangeset for help on using the changeset viewer.