Changeset ee2c29 in git for omalloc/Makefile.in


Ignore:
Timestamp:
Feb 8, 2002, 5:31:54 PM (22 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
db85597031b8ebc06a40e304c7fc95ffaf51cdb0
Parents:
847890c62abc8297136e0219920371aebb89dca6
Message:
*hannes: usually, do not build debug versions


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

Legend:

Unmodified
Added
Removed
  • omalloc/Makefile.in

    r847890 ree2c29  
    44### Author:  obachman@mathematik.uni-kl.de (Olaf Bachmann)
    55### Created: 11/99
    6 ### Version: $Id: Makefile.in,v 1.12 2001-08-21 13:59:30 Singular Exp $
     6### Version: $Id: Makefile.in,v 1.13 2002-02-08 16:31:54 Singular Exp $
    77#################################################################
    88
     
    188188## install targets
    189189##
    190 install: all libomalloc_p.a
     190install_all: all libomalloc_p.a
    191191        $(MKINSTALLDIRS) $(libdir)
    192192        $(MKINSTALLDIRS) $(includedir)
     
    201201        $(INSTALL_DATA) omlimits.h mylimits.h omalloc.c $(includedir)
    202202
     203install: libomalloc_ndebug.a
     204        $(MKINSTALLDIRS) $(libdir)
     205        $(MKINSTALLDIRS) $(includedir)
     206        $(INSTALL_DATA) libomalloc_ndebug.a $(libdir)
     207        $(RANLIB) $(libdir)/libomalloc_ndebug.a
     208        $(INSTALL_DATA) omalloc.o $(libdir)
     209        $(INSTALL_DATA) omalloc.h omalloc.c $(includedir)
     210        $(INSTALL_DATA) omlimits.h mylimits.h omalloc.c $(includedir)
    203211
    204212uninstall:
Note: See TracChangeset for help on using the changeset viewer.