awips2/nativeLib/dist.native/makefile

14 lines
199 B
Makefile
Raw Permalink Normal View History

2017-04-21 18:33:55 -06:00
makefile_dist=$(wildcard ../build.native/makefile.dist)
ifndef INSTALL_DIR
INSTALL_DIR = $(HOME)/awips
endif
ifneq ($(strip $(makefile_dist)),)
include $(makefile_dist)
endif
%:
# nothing to do