Magellan Linux

Annotation of /alx-src/branches/alx-web-070/scripts/cert/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8535 - (hide annotations) (download)
Mon Feb 8 12:21:03 2016 UTC (8 years, 3 months ago) by niro
File size: 260 byte(s)
-added initial Makefile build system
1 niro 8535 include ../../Makefile.inc
2    
3     FILES = signing-jars.sh
4    
5     all: $(FILES)
6    
7     install: all
8     $(INSTALL) -d $(DESTDIR)/$(ALX_WEB_INSTALL_DIR)/scripts/cert
9     $(INSTALL) -m0755 signing-jars.sh $(DESTDIR)/$(ALX_WEB_INSTALL_DIR)/scripts/cert
10    
11     clean:
12    
13     .PHONY: all install clean