Changeset 54336c in git


Ignore:
Timestamp:
Apr 28, 2010, 9:00:55 PM (14 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'b4f17ed1d25f93d46dbe29e4b499baecc2fd51bb')
Children:
9a080b3d1c6dd0b2b2039a9bb0c544ff102b9236
Parents:
38a5d693718c3338d514a11b5e99cd2e14788e6d
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2010-04-28 21:00:55+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 11:49:05+01:00
Message:
moved longalg.* to polys/
added make install for coeffs (check make syntax?)
Files:
2 edited
2 moved

Legend:

Unmodified
Added
Removed
  • coeffs/Makefile.in

    r38a5d69 r54336c  
    8383tags:   
    8484        ctags *.c *.h *.cc *.inc
     85
     86all: libcoeffs.a
     87
     88install: all
     89        ${MKINSTALLDIRS} ${includedir}
     90        ${MKINSTALLDIRS} ${libdir}
     91        ${INSTALL_DATA} libcoeffs.a ${libdir}/libcoeffs.a
     92#       $(INSTALL_DATA) output.h $(includedir)/output.h
  • output/Makefile.in

    r38a5d69 r54336c  
    7171
    7272install: all
    73         ${MKINSTALLDIRS} $(includedir)
    74         $(MKINSTALLDIRS) $(libdir)
    75         $(INSTALL_DATA) output.a $(libdir)/liboutput.a
    76         $(INSTALL_DATA) output.h $(includedir)/output.h
     73        ${MKINSTALLDIRS} ${includedir}
     74        ${MKINSTALLDIRS} ${libdir}
     75        ${INSTALL_DATA} output.a ${libdir}/liboutput.a
     76        ${INSTALL_DATA} output.h ${includedir}/output.h
    7777
    7878##
Note: See TracChangeset for help on using the changeset viewer.