-
display the default rules
make -p -f /dev/null
-
in order to support Java, define a new suffix rule
.SUFFIXES : .java .class
.java.class:
javac -g $< -
append a string to a variable
variable += more
variable := $(variable) more
clearmake -C gnu
and make
-
clearmake
accepts that there is no space afterifeq
butmake
failsifeq($(AW_VER),AW_4.3)
AIM_IMPORT_LIB = $(AIM_IMPORT_ROOT)/lib_$(ARCH)
else
AIM_IMPORT_LIB = $(AIM_IMPORT_ROOT)/lib
endif