OSDN Git Service

* All .h files pushed down into the objc/ subdirectory.
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 30 Sep 1998 08:17:56 +0000 (08:17 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 30 Sep 1998 08:17:56 +0000 (08:17 +0000)
        * Makefile.in (copy_headers): Corresponding changes.
        * configure.in (AC_INIT): Corresponding changes.
        * configure: Rebuilt.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22664 138bc75d-0d04-0410-961f-82ee72b054a4

16 files changed:
libobjc/ChangeLog
libobjc/Makefile.in
libobjc/configure
libobjc/configure.in
libobjc/objc/NXConstStr.h [moved from libobjc/NXConstStr.h with 100% similarity]
libobjc/objc/Object.h [moved from libobjc/Object.h with 100% similarity]
libobjc/objc/Protocol.h [moved from libobjc/Protocol.h with 100% similarity]
libobjc/objc/encoding.h [moved from libobjc/encoding.h with 100% similarity]
libobjc/objc/hash.h [moved from libobjc/hash.h with 100% similarity]
libobjc/objc/objc-api.h [moved from libobjc/objc-api.h with 100% similarity]
libobjc/objc/objc-list.h [moved from libobjc/objc-list.h with 100% similarity]
libobjc/objc/objc.h [moved from libobjc/objc.h with 100% similarity]
libobjc/objc/runtime.h [moved from libobjc/runtime.h with 100% similarity]
libobjc/objc/sarray.h [moved from libobjc/sarray.h with 100% similarity]
libobjc/objc/thr.h [moved from libobjc/thr.h with 100% similarity]
libobjc/objc/typedstream.h [moved from libobjc/typedstream.h with 100% similarity]

index 9d461a4..8e0735d 100644 (file)
@@ -1,3 +1,10 @@
+Wed Sep 30 09:14:52 1998  Jeffrey A Law  (law@cygnus.com)
+
+       * All .h files pushed down into the objc/ subdirectory.
+       * Makefile.in (copy_headers): Corresponding changes.
+       * configure.in (AC_INIT): Corresponding changes.
+       * configure: Rebuilt.
+
 1998-09-30  Ben Elliston  <bje@cygnus.com>
            Jeff Law      <law@cygnus.com>
 
index 201b86c..d8c7d14 100644 (file)
@@ -261,7 +261,7 @@ copy-headers:
        -rm -rf $(incinstalldir)/objc
        -mkdir $(incinstalldir)/objc
        for file in $(OBJC_H); do \
-         realfile=$(srcdir)/$${file}; \
+         realfile=$(srcdir)/objc/$${file}; \
          cp $${realfile} $(incinstalldir)/objc; \
          chmod a+r $(incinstalldir)/objc/$${file}; \
        done
index 1465d0e..9379887 100755 (executable)
@@ -454,7 +454,7 @@ echo > confdefs.h
 
 # A filename unique to this package, relative to the directory that
 # configure is in, which we can look for to find out if srcdir is correct.
-ac_unique_file=objc.h
+ac_unique_file=objc/objc.h
 
 # Find the source files, if location was not specified.
 if test -z "$srcdir"; then
index 45e49d2..8a5c58f 100644 (file)
@@ -19,7 +19,7 @@
 #the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 #02111-1307, USA.
 
-AC_INIT(objc.h)
+AC_INIT(objc/objc.h)
 #AC_CONFIG_HEADER(config.h)
 
 if test "${srcdir}" = "." ; then
similarity index 100%
rename from libobjc/Object.h
rename to libobjc/objc/Object.h
similarity index 100%
rename from libobjc/Protocol.h
rename to libobjc/objc/Protocol.h
similarity index 100%
rename from libobjc/encoding.h
rename to libobjc/objc/encoding.h
similarity index 100%
rename from libobjc/hash.h
rename to libobjc/objc/hash.h
similarity index 100%
rename from libobjc/objc-api.h
rename to libobjc/objc/objc-api.h
similarity index 100%
rename from libobjc/objc-list.h
rename to libobjc/objc/objc-list.h
similarity index 100%
rename from libobjc/objc.h
rename to libobjc/objc/objc.h
similarity index 100%
rename from libobjc/runtime.h
rename to libobjc/objc/runtime.h
similarity index 100%
rename from libobjc/sarray.h
rename to libobjc/objc/sarray.h
similarity index 100%
rename from libobjc/thr.h
rename to libobjc/objc/thr.h