summaryrefslogtreecommitdiff
path: root/native/target
diff options
context:
space:
mode:
authorRoman Kennke <roman@kennke.org>2006-01-16 13:47:12 +0000
committerRoman Kennke <roman@kennke.org>2006-01-16 13:47:12 +0000
commit6d3c17d85306a95ea1ecccf8f637817afe930c3c (patch)
tree5bac95ac06140e54d8fdc324b67456876142016a /native/target
parentb80bc6f843a78afc3bf3022cf86b77e5a6d71fb5 (diff)
downloadclasspath-6d3c17d85306a95ea1ecccf8f637817afe930c3c.tar.gz
2006-01-16 Roman Kennke <kennke@aicas.com>
* native/target/Makefile.am: Include new targets. * native/target/Linux/Makefile.am: Include new memory layer. * native/target/MinGW/Makefile.am: New file. Includes MinGW in dist. * native/target/RTEMS/Makefile.am: New file. Includes RTEMS in dist. * native/target/SunOS/Makefile.am: New file. Includes SunOS in dist. * native/target/embOS/Makefile.am: New file. Includes embOS in dist. * native/target/generic/Makefile.am: Include new memory and math layer. * native/target/posix/Makefile.am: New file. Includes posix in dist.
Diffstat (limited to 'native/target')
-rw-r--r--native/target/Linux/Makefile.am1
-rw-r--r--native/target/Makefile.am2
-rw-r--r--native/target/MinGW/Makefile.am10
-rw-r--r--native/target/RTEMS/Makefile.am10
-rw-r--r--native/target/SunOS/Makefile.am10
-rw-r--r--native/target/embOS/Makefile.am11
-rw-r--r--native/target/generic/Makefile.am6
-rw-r--r--native/target/posix/Makefile.am28
8 files changed, 60 insertions, 18 deletions
diff --git a/native/target/Linux/Makefile.am b/native/target/Linux/Makefile.am
index 87f8119a4..a384a74a2 100644
--- a/native/target/Linux/Makefile.am
+++ b/native/target/Linux/Makefile.am
@@ -5,5 +5,6 @@ target_native_io.h \
target_native_misc.h \
target_native.h \
target_native_math.h \
+target_native_memory.h \
target_native_network.h \
target_native_file.h
diff --git a/native/target/Makefile.am b/native/target/Makefile.am
index ba0ad7919..ccd0eeb75 100644
--- a/native/target/Makefile.am
+++ b/native/target/Makefile.am
@@ -1,5 +1,5 @@
## Input file for automake to generate the Makefile.in used by configure
-SUBDIRS = Linux generic
+SUBDIRS = Linux generic embOS MinGW posix RTEMS SunOS
EXTRA_DIST = readme.txt
diff --git a/native/target/MinGW/Makefile.am b/native/target/MinGW/Makefile.am
new file mode 100644
index 000000000..a384a74a2
--- /dev/null
+++ b/native/target/MinGW/Makefile.am
@@ -0,0 +1,10 @@
+## Input file for automake to generate the Makefile.in used by configure
+
+EXTRA_DIST = \
+target_native_io.h \
+target_native_misc.h \
+target_native.h \
+target_native_math.h \
+target_native_memory.h \
+target_native_network.h \
+target_native_file.h
diff --git a/native/target/RTEMS/Makefile.am b/native/target/RTEMS/Makefile.am
new file mode 100644
index 000000000..a384a74a2
--- /dev/null
+++ b/native/target/RTEMS/Makefile.am
@@ -0,0 +1,10 @@
+## Input file for automake to generate the Makefile.in used by configure
+
+EXTRA_DIST = \
+target_native_io.h \
+target_native_misc.h \
+target_native.h \
+target_native_math.h \
+target_native_memory.h \
+target_native_network.h \
+target_native_file.h
diff --git a/native/target/SunOS/Makefile.am b/native/target/SunOS/Makefile.am
new file mode 100644
index 000000000..a384a74a2
--- /dev/null
+++ b/native/target/SunOS/Makefile.am
@@ -0,0 +1,10 @@
+## Input file for automake to generate the Makefile.in used by configure
+
+EXTRA_DIST = \
+target_native_io.h \
+target_native_misc.h \
+target_native.h \
+target_native_math.h \
+target_native_memory.h \
+target_native_network.h \
+target_native_file.h
diff --git a/native/target/embOS/Makefile.am b/native/target/embOS/Makefile.am
new file mode 100644
index 000000000..edc7ba96e
--- /dev/null
+++ b/native/target/embOS/Makefile.am
@@ -0,0 +1,11 @@
+## Input file for automake to generate the Makefile.in used by configure
+
+EXTRA_DIST = \
+target_native_io.h \
+target_native_io.c \
+target_native_misc.h \
+target_native.h \
+target_native_math.h \
+target_native_memory.h \
+target_native_network.h \
+target_native_file.h
diff --git a/native/target/generic/Makefile.am b/native/target/generic/Makefile.am
index bc8413c3a..b4a78567b 100644
--- a/native/target/generic/Makefile.am
+++ b/native/target/generic/Makefile.am
@@ -4,7 +4,7 @@ EXTRA_DIST = \
target_generic_io.h \
target_generic_misc.h \
target_generic.h \
-target_generic_math_float.h \
+target_generic_math.h \
+target_generic_memory.h \
target_generic_network.h \
-target_generic_file.h \
-target_generic_math_int.h
+target_generic_file.h
diff --git a/native/target/posix/Makefile.am b/native/target/posix/Makefile.am
index fe06c1a5e..aa6c8001d 100644
--- a/native/target/posix/Makefile.am
+++ b/native/target/posix/Makefile.am
@@ -1,17 +1,17 @@
## Input file for automake to generate the Makefile.in used by configure
EXTRA_DIST = \
-target_posix.c \
-target_posix.h \
-target_posix_file.c \
-target_posix_file.h \
-target_posix_io.c \
-target_posix_io.h \
-target_posix_math.c \
-target_posix_math.h \
-target_posix_memory.c \
-target_posix_memory.h \
-target_posix_misc.c \
-target_posix_misc.h \
-target_posix_network.c \
-target_posix_network.h
+target_native.h \
+target_native.c \
+target_native_file.h \
+target_native_file.c \
+target_native_io.h \
+target_native_io.c \
+target_native_math.h \
+target_native_math.c \
+target_native_memory.h \
+target_native_memory.c \
+target_native_misc.h \
+target_native_misc.c \
+target_native_network.h \
+target_native_network.c