From 10f818c66a4271f199e1238790527dbcbcd4647f Mon Sep 17 00:00:00 2001 From: Chris Piker Date: Sun, 25 Feb 2024 20:39:38 -0600 Subject: [PATCH] Added make install target for das3_cdf --- buildfiles/Linux.mak | 2 ++ 1 file changed, 2 insertions(+) diff --git a/buildfiles/Linux.mak b/buildfiles/Linux.mak index b854d75..467e06f 100644 --- a/buildfiles/Linux.mak +++ b/buildfiles/Linux.mak @@ -216,6 +216,8 @@ test_spice:$(BD) $(BD)/$(TARG).a $(BUILD_TEST_PROGS) $(BULID_UTIL_PROGS) # Install everything install:lib_install $(INST_UTIL_PROGS) +install_cdf:$(DESTDIR)$(INST_NAT_BIN)/das3_cdf + lib_install:$(DESTDIR)$(INST_NAT_LIB)/$(TARG).a $(DESTDIR)$(INST_NAT_LIB)/$(TARG).so $(INST_HDRS) # Does not install static object that that it can be used with proprietary