?prevdifflink? - Blame
###############################################################################
#
# Environment for makerules
#
top = ..
# Global variable required for the generic clean rules
CLEAN = *.af *.asfix
VERYCLEAN = *.tbl
###############################################################################
#
# Generation of the parsing table
#
all: isovdm.def.tbl
###############################################################################
#
# Reusable includes
#
include $(top)/scripts/makerules.clean
include $(top)/scripts/makerules.recurse
include $(top)/scripts/makerules.sdf2table
include $(top)/scripts/makerules.configuration
|