Magellan Linux

Annotation of /alx-src/branches/alx-web-070/scripts/sql-schema/conf/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8552 - (hide annotations) (download)
Mon Feb 8 13:33:18 2016 UTC (8 years, 3 months ago) by niro
File size: 418 byte(s)
-added mcore-sql-schema.conf
1 niro 8552 include ../../../Makefile.inc
2    
3     CONFIG = mcore-sql-schema.conf
4    
5     all: $(CONFIG)
6    
7     install: all
8     $(INSTALL) -d $(DESTDIR)/$(SYSCONFDIR)/alx-web
9     $(INSTALL) -m0644 $(CONFIG) $(DESTDIR)/$(SYSCONFDIR)/alx-web/
10     $(INSTALL) -d $(DESTDIR)/$(ALX_WEB_INSTALL_DIR)/scripts/sql-schema/conf
11     $(LN) $(SYSCONFDIR)/alx-web/$(CONFIG) $(DESTDIR)/$(ALX_WEB_INSTALL_DIR)/scripts/sql-schema/conf/$(CONFIG)
12    
13     clean:
14    
15     .PHONY: all install clean