pike.git/
src/
Makefile.in
Branch:
Tag:
Non-build tags
All tags
No tags
1998-04-09
1998-04-09 02:49:17 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
c6c712db9803e3a6f6cab64299a3e7a33e884556 (
8
lines) (+
7
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
new target: atom
Rev: src/Makefile.in:1.70
1:
#
-
# $Id: Makefile.in,v 1.
69
1998/04/
08
20
:
51
:
50
grubba
Exp $
+
# $Id: Makefile.in,v 1.
70
1998/04/
09
02
:
49
:
17
hubbe
Exp $
# # This line is needed on some machines.
149:
-@mv pike pike.old 2>/dev/null || true $(SMARTLINK) quantify $(REALCC) $(LDFLAGS) $(OBJ) interpret.o `cat modules/linker_options` $(LIBS) -o pike
+
atom: pike
+
atom pike -tool third -env threads -g -v `find lib/modues -type f -name '*.so' -print | sed -e 's/^/-incobj /g'`
+
mv pike pike.pre-atom
+
mv pike.third.threads pike
+
@echo Make sure you have '.' in your LD_LIBRARY_PATH.
hilfe: $(TMP_BINDIR)/hilfe Makefile @echo "Creating ./hilfe..."; \