Added makefile mode comment for emacs to all Master makefiles

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@29570 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2010-02-12 08:55:56 +00:00
parent d14b6ae594
commit d5b804f00a
24 changed files with 25 additions and 24 deletions

View file

@ -4,7 +4,8 @@
line for emacs.
* Instance/rules.make: Same change.
* Instance/test-library.make: Same change.
* Master/*.make: Same change.
2010-02-12 Nicola Pero <nicola.pero@meta-innovation.com>
* Master/aggregate.make (AGGREGATE_PROJECTS): Recognize the

View file

@ -1,4 +1,4 @@
#
# -*-makefile-*-
# aggregate.make
#
# Master Makefile rules to build a set of GNUstep-base subprojects.

View file

@ -1,4 +1,4 @@
#
# -*-makefile-*-
# application.make
#
# Master makefile rules to build GNUstep-based applications.

View file

@ -1,4 +1,4 @@
#
# -*-makefile-*-
# Master/bundle.make
#
# Master makefile rules to build GNUstep-based bundles.

View file

@ -1,4 +1,4 @@
#
# -*-makefile-*-
# Master/clibrary.make
#
# Master Makefile rules to build C libraries.

View file

@ -1,4 +1,4 @@
#
# -*-makefile-*-
# Master/ctool.make
#
# Master Makefile rules to build GNUstep-based command line ctools.

View file

@ -1,4 +1,4 @@
#
# -*-makefile-*-
# Master/framework.make
#
# Master Makefile rules to build GNUstep-based frameworks.

View file

@ -1,4 +1,4 @@
#
# -*-makefile-*-
# Master/gswapp.make
#
# Master Makefile rules to build GNUstep web based applications.

View file

@ -1,4 +1,4 @@
#
# -*-makefile-*-
# Master/gswbundle.make
#
# Master Makefile rules to build GNUstep web bundles.

View file

@ -1,4 +1,4 @@
#
# -*-makefile-*-
# Master/java-tool.make
#
# Master Makefile rules to build Java command-line tools.

View file

@ -1,4 +1,4 @@
#
# -*-makefile-*-
# Master/java.make
#
# Master Makefile rules to build java-based (not necessarily

View file

@ -1,4 +1,4 @@
#
# -*-makefile-*-
# Master/library.make
#
# Master Makefile rules to build GNUstep-based libraries.

View file

@ -1,4 +1,4 @@
#
# -*-makefile-*-
# nsis.make
#
# Makefile rules to build a NSIS installer

View file

@ -1,4 +1,4 @@
#
# -*-makefile-*-
# Master/objc.make
#
# Master Makefile rules to build ObjC-based (but not GNUstep) programs.

View file

@ -1,4 +1,4 @@
#
# -*-makefile-*-
# Master/palette.make
#
# Master Makefile rules to build GNUstep-based palettes.

View file

@ -1,4 +1,4 @@
#
# -*-makefile-*-
# Master/resource-set.make
#
# Master makefile rules to install resource files

View file

@ -1,4 +1,4 @@
#
# -*-makefile-*-
# rpm.make
#
# Makefile rules to build a RPM spec files and RPM packages

View file

@ -1,4 +1,4 @@
#
# -*-makefile-*-
# Master/service.make
#
# Master Makefile rules to build GNUstep-based services.

View file

@ -1,4 +1,4 @@
#
# -*-makefile-*-
# source-distribution.make
#
# Makefile rules to build snapshots from cvs, source .tar.gz etc

View file

@ -1,4 +1,4 @@
#
# -*-makefile-*-
# Master/subproject.make
#
# Master Makefile rules to build subprojects in GNUstep projects.

View file

@ -1,4 +1,4 @@
#
# -*-makefile-*-
# Master/test-application.make
#
# Copyright (C) 1997, 2001, 2002 Free Software Foundation, Inc.

View file

@ -1,4 +1,4 @@
#
# -*-makefile-*-
# Master/test-library.make
#
# Master Makefile rules for dejagnu/GNUstep based testing

View file

@ -1,4 +1,4 @@
#
# -*-makefile-*-
# Master/test-tool.make
#
# Copyright (C) 1997, 2001 Free Software Foundation, Inc.

View file

@ -1,4 +1,4 @@
#
# -*-makefile-*-
# Master/tool.make
#
# Master Makefile rules to build GNUstep-based command line tools.