Magellan Linux

Diff of /branches/mage-next/src/Makefile

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

revision 2809 by niro, Wed Sep 3 11:57:32 2014 UTC revision 2810 by niro, Wed Sep 3 11:58:06 2014 UTC
# Line 9  CLEANDIRS = $(SUBDIRS:%=clean-%) Line 9  CLEANDIRS = $(SUBDIRS:%=clean-%)
9  FILES = common.functions.sh mage4.functions.sh smage2.functions.sh  FILES = common.functions.sh mage4.functions.sh smage2.functions.sh
10  MAGE_SCRIPTS = compressdoc create_desktop_app depwalker mkinfodir pkg_all_sources pkgbuild_dir  MAGE_SCRIPTS = compressdoc create_desktop_app depwalker mkinfodir pkg_all_sources pkgbuild_dir
11  SBIN_SCRIPTS= env-rebuild etc-update mage magequery smage2  SBIN_SCRIPTS= env-rebuild etc-update mage magequery smage2
12  PROGS = highestver vercomp  PROGS = vercomp highestver highest_magefile
13    
14  common_SOURCES = package.c package.h  common_SOURCES = package.c package.h
15  vercomp_SOURCES = vercomp.c $(common_SOURCES)  vercomp_SOURCES = vercomp.c $(common_SOURCES)
16  highestver_SOURCES = highestver.c $(common_SOURCES)  highestver_SOURCES = highestver.c $(common_SOURCES)
17    highest_magefile_SOURCES = highest_magefile.c $(common_SOURCES)
18    
19  all: $(SUBDIRS) $(FILES) $(MAGE_SCRIPTS) $(SBIN_SCRIPTS) $(PROGS)  all: $(SUBDIRS) $(FILES) $(MAGE_SCRIPTS) $(SBIN_SCRIPTS) $(PROGS)
20   $(CHMOD) +x $(MAGE_SCRIPTS)   $(CHMOD) +x $(MAGE_SCRIPTS)
# Line 25  vercomp: $(vercomp_SOURCES) Line 26  vercomp: $(vercomp_SOURCES)
26  highestver: $(highestver_SOURCES)  highestver: $(highestver_SOURCES)
27   $(CC) $(highestver_SOURCES) -o $@   $(CC) $(highestver_SOURCES) -o $@
28    
29    highest_magefile: $(highest_magefile_SOURCES)
30     $(CC) $(highest_magefile_SOURCES) -o $@
31    
32  install: $(INSTALLDIRS) all  install: $(INSTALLDIRS) all
33   $(INSTALLDIR) $(DESTDIR)/$(MAGELIBDIR)   $(INSTALLDIR) $(DESTDIR)/$(MAGELIBDIR)
34   $(INSTALLFILE) $(FILES) $(DESTDIR)/$(MAGELIBDIR)   $(INSTALLFILE) $(FILES) $(DESTDIR)/$(MAGELIBDIR)

Legend:
Removed from v.2809  
changed lines
  Added in v.2810