Changeset c1c2691 in git
- Timestamp:
- May 3, 2006, 4:44:44 PM (17 years ago)
- Branches:
- (u'spielwiese', 'f6c3dc58b0df4bd712574325fe76d0626174ad97')
- Children:
- d4f80cd181fd2f1f367dd3588aaebf8882f5f02f
- Parents:
- ea48f7df5ddbf7935ee69970dbcd665f2fa7ca16
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
omalloc/Makefile.in
rea48f7d rc1c2691 4 4 ### Author: obachman@mathematik.uni-kl.de (Olaf Bachmann) 5 5 ### Created: 11/99 6 ### Version: $Id: Makefile.in,v 1.1 7 2005-07-28 15:02:28Singular Exp $6 ### Version: $Id: Makefile.in,v 1.18 2006-05-03 14:44:44 Singular Exp $ 7 7 ################################################################# 8 8 … … 188 188 ## install targets 189 189 ## 190 install _all: all libomalloc_p.a190 install: all libomalloc_p.a 191 191 $(MKINSTALLDIRS) $(libdir) 192 192 $(MKINSTALLDIRS) $(includedir) … … 201 201 $(INSTALL_DATA) omlimits.h mylimits.h omalloc.c $(includedir) 202 202 203 install : libomalloc_ndebug.a omalloc.o203 install_min: libomalloc_ndebug.a omalloc.o 204 204 $(MKINSTALLDIRS) $(libdir) 205 205 $(MKINSTALLDIRS) $(includedir)
Note: See TracChangeset
for help on using the changeset viewer.