makefile.mk (f78a4bb8) makefile.mk (87bf159b)
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

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

135#INSTALL_ACTION=$(GNUMAKE) install
136#INSTALL_FLAGS+=DESTDIR=$(PWD)$/$(P_INSTALL_TARGET_DIR)
137.ENDIF
138
139
140OUT2INC+=src/raptor.h src/raptor2.h src/raptor_config.h
141
142.IF "$(OS)"=="MACOSX"
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

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

135#INSTALL_ACTION=$(GNUMAKE) install
136#INSTALL_FLAGS+=DESTDIR=$(PWD)$/$(P_INSTALL_TARGET_DIR)
137.ENDIF
138
139
140OUT2INC+=src/raptor.h src/raptor2.h src/raptor_config.h
141
142.IF "$(OS)"=="MACOSX"
143OUT2LIB+=src$/.libs$/libraptor2.$(RAPTOR_MAJOR).dylib src$/.libs$/libraptor.dylib
143OUT2LIB+=src$/.libs$/libraptor2.$(RAPTOR_MAJOR).dylib src$/.libs$/libraptor2.dylib
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"
152# if we use dmake, this is done automagically
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
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"
152# if we use dmake, this is done automagically
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