Magellan Linux

Annotation of /alx-src/branches/alx-web-070/scripts/socket-send/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9661 - (hide annotations) (download)
Wed Aug 2 13:21:57 2017 UTC (6 years, 9 months ago) by niro
File size: 430 byte(s)
-reworked socket send to be sha1 compatible with sslsvd, direct ssl with openssl not working anymore. need to rewrite sslsvd or deprecate it
1 niro 9661 include ../../Makefile.inc
2    
3     FILES = mcore-socket-send.sh
4    
5     all: $(FILES)
6    
7     install: all
8     $(INSTALL) -d $(DESTDIR)/$(ALX_WEB_INSTALL_DIR)/scripts/socket-send
9     $(INSTALL) -m0755 mcore-socket-send.sh $(DESTDIR)/$(ALX_WEB_INSTALL_DIR)/scripts/socket-send
10     $(INSTALL) -d $(DESTDIR)/$(BINDIR)
11     $(LN) $(ALX_WEB_INSTALL_DIR)/scripts/socket-send/mcore-socket-send.sh $(DESTDIR)/$(BINDIR)/mcore-socket-send
12    
13     clean:
14    
15     .PHONY: all install clean