Changeset 2c889f in git for resources


Ignore:
Timestamp:
May 8, 2013, 4:12:34 PM (11 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
9ba92b7901662d0c96c6de7bab836cec2107c087
Parents:
02d3d641de579bc515b51a2769fe96f9149cd067
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-05-08 16:12:34+02:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-05-23 22:47:01+02:00
Message:
Code update corresponding to renaming findexec into resources
Location:
resources
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • resources/Makefile.am

    r02d3d6 r2c889f  
    22
    33if WANT_DEBUG
    4   LIB_G=libfindexec_g.la
     4  LIB_G=libresources_g.la
    55else
    66  LIB_G=
    77endif
    88
    9 libfindexec_LTLIBRARIES = libfindexec.la ${LIB_G}
    10 libfindexecdir = $(libdir)/
     9libresources_LTLIBRARIES = libresources.la ${LIB_G}
     10libresourcesdir = $(libdir)/
    1111
    1212CXXTEMPLFLAGS =-ftrapv
    1313### -fno-implicit-templates
    1414
    15 libfindexec_la_CFLAGS   = -O3 -fomit-frame-pointer ${PIPE}
    16 libfindexec_g_la_CFLAGS = ${PIPE}
     15libresources_la_CFLAGS   = -O3 -fomit-frame-pointer ${PIPE}
     16libresources_g_la_CFLAGS = ${PIPE}
    1717
    18 libfindexec_la_CXXFLAGS   = -O3 -fomit-frame-pointer ${PIPE} ${CXXTEMPLFLAGS} -fno-exceptions -fno-rtti
    19 libfindexec_g_la_CXXFLAGS = -g -Wextra -Wall -pedantic -Wno-long-long ${PIPE} ${CXXTEMPLFLAGS}
     18libresources_la_CXXFLAGS   = -O3 -fomit-frame-pointer ${PIPE} ${CXXTEMPLFLAGS} -fno-exceptions -fno-rtti
     19libresources_g_la_CXXFLAGS = -g -Wextra -Wall -pedantic -Wno-long-long ${PIPE} ${CXXTEMPLFLAGS}
    2020# -fdiagnostics-show-option
    2121
    2222AM_CPPFLAGS = -I${top_srcdir} -I${top_builddir}
    2323
    24 libfindexec_la_CPPFLAGS   = ${AM_CPPFLAGS} -DHAVE_CONFIG_H -DNDEBUG -DOM_NDEBUG
    25 libfindexec_g_la_CPPFLAGS = ${AM_CPPFLAGS} -DHAVE_CONFIG_H
     24libresources_la_CPPFLAGS   = ${AM_CPPFLAGS} -DHAVE_CONFIG_H -DNDEBUG -DOM_NDEBUG
     25libresources_g_la_CPPFLAGS = ${AM_CPPFLAGS} -DHAVE_CONFIG_H
    2626
    2727SOURCES  = omFindExec.c feResource.cc feFopen.cc
    28 libfindexec_la_SOURCES   = $(SOURCES)
    29 libfindexec_g_la_SOURCES = $(SOURCES)
     28libresources_la_SOURCES   = $(SOURCES)
     29libresources_g_la_SOURCES = $(SOURCES)
    3030
    31 libfindexec_includedir  =$(includedir)/findexec/
     31libresources_includedir  =$(includedir)/resources/
    3232
    33 libfindexec_include_HEADERS = omFindExec.h feResource.h feFopen.h
     33libresources_include_HEADERS = omFindExec.h feResource.h feFopen.h
    3434
    3535
  • resources/configure.ac

    r02d3d6 r2c889f  
    1 AC_INIT([libfindexec], [3.1.4.sw])
     1AC_INIT([libresources], [3.1.4.sw])
    22
    33AC_CONFIG_MACRO_DIR([../m4])
Note: See TracChangeset for help on using the changeset viewer.