makefile.mk (87bf159b) makefile.mk (8a7c7384)
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 40 unchanged lines hidden (view full) ---

49
50OOO_PATCH_FILES= \
51 $(TARFILE_NAME).patch.dmake \
52
53PATCH_FILES=$(OOO_PATCH_FILES)
54
55
56.IF "$(OS)"=="OS2"
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 40 unchanged lines hidden (view full) ---

49
50OOO_PATCH_FILES= \
51 $(TARFILE_NAME).patch.dmake \
52
53PATCH_FILES=$(OOO_PATCH_FILES)
54
55
56.IF "$(OS)"=="OS2"
57BUILD_ACTION=dmake
58BUILD_DIR=$(CONFIGURE_DIR)/src
59ADDITIONAL_FILES+=src/windows.h
60OOO_PATCH_FILES+=$(TARFILE_NAME).patch.os2
57OOO_PATCH_FILES+=$(TARFILE_NAME).patch.os2
58CONFIGURE_DIR=
59CONFIGURE_ACTION=libtoolize && aclocal && autoconf && .$/configure
60# do not enable grddl parser (#i93768#)
61CONFIGURE_FLAGS=--disable-static --disable-gtk-doc --with-openssl-digests --enable-parsers="rdfxml ntriples turtle trig guess rss-tag-soup" --without-bdb --without-sqlite --without-mysql --without-postgresql --without-threestore --with-regex-library=posix --with-decimal=none --with-www=xml --prefix=$(PWD)/$(OUT) --includedir=(PWD)$/$(INCCOM) --libdir=$(PWD)$/$(LB)
62BUILD_ACTION=$(GNUMAKE)
63BUILD_FLAGS+= -j$(EXTMAXPROCESS)
64BUILD_DIR=$(CONFIGURE_DIR)
61.ELIF "$(OS)"=="WNT"
62.IF "$(COM)"=="GCC"
63OOO_PATCH_FILES+=$(TARFILE_NAME).patch.mingw
64raptor_CC=$(CC) -mthreads
65.IF "$(MINGW_SHARED_GCCLIB)"=="YES"
66raptor_CC+=-shared-libgcc
67.ENDIF
68raptor_LIBS=

--- 75 unchanged lines hidden (view full) ---

144.ELIF "$(OS)"=="WNT"
145.IF "$(COM)"=="GCC"
146OUT2LIB+=src$/.libs$/*.a
147OUT2BIN+=src$/.libs$/*.dll
148.ELSE
149# if we use dmake, this is done automagically
150.ENDIF
151.ELIF "$(GUI)"=="OS2"
65.ELIF "$(OS)"=="WNT"
66.IF "$(COM)"=="GCC"
67OOO_PATCH_FILES+=$(TARFILE_NAME).patch.mingw
68raptor_CC=$(CC) -mthreads
69.IF "$(MINGW_SHARED_GCCLIB)"=="YES"
70raptor_CC+=-shared-libgcc
71.ENDIF
72raptor_LIBS=

--- 75 unchanged lines hidden (view full) ---

148.ELIF "$(OS)"=="WNT"
149.IF "$(COM)"=="GCC"
150OUT2LIB+=src$/.libs$/*.a
151OUT2BIN+=src$/.libs$/*.dll
152.ELSE
153# if we use dmake, this is done automagically
154.ENDIF
155.ELIF "$(GUI)"=="OS2"
152# if we use dmake, this is done automagically
156OUT2LIB+=src$/.libs$/*.a
157OUT2BIN+=src$/.libs$/*.dll
153.ELSE
154OUT2LIB+=src$/.libs$/libraptor2.so.$(RAPTOR_MAJOR) src$/.libs$/libraptor2.so
155.ENDIF
156
157# --- Targets ------------------------------------------------------
158
159.INCLUDE : set_ext.mk
160.INCLUDE : target.mk
161.INCLUDE : tg_ext.mk
162
158.ELSE
159OUT2LIB+=src$/.libs$/libraptor2.so.$(RAPTOR_MAJOR) src$/.libs$/libraptor2.so
160.ENDIF
161
162# --- Targets ------------------------------------------------------
163
164.INCLUDE : set_ext.mk
165.INCLUDE : target.mk
166.INCLUDE : tg_ext.mk
167