mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
ext/*/depend
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@550 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
58ac90ff77
commit
dfb65954e6
8 changed files with 9 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
MANIFEST
|
||||
curses.c
|
||||
depend
|
||||
extconf.rb
|
||||
hello.rb
|
||||
rain.rb
|
||||
|
|
1
ext/curses/depend
Normal file
1
ext/curses/depend
Normal file
|
@ -0,0 +1 @@
|
|||
curses.o: curses.c $(hdrdir)/ruby.h $(topdir)/config.h $(hdrdir)/defines.h
|
|
@ -3,6 +3,7 @@ README
|
|||
README.expect
|
||||
README.expect.jp
|
||||
README.jp
|
||||
depend
|
||||
expect_sample.rb
|
||||
extconf.rb
|
||||
lib/expect.rb
|
||||
|
|
1
ext/pty/depend
Normal file
1
ext/pty/depend
Normal file
|
@ -0,0 +1 @@
|
|||
pty.o: pty.c $(hdrdir)/ruby.h $(topdir)/config.h $(hdrdir)/defines.h
|
|
@ -1,4 +1,5 @@
|
|||
MANIFEST
|
||||
README
|
||||
depend
|
||||
extconf.rb
|
||||
readline.c
|
||||
|
|
1
ext/readline/depend
Normal file
1
ext/readline/depend
Normal file
|
@ -0,0 +1 @@
|
|||
readline.o: readline.c $(hdrdir)/ruby.h $(topdir)/config.h $(hdrdir)/defines.h
|
|
@ -1,5 +1,6 @@
|
|||
MANIFEST
|
||||
_sdbm.c
|
||||
depend
|
||||
extconf.rb
|
||||
init.c
|
||||
sdbm.h
|
||||
|
|
2
ext/sdbm/depend
Normal file
2
ext/sdbm/depend
Normal file
|
@ -0,0 +1,2 @@
|
|||
_sdbm.o: _sdbm.c $(hdrdir)/ruby.h $(topdir)/config.h $(hdrdir)/defines.h
|
||||
init.o: init.c $(hdrdir)/ruby.h $(topdir)/config.h $(hdrdir)/defines.h
|
Loading…
Reference in a new issue