Changeset be6689f in git for omalloc


Ignore:
Timestamp:
Jan 29, 2010, 10:10:49 AM (14 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
5ece858d3e33476c4997a89a2cfd4167e301c9e7
Parents:
cbc4b8a7c332e1bec9c9736ce1c4a906902a1b73
Message:
new target install_all to install ALL libs

git-svn-id: file:///usr/local/Singular/svn/trunk@12477 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • omalloc/Makefile.in

    rcbc4b8 rbe6689f  
    194194        $(INSTALL) omalloc.h $(includedir)/singular
    195195
    196 install: all libomalloc_p.a
     196install: all
    197197        $(MKINSTALLDIRS) $(libdir)
    198198        $(MKINSTALLDIRS) $(includedir)
     
    201201        $(INSTALL_DATA) libomalloc_ndebug.a $(libdir)
    202202        $(RANLIB) $(libdir)/libomalloc_ndebug.a
    203         $(INSTALL_DATA) libomalloc_p.a $(libdir)
    204         $(RANLIB) $(libdir)/libomalloc_p.a
    205203        $(INSTALL_DATA) omalloc.o $(libdir)
    206204        $(INSTALL_DATA) omalloc_debug.o $(libdir)
     
    209207        $(INSTALL_DATA) omlimits.h $(includedir)
    210208        $(INSTALL_DATA) mylimits.h $(includedir)
     209
     210install_all: install libomalloc_p.a
     211        $(INSTALL_DATA) libomalloc_p.a $(libdir)
     212        $(RANLIB) $(libdir)/libomalloc_p.a
    211213
    212214install_min: libomalloc_ndebug.a omalloc.o
Note: See TracChangeset for help on using the changeset viewer.