Changeset 6d5efe5 in git


Ignore:
Timestamp:
Nov 16, 2010, 2:37:34 PM (13 years ago)
Author:
Mohamed Barakat <mohamed.barakat@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
1de854918bc7e6aa477baf65ee1f949fdfbdfb2c
Parents:
a529f28a0209317330d6fbb47afc74366e2cee70
git-author:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2010-11-16 14:37:34+01:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 11:55:39+01:00
Message:
done with reporter
File:
1 edited

Legend:

Unmodified
Added
Removed
  • reporter/Makefile.in

    ra529f28 r6d5efe5  
    1010## various paths
    1111##
    12 srcdir          = .
     12top_srcdir      = @top_srcdir@
    1313prefix          = @prefix@
    1414exec_prefix     = @exec_prefix@
    1515libdir          = @libdir@
    1616# includes are taken from here
    17 includedir      = @includedir@
     17includedir      = @includedir@/reporter
    1818
    1919##
     
    3535CXXFLAGS        = -O3 -w -fomit-frame-pointer --no-rtti ${PIPE}
    3636CXXTEMPLFLAGS   = -fno-implicit-templates --no-exceptions
    37 CPPFLAGS        = -I${srcdir} -I${includedir} -I${prefix}/include/singular
     37CPPFLAGS        = -I${top_srcdir}/..
    3838DEFS            = -DNDEBUG -DOM_NDEBUG -Dix86_Linux -DHAVE_CONFIG_H
    3939
     
    6464        ${CC} ${CFLAGS} ${CPPFLAGS} ${DEFS} -c $<
    6565
    66 reporter.a: ${OBJS}
    67         -rm -f reporter.a
     66libreporter.a: ${OBJS}
     67        -rm -f libreporter.a
    6868        ar cr $@ $^
    6969
    70 all: reporter.a
     70all: libreporter.a
    7171
    7272install: all
    7373        ${MKINSTALLDIRS} ${includedir}
    7474        ${MKINSTALLDIRS} ${libdir}
    75         ${INSTALL_DATA} reporter.a ${libdir}/libreporter.a
     75        ${INSTALL_DATA} libreporter.a ${libdir}/libreporter.a
    7676        ${INSTALL_DATA} reporter.h ${includedir}/reporter.h
    7777
Note: See TracChangeset for help on using the changeset viewer.