makefile.mk (0c6d6194) makefile.mk (f1593045)
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

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

47.EXPORT: PRJ
48.EXPORT: PRJNAME
49
50.IF "$(OS)"=="LINUX"
51DONT_REMOVE_PACKAGE:=TRUE
52.EXPORT: DONT_REMOVE_PACKAGE
53.ENDIF # "$(OS)"=="LINUX"
54
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

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

47.EXPORT: PRJ
48.EXPORT: PRJNAME
49
50.IF "$(OS)"=="LINUX"
51DONT_REMOVE_PACKAGE:=TRUE
52.EXPORT: DONT_REMOVE_PACKAGE
53.ENDIF # "$(OS)"=="LINUX"
54
55.IF "$(OS)"=="MACOSX"
56# $TMPDIR may be under /var, that may be a symbolic link and Perl may
57# consider it unsafe
58TMPDIR:=$(OUTDIR)/tmp
59.EXPORT: TMPDIR
60.ENDIF
61
55.INCLUDE .IGNORE: $(SRC_ROOT)$/cwsname.mk
56
57SHARED_COM_SDK_PATH*:=.
58
59INSTALLDIR=$(OUT)
60
61.INCLUDE: target.mk
62

--- 531 unchanged lines hidden ---
62.INCLUDE .IGNORE: $(SRC_ROOT)$/cwsname.mk
63
64SHARED_COM_SDK_PATH*:=.
65
66INSTALLDIR=$(OUT)
67
68.INCLUDE: target.mk
69

--- 531 unchanged lines hidden ---