Changeset 54336c in git for output/Makefile.in


Ignore:
Timestamp:
Apr 28, 2010, 9:00:55 PM (14 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
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
  • 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.