makefile.mk (7af807ab) makefile.mk (b64d3271)
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

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

141#INSTALL_FLAGS+=DESTDIR=$(PWD)$/$(P_INSTALL_TARGET_DIR)
142.ENDIF
143
144
145OUT2INC+=src/raptor.h src/raptor2.h src/raptor_config.h
146
147.IF "$(OS)"=="MACOSX"
148OUT2LIB+=src$/.libs$/libraptor2.$(RAPTOR_MAJOR).dylib src$/.libs$/libraptor2.dylib
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

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

141#INSTALL_FLAGS+=DESTDIR=$(PWD)$/$(P_INSTALL_TARGET_DIR)
142.ENDIF
143
144
145OUT2INC+=src/raptor.h src/raptor2.h src/raptor_config.h
146
147.IF "$(OS)"=="MACOSX"
148OUT2LIB+=src$/.libs$/libraptor2.$(RAPTOR_MAJOR).dylib src$/.libs$/libraptor2.dylib
149OOO_PATCH_FILES+=$(TARFILE_NAME).patch.macos
149.ELIF "$(OS)"=="WNT"
150.IF "$(COM)"=="GCC"
151OUT2LIB+=src$/.libs$/*.a
152OUT2BIN+=src$/.libs$/*.dll
153.ELSE
154# if we use dmake, this is done automagically
155.ENDIF
156.ELIF "$(GUI)"=="OS2"

--- 12 unchanged lines hidden ---
150.ELIF "$(OS)"=="WNT"
151.IF "$(COM)"=="GCC"
152OUT2LIB+=src$/.libs$/*.a
153OUT2BIN+=src$/.libs$/*.dll
154.ELSE
155# if we use dmake, this is done automagically
156.ENDIF
157.ELIF "$(GUI)"=="OS2"

--- 12 unchanged lines hidden ---