pike.git
/
src
/
Makefile.in
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/Makefile.in:1:
#
-
# $Id: Makefile.in,v 1.
86
1998/05/
01
15
:
30
:
28
hubbe
Exp $
+
# $Id: Makefile.in,v 1.
87
1998/05/
04
13
:
51
:
55
js
Exp $
# # This line is needed on some machines. @SET_MAKE@ # Don't change this line. Define EXTRALIBS before this line if you # wish to add any libraries. LIBS=@LIBS@ $(EXTRALIBS) # This is normall the install program in the source directory
pike.git/src/Makefile.in:171:
>./hilfe && chmod 755 ./hilfe) || exit 1 ; \ else \ $(INSTALL) $(TMP_BINDIR)/hilfe `pwd` || exit 1; \ fi @echo "Done." # Several optimizers have problems with interpret.c # First try compiling with optimization and if that doesn't work, without. interpret.o:
-
$(CC) $(CFLAGS) -c
interpet
.c -o interpret.o || NO_ULIMIT=yes $(CC) $(PREFLAGS) $(NOOPTFLAGS) -c
interpet
.c -o interpret.o
+
$(CC) $(CFLAGS) -c
interpret
.c -o interpret.o || NO_ULIMIT=yes $(CC) $(PREFLAGS) $(NOOPTFLAGS) -c
interpret
.c -o interpret.o
force : # install install: pike hilfe @echo @echo Installing Pike... @echo @echo "Creating directories..."; \ for d in "$(prefix)" "$(exec_prefix)" "$(prefix)/lib" \