Changeset c1c2691 in git


Ignore:
Timestamp:
May 3, 2006, 4:44:44 PM (18 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
d4f80cd181fd2f1f367dd3588aaebf8882f5f02f
Parents:
ea48f7df5ddbf7935ee69970dbcd665f2fa7ca16
Message:
*hannes: install_all is now default install target


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

Legend:

Unmodified
Added
Removed
  • omalloc/Makefile.in

    rea48f7d rc1c2691  
    44### Author:  obachman@mathematik.uni-kl.de (Olaf Bachmann)
    55### Created: 11/99
    6 ### Version: $Id: Makefile.in,v 1.17 2005-07-28 15:02:28 Singular Exp $
     6### Version: $Id: Makefile.in,v 1.18 2006-05-03 14:44:44 Singular Exp $
    77#################################################################
    88
     
    188188## install targets
    189189##
    190 install_all: all libomalloc_p.a
     190install: all libomalloc_p.a
    191191        $(MKINSTALLDIRS) $(libdir)
    192192        $(MKINSTALLDIRS) $(includedir)
     
    201201        $(INSTALL_DATA) omlimits.h mylimits.h omalloc.c $(includedir)
    202202
    203 install: libomalloc_ndebug.a omalloc.o
     203install_min: libomalloc_ndebug.a omalloc.o
    204204        $(MKINSTALLDIRS) $(libdir)
    205205        $(MKINSTALLDIRS) $(includedir)
Note: See TracChangeset for help on using the changeset viewer.