~ubuntu-branches/ubuntu/precise/ruby1.9/precise

« back to all changes in this revision

Viewing changes to common.mk

  • Committer: Bazaar Package Importer
  • Author(s): akira yamada
  • Date: 2007-05-26 21:02:58 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20070526210258-nkfg24tdre4e3tqw
Tags: 1.9.0+20070526-1
new upstream snapshot. (2006-07-26)

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
                regerror.$(OBJEXT) \
54
54
                regexec.$(OBJEXT) \
55
55
                regparse.$(OBJEXT) \
 
56
                regsyntax.$(OBJEXT) \
56
57
                ruby.$(OBJEXT) \
57
58
                signal.$(OBJEXT) \
58
59
                sjis.$(OBJEXT) \
74
75
                vm_dump.$(OBJEXT) \
75
76
                yarvcore.$(OBJEXT) \
76
77
                thread.$(OBJEXT) \
 
78
                cont.$(OBJEXT) \
77
79
                $(MISSING)
78
80
 
79
81
SCRIPT_ARGS   = --dest-dir="$(DESTDIR)" \
492
494
  {$(VPATH)}regint.h {$(VPATH)}regparse.h {$(VPATH)}regenc.h config.h \
493
495
  {$(VPATH)}ruby.h {$(VPATH)}defines.h {$(VPATH)}missing.h \
494
496
  {$(VPATH)}intern.h {$(VPATH)}rubysig.h
 
497
regsyntax.$(OBJEXT): {$(VPATH)}regsyntax.c {$(VPATH)}oniguruma.h \
 
498
  {$(VPATH)}regint.h {$(VPATH)}regenc.h config.h \
 
499
  {$(VPATH)}ruby.h {$(VPATH)}defines.h {$(VPATH)}missing.h
495
500
ruby.$(OBJEXT): {$(VPATH)}ruby.c {$(VPATH)}ruby.h config.h \
496
501
  {$(VPATH)}defines.h {$(VPATH)}intern.h {$(VPATH)}missing.h \
497
502
  {$(VPATH)}dln.h {$(VPATH)}node.h {$(VPATH)}util.h
519
524
  {$(VPATH)}defines.h {$(VPATH)}intern.h {$(VPATH)}missing.h \
520
525
  {$(VPATH)}node.h {$(VPATH)}util.h \
521
526
  {$(VPATH)}rubysig.h {$(VPATH)}st.h {$(VPATH)}dln.h
 
527
cont.$(OBJEXT):  {$(VPATH)}cont.c {$(VPATH)}eval_intern.h \
 
528
  {$(VPATH)}ruby.h {$(VPATH)}yarvcore.h config.h \
 
529
  {$(VPATH)}defines.h {$(VPATH)}intern.h {$(VPATH)}missing.h \
 
530
  {$(VPATH)}node.h {$(VPATH)}util.h \
 
531
  {$(VPATH)}rubysig.h {$(VPATH)}st.h {$(VPATH)}dln.h
522
532
time.$(OBJEXT): {$(VPATH)}time.c {$(VPATH)}ruby.h config.h \
523
533
  {$(VPATH)}defines.h {$(VPATH)}intern.h {$(VPATH)}missing.h
524
534
unicode.$(OBJEXT): {$(VPATH)}unicode.c {$(VPATH)}regenc.h \