mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-24 06:39:47 +00:00
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:
parent
d14b6ae594
commit
d5b804f00a
24 changed files with 25 additions and 24 deletions
|
@ -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
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#
|
||||
# -*-makefile-*-
|
||||
# aggregate.make
|
||||
#
|
||||
# Master Makefile rules to build a set of GNUstep-base subprojects.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#
|
||||
# -*-makefile-*-
|
||||
# application.make
|
||||
#
|
||||
# Master makefile rules to build GNUstep-based applications.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#
|
||||
# -*-makefile-*-
|
||||
# Master/bundle.make
|
||||
#
|
||||
# Master makefile rules to build GNUstep-based bundles.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#
|
||||
# -*-makefile-*-
|
||||
# Master/clibrary.make
|
||||
#
|
||||
# Master Makefile rules to build C libraries.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#
|
||||
# -*-makefile-*-
|
||||
# Master/ctool.make
|
||||
#
|
||||
# Master Makefile rules to build GNUstep-based command line ctools.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#
|
||||
# -*-makefile-*-
|
||||
# Master/framework.make
|
||||
#
|
||||
# Master Makefile rules to build GNUstep-based frameworks.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#
|
||||
# -*-makefile-*-
|
||||
# Master/gswapp.make
|
||||
#
|
||||
# Master Makefile rules to build GNUstep web based applications.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#
|
||||
# -*-makefile-*-
|
||||
# Master/gswbundle.make
|
||||
#
|
||||
# Master Makefile rules to build GNUstep web bundles.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#
|
||||
# -*-makefile-*-
|
||||
# Master/java-tool.make
|
||||
#
|
||||
# Master Makefile rules to build Java command-line tools.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#
|
||||
# -*-makefile-*-
|
||||
# Master/java.make
|
||||
#
|
||||
# Master Makefile rules to build java-based (not necessarily
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#
|
||||
# -*-makefile-*-
|
||||
# Master/library.make
|
||||
#
|
||||
# Master Makefile rules to build GNUstep-based libraries.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#
|
||||
# -*-makefile-*-
|
||||
# nsis.make
|
||||
#
|
||||
# Makefile rules to build a NSIS installer
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#
|
||||
# -*-makefile-*-
|
||||
# Master/objc.make
|
||||
#
|
||||
# Master Makefile rules to build ObjC-based (but not GNUstep) programs.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#
|
||||
# -*-makefile-*-
|
||||
# Master/palette.make
|
||||
#
|
||||
# Master Makefile rules to build GNUstep-based palettes.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#
|
||||
# -*-makefile-*-
|
||||
# Master/resource-set.make
|
||||
#
|
||||
# Master makefile rules to install resource files
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#
|
||||
# -*-makefile-*-
|
||||
# rpm.make
|
||||
#
|
||||
# Makefile rules to build a RPM spec files and RPM packages
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#
|
||||
# -*-makefile-*-
|
||||
# Master/service.make
|
||||
#
|
||||
# Master Makefile rules to build GNUstep-based services.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#
|
||||
# -*-makefile-*-
|
||||
# source-distribution.make
|
||||
#
|
||||
# Makefile rules to build snapshots from cvs, source .tar.gz etc
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#
|
||||
# -*-makefile-*-
|
||||
# Master/subproject.make
|
||||
#
|
||||
# Master Makefile rules to build subprojects in GNUstep projects.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#
|
||||
# -*-makefile-*-
|
||||
# Master/test-application.make
|
||||
#
|
||||
# Copyright (C) 1997, 2001, 2002 Free Software Foundation, Inc.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#
|
||||
# -*-makefile-*-
|
||||
# Master/test-library.make
|
||||
#
|
||||
# Master Makefile rules for dejagnu/GNUstep based testing
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#
|
||||
# -*-makefile-*-
|
||||
# Master/test-tool.make
|
||||
#
|
||||
# Copyright (C) 1997, 2001 Free Software Foundation, Inc.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#
|
||||
# -*-makefile-*-
|
||||
# Master/tool.make
|
||||
#
|
||||
# Master Makefile rules to build GNUstep-based command line tools.
|
||||
|
|
Loading…
Reference in a new issue