# This .cmake2 file contains application specific customization of
# the general Makefile. Additional customization is found in .cmake1

# Name of the executable file:
APPL := app

# Modifications of .cmake1/.cmake2 are intended to be performed by 
# advanced users. Some make variables (e.g. NUMT) must be set in .cmake1.
# First .cmake1 is included, then MakeHeaders, then MakeFlags and then
# .cmake2.
#
#
#
#
# Compile and link with some external software packages:
# INCLUDEDIRS += -I/usr/local/mylib/include/mypack1.0
# LDPATH      += -L/usr/local/mylib/lib
# LIBS        += -lmypack1.0
# link with additional system libraries:
# SYSLIBS     += -ljpeg
