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

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

43RAPTORVERSION=2.0.15
44
45TARFILE_NAME=raptor2-$(RAPTORVERSION)
46TARFILE_MD5=a39f6c07ddb20d7dd2ff1f95fa21e2cd
47
48ADDITIONAL_FILES=src/makefile.mk src/raptor_config.h
49
50OOO_PATCH_FILES= \
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

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

43RAPTORVERSION=2.0.15
44
45TARFILE_NAME=raptor2-$(RAPTORVERSION)
46TARFILE_MD5=a39f6c07ddb20d7dd2ff1f95fa21e2cd
47
48ADDITIONAL_FILES=src/makefile.mk src/raptor_config.h
49
50OOO_PATCH_FILES= \
51 $(TARFILE_NAME).patch.nspace \
51 $(TARFILE_NAME).patch.dmake \
52
53PATCH_FILES=$(OOO_PATCH_FILES)
54
55
56.IF "$(OS)"=="OS2"
57OOO_PATCH_FILES+=$(TARFILE_NAME).patch.os2
58CONFIGURE_DIR=

--- 109 unchanged lines hidden ---
52 $(TARFILE_NAME).patch.dmake \
53
54PATCH_FILES=$(OOO_PATCH_FILES)
55
56
57.IF "$(OS)"=="OS2"
58OOO_PATCH_FILES+=$(TARFILE_NAME).patch.os2
59CONFIGURE_DIR=

--- 109 unchanged lines hidden ---