* config/global.cf
* config/lib.cf
* config/bin.cf
* config/test.cf
! Inclusion of compiler specific rules now happens from [lib|bin|test].cf.
This way it plays well with scenarios where global.cf is directly
included in Makefiles. It should also be slightly more efficient.
22 lines
356 B
CFEngine3
22 lines
356 B
CFEngine3
#
|
|
# $Id$
|
|
#
|
|
|
|
include $(TOP)$(ROOT)config/global.cf
|
|
|
|
ifneq ($(HB_ARCHITECTURE),)
|
|
ifneq ($(HB_COMPILER),)
|
|
|
|
include $(TOP)$(ROOT)config/$(HB_ARCHITECTURE)/$(HB_COMPILER).cf
|
|
include $(TOP)$(ROOT)config/prg.cf
|
|
|
|
first:: dirbase ^^^d^e^s^c^e^n^d^^^
|
|
|
|
^^^d^e^s^c^e^n^d^^^ :
|
|
@$(MK) -C $(OBJ_DIR) -f $(GRANDP)Makefile TOP=$(GRANDP) $(PRG_EXES)
|
|
|
|
endif
|
|
endif
|
|
|
|
install:
|