Magellan Linux

Diff of /alx-src/branches/alx-web-070/include/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 8536 by niro, Mon Feb 8 12:24:07 2016 UTC revision 8537 by niro, Mon Feb 8 12:25:15 2016 UTC
# Line 4  CONFIG = config.inc.php Line 4  CONFIG = config.inc.php
4  FILES = basesql.php common-functions.php current-problems.php \  FILES = basesql.php common-functions.php current-problems.php \
5   dbconn.php error.php ppping.inc.php socket_send.php   dbconn.php error.php ppping.inc.php socket_send.php
6    
7  all: $(FILES)  all: $(CONFIG) $(FILES)
8    
9  install: all  install: all
10   $(INSTALL) -d $(DESTDIR)/$(SYSCONFDIR)/alx-web   $(INSTALL) -d $(DESTDIR)/$(SYSCONFDIR)/alx-web
11   $(INSTALL) -m0644 $(CONFIG) $(DESTDIR)/$(SYSCONFDIR)/alx-web   $(INSTALL) -m0644 $(CONFIG) $(DESTDIR)/$(SYSCONFDIR)/alx-web
12   $(INSTALL) -d $(DESTDIR)/$(ALX_WEB_INSTALL_DIR)/include   $(INSTALL) -d $(DESTDIR)/$(ALX_WEB_INSTALL_DIR)/include
13   $(INSTALL) -m0644 $(FILES) $(DESTDIR)/$(ALX_WEB_INSTALL_DIR)/include   $(INSTALL) -m0644 $(FILES) $(DESTDIR)/$(ALX_WEB_INSTALL_DIR)/include
14   $(LN_S) $(SYSCONFDIR)/alx-web/$(CONFIG) $(DESTDIR)/$(ALX_WEB_INSTALL_DIR)/include/$(CONFIG)   $(LN) $(SYSCONFDIR)/alx-web/$(CONFIG) $(DESTDIR)/$(ALX_WEB_INSTALL_DIR)/include/$(CONFIG)
15    
16  clean:  clean:
17    

Legend:
Removed from v.8536  
changed lines
  Added in v.8537