awips2/nativeLib/dist.native/makefile

14 lines
199 B
Makefile
Raw Normal View History

2017-03-14 15:05:59 -05: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