mirror of
https://github.com/gnustep/libs-performance.git
synced 2025-02-15 16:11:14 +00:00
get makefiles location
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/performance/trunk@28683 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
af38858926
commit
d355f0dd03
1 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,12 @@
|
|||
|
||||
ifeq ($(GNUSTEP_MAKEFILES),)
|
||||
GNUSTEP_MAKEFILES := $(shell gnustep-config --variable=GNUSTEP_MAKEFILES 2>/dev/null)
|
||||
endif
|
||||
|
||||
ifeq ($(GNUSTEP_MAKEFILES),)
|
||||
$(error You need to set GNUSTEP_MAKEFILES before compiling!)
|
||||
endif
|
||||
|
||||
include $(GNUSTEP_MAKEFILES)/common.make
|
||||
|
||||
-include config.make
|
||||
|
|
Loading…
Reference in a new issue