$(DESTDIR)/$(DATADIR)/$(APPN)/
@ cp -a \
shell \
+ support \
$(DESTDIR)/$(LIBDIR)/$(APPN)/
#--------------------------------------------------------------------
$(APLV)/lib \
$(APLV)/linux \
$(APLV)/shell \
+ $(APLV)/support \
$(APLV)
@ date > $(APLV)/$(APLV).build_date
@ cp -a Makefile* $(APLV)/
@ cp -a \
shell/getsysos.sh \
$(APLV)/shell/
+ @ cp -a support/*.sh \
+ $(APLV)/support
@ cp -a app/Makefile $(APLV)/app/Makefile
@ cp -a lib/Makefile $(APLV)/lib/Makefile
@ tar zcf $(SRC)/$(APLV).tar.gz $(APLV)
--- /dev/null
+#! /usr/bin/bash
+#---------------------------------------------------------------
+#empty scrript for now
+#---------------------------------------------------------------
+exit 0