Changeset e06e5cb in git


Ignore:
Timestamp:
Apr 28, 2010, 5:31:33 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
332bfb62281cc4c6e99aaf1fc716147479493ea9
Parents:
db3180ca57d54e8d3b4f38b7dc0c1af1a3bdba44
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2010-04-28 17:31:33+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 11:49:02+01:00
Message:
make install for output directory
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • .gitignore

    rdb3180c re06e5cb  
    33*.[oa]
    44*.o_ndebug
     5*.og
    56depend
    67Makefile
     
    3334omalloc/omMalloc.h
    3435omalloc/omlimits.h
     36doc/NTL
     37factory/cf_gmp.h
     38factory/factory.h
     39factory/factoryconf.h
     40factory/gen_cf_gmp.sh
     41ntl/include/NTL/gmp_aux.h
     42ntl/include/NTL/mach_desc.h
     43ntl/setup1
     44ntl/setup3
     45ntl/setup4
     46ntl/src/MakeDesc
     47ntl/src/gen_gmp_aux
     48ntl/src/gen_lip_gmp_aux
    3549
     50
     51
  • output/Makefile.in

    rdb3180c re06e5cb  
    6868        ar cr $@ $^
    6969
     70all: output.a
     71
     72install: all
     73        ${MKINSTALLDIRS} $(includedir)
     74        $(MKINSTALLDIRS) $(libdir)
     75        $(INSTALL_DATA) output.a $(libdir)/liboutput.a
     76        $(INSTALL_DATA) output.h $(includedir)/output.h
     77
    7078##
    7179## clean targest
Note: See TracChangeset for help on using the changeset viewer.