mirror of
https://github.com/nasa/trick.git
synced 2024-12-21 06:03:10 +00:00
14a75508a3
Changed all header file once include variables to follow the same naming convention and not start with any underscores. Also deleted old incorrect copyright notices. Also removed $Id: tags from all files. Fixes #14. Fixes #22.
14 lines
253 B
Makefile
14 lines
253 B
Makefile
|
|
include ${TRICK_HOME}/makefiles/Makefile.common
|
|
include ${TRICK_HOME}/makefiles/Makefile.tricklib
|
|
|
|
-include Makefile_deps
|
|
|
|
ifeq ($(HAVE_GSL),1)
|
|
TRICK_CXXFLAGS += -D_HAVE_GSL
|
|
ifneq ($(GSL_HOME),/usr)
|
|
TRICK_CXXFLAGS += -I${GSL_HOME}/include
|
|
endif
|
|
endif
|
|
|