Changeset 6e9d845 in git
- Timestamp:
- Jul 28, 2005, 5:02:28 PM (18 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 29089df476cd54dc4e81cad72fd0b7072fe1f9f6
- Parents:
- 10c308a4a31d93124e7cc9091cc9d37a435d17f9
- Location:
- omalloc
- Files:
-
- 1 added
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
omalloc/Makefile.in
r10c308 r6e9d845 4 4 ### Author: obachman@mathematik.uni-kl.de (Olaf Bachmann) 5 5 ### Created: 11/99 6 ### Version: $Id: Makefile.in,v 1.1 6 2004-03-17 15:57:35Singular Exp $6 ### Version: $Id: Makefile.in,v 1.17 2005-07-28 15:02:28 Singular Exp $ 7 7 ################################################################# 8 8 … … 95 95 ASO_OBJS := $(ASO_SOURCES:.aso.cc=.aso) 96 96 97 DISTFILES=$(SOURCES) $(HEADERS) omtTest.h makeheader .plMakefile.in \97 DISTFILES=$(SOURCES) $(HEADERS) omtTest.h makeheader Makefile.in \ 98 98 omConfig.h.in omlimits.h.in mylimits.h configure.in mkinstalldirs install-sh configure 99 99 … … 129 129 130 130 omalloc.h: $(HEADERS) 131 $(PERL) makeheader.pl -aom_Alloc.h $@131 ./makeheader om_Alloc.h $@ 132 132 133 133 omalloc.o: omalloc.c
Note: See TracChangeset
for help on using the changeset viewer.