mirror of
https://github.com/nasa/trick.git
synced 2024-12-21 14:07:51 +00:00
16 lines
261 B
Makefile
16 lines
261 B
Makefile
|
|
# $Id$
|
|
|
|
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
|
|
|