makefile.mk (02bc9921) makefile.mk (a5818cd9)
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

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

89 ${PERL} -p -e 's/\@RAPTOR_VERSION_DECIMAL\@/20015/;s/\@VERSION\@/2.0.15/;s/\@RAPTOR_VERSION_MAJOR\@/2/;s/\@RAPTOR_VERSION_MINOR\@/0/;s/\@RAPTOR_VERSION_RELEASE\@/15/' < src/raptor2.h.in > src/raptor2.h && \
90 $(COPY) src/raptor_config.h.in src/raptor_config.h
91BUILD_ACTION=dmake
92BUILD_DIR=$(CONFIGURE_DIR)$/src
93.ENDIF
94
95.ELSE # "WNT"
96
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

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

89 ${PERL} -p -e 's/\@RAPTOR_VERSION_DECIMAL\@/20015/;s/\@VERSION\@/2.0.15/;s/\@RAPTOR_VERSION_MAJOR\@/2/;s/\@RAPTOR_VERSION_MINOR\@/0/;s/\@RAPTOR_VERSION_RELEASE\@/15/' < src/raptor2.h.in > src/raptor2.h && \
90 $(COPY) src/raptor_config.h.in src/raptor_config.h
91BUILD_ACTION=dmake
92BUILD_DIR=$(CONFIGURE_DIR)$/src
93.ENDIF
94
95.ELSE # "WNT"
96
97OOO_PATCH_FILES+=$(TARFILE_NAME).patch
97.IF "$(OS)$(COM)"=="LINUXGCC" || "$(OS)$(COM)"=="FREEBSDGCC"
98LDFLAGS:=-Wl,-rpath,'$$$$ORIGIN:$$$$ORIGIN/../ure-link/lib' -Wl,-noinhibit-exec
99.ENDIF # "$(OS)$(COM)"=="LINUXGCC"
100.IF "$(OS)$(COM)"=="SOLARISC52"
101LDFLAGS:=-Wl,-R'$$$$ORIGIN:$$$$ORIGIN/../ure-link/lib'
102.ENDIF # "$(OS)$(COM)"=="SOLARISC52"
103
104# Apple added availability annotiations to __darwin_check_fd_set_overflow to avoid the use of weak

--- 71 unchanged lines hidden ---
98.IF "$(OS)$(COM)"=="LINUXGCC" || "$(OS)$(COM)"=="FREEBSDGCC"
99LDFLAGS:=-Wl,-rpath,'$$$$ORIGIN:$$$$ORIGIN/../ure-link/lib' -Wl,-noinhibit-exec
100.ENDIF # "$(OS)$(COM)"=="LINUXGCC"
101.IF "$(OS)$(COM)"=="SOLARISC52"
102LDFLAGS:=-Wl,-R'$$$$ORIGIN:$$$$ORIGIN/../ure-link/lib'
103.ENDIF # "$(OS)$(COM)"=="SOLARISC52"
104
105# Apple added availability annotiations to __darwin_check_fd_set_overflow to avoid the use of weak

--- 71 unchanged lines hidden ---