mirror of
https://github.com/nasa/trick.git
synced 2025-01-21 03:55:04 +00:00
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
|
||
|
|