Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8546 - (show annotations) (download)
Mon Feb 8 12:55:57 2016 UTC (8 years, 2 months ago) by niro
File size: 467 byte(s)
-fixed sql-schema/include installation
1 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 update_to_database_schema_version_5.sh
8
9 all: $(FILES)
10
11 install: all
12 $(INSTALL) -d $(DESTDIR)/$(ALX_WEB_INSTALL_DIR)/scripts/sql-schema/include
13 $(INSTALL) -m0644 $(FILES) $(DESTDIR)/$(ALX_WEB_INSTALL_DIR)/scripts/sql-schema/include
14
15 clean:
16
17 .PHONY: all install clean