~jerstlouis/ecere/master

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Jerome St-Louis
  • Date: 2019-08-19 08:27:09 UTC
  • Revision ID: git-v1:8186464bf94e84afd3a547221e095339bb097e46
tarball; ecere; ide: Fixes for OS X

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
.PHONY: all clean realclean wipeclean distclean emptyoutput prepinstall actualinstall install copyonlyinstall uninstall troubleshoot outputdirs bootstrap deps ecere ecerecom ecerevanilla ear compiler prepbinaries epj2make libec2 bgen ide documentor eda prepcodeguard codeguard fixprecompile cleantarget pots installer regenbootstrap updatebootstrap update_ecere update_libec update_ecp update_ecc update_ecs ecereaudio
6
6
 
7
 
_CF_DIR =
 
7
ROOT_ABSPATH := $(dir $(realpath $(firstword $(MAKEFILE_LIST))))
 
8
_CF_DIR = $(ROOT_ABSPATH)
8
9
 
9
10
include crossplatform.mk
10
11
include default.cf
1111
1112
        @$(call echo,OPENSSL_INCLUDE_DIR=$(OPENSSL_INCLUDE_DIR))
1112
1113
        @$(call echo,OPENSSL_LIB_DIR=$(OPENSSL_LIB_DIR))
1113
1114
        @$(call echo,OPENSSL_BIN_DIR=$(OPENSSL_BIN_DIR))
 
1115
        @$(call echo,ROOT_ABSPATH=$(ROOT_ABSPATH))
 
1116
        @$(call echo,DYLD_LIBRARY_PATH=$(DYLD_LIBRARY_PATH))