pike.git
/
src
/
Makefile.in
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/Makefile.in:135:
install: if [ ! -d "$(prefix)" ]; then mkdir "$(prefix)" ; chmod 755 "$(prefix)" ; else : ; fi if [ ! -d "$(exec_prefix)" ]; then mkdir "$(exec_prefix)" ; chmod 755 "$(exec_prefix)" ; else : ; fi $(INSTALL) ./pike $(exec_prefix) $(INSTALL) $(SRCDIR)/../bin/hilfe $(exec_prefix) if [ ! -d "$(prefix)/lib" ]; then mkdir "$(prefix)/lib" ; chmod 755 "$(prefix)/lib" ; else : ; fi if [ ! -d "$(lib_prefix)" ]; then mkdir "$(lib_prefix)" ; chmod 755 "$(lib_prefix)" ; else : ; fi if [ ! -d "$(prefix)/include" ]; then mkdir "$(prefix)/include"; chmod 755 "$(prefix)/include"; fi if [ ! -d "$(prefix)/include/pike" ]; then mkdir "$(prefix)/include/pike"; chmod 755 "$(prefix)/include/pike"; fi $(INSTALL) $(SRCDIR)/*.h *.h $(prefix)/include/pike
-
cp -r $(TMP_LIBDIR) $(lib_prefix)
+
cp -r $(TMP_LIBDIR)
/*
$(lib_prefix)
# tidy up a bit tidy: -rm -f *.o core y.output y.tab.c y.tab.h -rm -f $(TMP_BINDIR)/core *.o *.i *.i~ testsuite # make clean clean: tidy -( cd modules; ${MAKE} $(MAKE_FLAGS) clean ) -rm -f TAGS tags
pike.git/src/Makefile.in:200:
lib: $(LIBDIR_SRC) $(LIBDIR_SRC)/master.pike cp -r $(LIBDIR_SRC) . # make export archive (requires compiled Pike) # Do not compile in source tree if you want to use this! # Beware that export archive this includes bison/yacc/byacc source # and thus has to follow the rules stated in that code. export: new_peep_engine $(SRCDIR)/language.c $(SRCDIR)/language.h depend chmod +x $(SRCDIR)/install-sh
-
$(RUNPIKE) $(TMP_BINDIR)/export.pike
image
pipe
spider
ssleay
+
$(RUNPIKE) $(TMP_BINDIR)/export.pike
Image
Pipe
spider
Ssleay _Crypto
full_export: new_peep_engine $(SRCDIR)/language.c $(SRCDIR)/language.h depend chmod +x $(SRCDIR)/install-sh $(RUNPIKE) $(TMP_BINDIR)/export.pike new_peep_engine: $(RUNPIKE) $(TMP_BINDIR)/mkpeep.pike $(SRCDIR)/peep.in >$(SRCDIR)/peep_engine.c $(SRCDIR)/peep_engine.c: $(SRCDIR)/peep.in echo "" >$(SRCDIR)/peep_engine.c