Changeset ee2c29 in git
- Timestamp:
- Feb 8, 2002, 5:31:54 PM (21 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
- Children:
- db85597031b8ebc06a40e304c7fc95ffaf51cdb0
- Parents:
- 847890c62abc8297136e0219920371aebb89dca6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
omalloc/Makefile.in
r847890 ree2c29 4 4 ### Author: obachman@mathematik.uni-kl.de (Olaf Bachmann) 5 5 ### Created: 11/99 6 ### Version: $Id: Makefile.in,v 1.1 2 2001-08-21 13:59:30Singular Exp $6 ### Version: $Id: Makefile.in,v 1.13 2002-02-08 16:31:54 Singular Exp $ 7 7 ################################################################# 8 8 … … 188 188 ## install targets 189 189 ## 190 install : all libomalloc_p.a190 install_all: 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 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) 203 211 204 212 uninstall:
Note: See TracChangeset
for help on using the changeset viewer.