1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
########################################################################
# The standard OMakeroot file.
# You will not normally need to modify this file.
# By default, your changes should be placed in the
# OMakefile in this directory.
#
# If you decide to modify this file, note that it uses exactly
# the same syntax as the OMakefile.
#
#
# First, include the standard installed configuration file.
#
include $(STDROOT)
#
# Second, include the OMakefile in this directory.
#
.SUBDIRS: .
|