diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-05-21 16:34:45 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-05-21 16:34:45 +0300 |
commit | f05f8318294f07957863b166ca316b8df1bcbd4e (patch) | |
tree | cf6438981b1bfc3538dfe9ef1b70a45a353736e9 /redland | |
parent | 594c9038df36fcc9502aa0063ad049017194b5e2 (diff) |
Drop OS2
Diffstat (limited to 'redland')
-rw-r--r-- | redland/raptor/makefile.mk | 7 | ||||
-rw-r--r-- | redland/rasqal/makefile.mk | 7 | ||||
-rw-r--r-- | redland/redland/makefile.mk | 7 |
3 files changed, 3 insertions, 18 deletions
diff --git a/redland/raptor/makefile.mk b/redland/raptor/makefile.mk index 6fc9e4bf0fb6..61d1e5a0ea9b 100644 --- a/redland/raptor/makefile.mk +++ b/redland/raptor/makefile.mk @@ -67,10 +67,7 @@ OOO_PATCH_FILES += \ PATCH_FILES=$(OOO_PATCH_FILES) -.IF "$(OS)"=="OS2" -BUILD_ACTION=dmake -BUILD_DIR=$(CONFIGURE_DIR)$/src -.ELIF "$(OS)"=="WNT" +.IF "$(OS)"=="WNT" .IF "$(COM)"=="GCC" OOO_PATCH_FILES+=$(TARFILE_NAME).patch.mingw raptor_CC=$(CC) -mthreads @@ -171,8 +168,6 @@ OUT2BIN+=src/raptor-config .ELSE # if we use dmake, this is done automagically .ENDIF -.ELIF "$(GUI)"=="OS2" -# if we use dmake, this is done automagically .ELSE OUT2LIB+=src$/.libs$/libraptor.so.$(RAPTOR_MAJOR) src$/.libs$/libraptor.so OUT2BIN+=src/raptor-config diff --git a/redland/rasqal/makefile.mk b/redland/rasqal/makefile.mk index 9956dacd8835..2b09a4de0828 100644 --- a/redland/rasqal/makefile.mk +++ b/redland/rasqal/makefile.mk @@ -62,10 +62,7 @@ OOO_PATCH_FILES= \ PATCH_FILES=$(OOO_PATCH_FILES) -.IF "$(OS)"=="OS2" -BUILD_ACTION=dmake -BUILD_DIR=$(CONFIGURE_DIR)$/src -.ELIF "$(OS)"=="WNT" +.IF "$(OS)"=="WNT" .IF "$(COM)"=="GCC" rasqal_CC=$(CC) -mthreads .IF "$(MINGW_SHARED_GCCLIB)"=="YES" @@ -158,8 +155,6 @@ OUT2BIN+=src/rasqal-config .ELSE # if we use dmake, this is done automagically .ENDIF -.ELIF "$(OS)"=="OS2" -# if we use dmake, this is done automagically .ELSE OUT2LIB+=src$/.libs$/librasqal.so.$(RASQAL_MAJOR) src$/.libs$/librasqal.so OUT2BIN+=src/rasqal-config diff --git a/redland/redland/makefile.mk b/redland/redland/makefile.mk index cbe9b4e001ff..f7c6f8a09ab7 100644 --- a/redland/redland/makefile.mk +++ b/redland/redland/makefile.mk @@ -62,10 +62,7 @@ OOO_PATCH_FILES= \ PATCH_FILES=$(OOO_PATCH_FILES) \ -.IF "$(OS)"=="OS2" -BUILD_ACTION=dmake -BUILD_DIR=$(CONFIGURE_DIR)$/librdf -.ELIF "$(OS)"=="WNT" +.IF "$(OS)"=="WNT" .IF "$(COM)"=="GCC" redland_CC=$(CC) -mthreads .IF "$(MINGW_SHARED_GCCLIB)"=="YES" @@ -159,8 +156,6 @@ OUT2BIN+=librdf$/.libs$/*.dll .ELSE # if we use dmake, this is done automagically .ENDIF -.ELIF "$(OS)"=="OS2" -# if we use dmake, this is done automagically .ELSE OUT2LIB+=librdf$/.libs$/librdf.so.$(REDLAND_MAJOR) .ENDIF |