makefile.mk (871bf55b) makefile.mk (1b8c19f4)
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

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

85BUILD_ACTION=$(GNUMAKE) -j$(EXTMAXPROCESS)
86OUT2LIB=$(BUILD_DIR)$/src$/hunspell$/.libs$/libhunspell-1.3.a
87.ELSE # GCC
88BUILD_ACTION= cd src/hunspell && cp ../win_api/config.h . && CDEFS_PRESET=-DBUILDING_LIBHUNSPELL dmake
89.ENDIF # GCC
90.ENDIF # "$(GUI)"=="WNT"
91
92.IF "$(GUI)"=="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

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

85BUILD_ACTION=$(GNUMAKE) -j$(EXTMAXPROCESS)
86OUT2LIB=$(BUILD_DIR)$/src$/hunspell$/.libs$/libhunspell-1.3.a
87.ELSE # GCC
88BUILD_ACTION= cd src/hunspell && cp ../win_api/config.h . && CDEFS_PRESET=-DBUILDING_LIBHUNSPELL dmake
89.ENDIF # GCC
90.ENDIF # "$(GUI)"=="WNT"
91
92.IF "$(GUI)"=="OS2"
93BUILD_ACTION=cd src/hunspell && dmake
93BUILD_ACTION=cd src/hunspell && touch config.h && dmake
94.ENDIF # "$(GUI)"=="OS2"
95
96OUT2INC= \
97 $(BUILD_DIR)$/src$/hunspell$/*.hxx \
98 $(BUILD_DIR)$/src$/hunspell$/hunvisapi.h
99
100# --- Targets ------------------------------------------------------
101
102.INCLUDE : set_ext.mk
103.INCLUDE : target.mk
104.INCLUDE : tg_ext.mk
105.ENDIF
94.ENDIF # "$(GUI)"=="OS2"
95
96OUT2INC= \
97 $(BUILD_DIR)$/src$/hunspell$/*.hxx \
98 $(BUILD_DIR)$/src$/hunspell$/hunvisapi.h
99
100# --- Targets ------------------------------------------------------
101
102.INCLUDE : set_ext.mk
103.INCLUDE : target.mk
104.INCLUDE : tg_ext.mk
105.ENDIF