Magellan Linux

Annotation of /alx-src/tags/alx-web-0_7_0_20170802_2/js/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9681 - (hide annotations) (download)
Wed Aug 2 15:09:41 2017 UTC (6 years, 9 months ago) by niro
File size: 316 byte(s)
tagged 'alx-web-0_7_0_20170802_2'
1 niro 8535 include ../Makefile.inc
2    
3     FILES = asc.gif bg.gif desc.gif jquery-1.2.6.min.js jquery.tablesorter.js jquery.tablesorter.min.js style.css
4    
5     all: $(FILES)
6    
7     install: all
8     $(INSTALL) -d $(DESTDIR)/$(ALX_WEB_INSTALL_DIR)/js
9     $(INSTALL) -m0644 $(FILES) $(DESTDIR)/$(ALX_WEB_INSTALL_DIR)/js
10    
11     clean:
12    
13     .PHONY: all install clean