Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8573 - (hide annotations) (download)
Tue Feb 9 13:07:06 2016 UTC (8 years, 3 months ago) by niro
File size: 509 byte(s)
-update to database schema 6, autostart=1 for all session types
1 niro 8535 include ../../../Makefile.inc
2    
3     FILES = schema.sh values.sh version.sh \
4     update_to_database_schema_version_2.sh \
5     update_to_database_schema_version_3.sh \
6     update_to_database_schema_version_4.sh \
7 niro 8573 update_to_database_schema_version_6.sh \
8 niro 8541 update_to_database_schema_version_5.sh
9 niro 8535
10     all: $(FILES)
11    
12     install: all
13 niro 8546 $(INSTALL) -d $(DESTDIR)/$(ALX_WEB_INSTALL_DIR)/scripts/sql-schema/include
14     $(INSTALL) -m0644 $(FILES) $(DESTDIR)/$(ALX_WEB_INSTALL_DIR)/scripts/sql-schema/include
15 niro 8535
16     clean:
17    
18     .PHONY: all install clean