wmcalc: Update Makefile.
commit550de54682252ebe2753e50a7f7d61a323569077
authorDoug Torrance <dtorrance@monmouthcollege.edu>
Sat, 10 Jan 2015 16:59:43 +0000 (10 10:59 -0600)
committerCarlos R. Mafra <crmafra@gmail.com>
Sat, 10 Jan 2015 19:02:57 +0000 (10 19:02 +0000)
tree08563bbfb7b0e81d0bae8e0330799c0fa62b974e
parent2f0aab0f8f7d3b44fae67cef12608c035036257c
wmcalc: Update Makefile.

In particular,
- Drop INCLUDES and LIBINC variables; referenced deprecated X11R6 directories
  and INCLUDES unnecessarily included the default path.
- Switch hard-coded gcc for CC variable.
- Move hard-coded -02 and -Wall flags to new CFLAGS variable.
- Switch ${} to $() for consistency.
- Add new INSTALL_DIR variable for creating installation directories.
- Respect CPPFLAGS and LDFLAGS.
wmcalc/Makefile