Changeset 54336c in git for coeffs/Makefile.in


Ignore:
Timestamp:
Apr 28, 2010, 9:00:55 PM (14 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
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?)
File:
1 edited

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
Note: See TracChangeset for help on using the changeset viewer.