* config/none.cf
* config/global.cf
* config/instsh.cf
* config/dirsh.cf
* Prefixed all Harbour initiated screen messages with '! '.
23 lines
266 B
CFEngine3
23 lines
266 B
CFEngine3
#
|
|
# $Id$
|
|
#
|
|
|
|
include $(TOP)$(ROOT)config/global.cf
|
|
|
|
ifneq ($(HB_ARCHITECTURE),)
|
|
ifneq ($(HB_COMPILER),)
|
|
|
|
ifneq ($(LIBNAME),)
|
|
DIR_RULE := @echo "! '$(LIBNAME)' library ignored"
|
|
else
|
|
DIR_RULE :=
|
|
endif
|
|
|
|
all : first
|
|
|
|
first clean install::
|
|
$(DIR_RULE)
|
|
|
|
endif
|
|
endif
|