1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
# Anjuta internal configuration file
#----------------- WARNING ------------------------------------#
# Any modification in this file without knowing proper internal
# working of Anjuta may lead to instabilites.
#----------------- WARNING ------------------------------------#
# Anjuta uses this file for internal operations,
# therefore this file should never be modified.
# Only Anjuta developers will be tampering with this file.
# Any modification if needed should be approved by the Anjuta
# developers, so that the source code is also changed (if needed)
# and the changes incorporated in the next release of Anjuta.
##################################################
# Filters to be used in file open/close/save etc #
##################################################
filter.make=MAKEFILE (makefile;makefile_vc;makefile_bor;.mak;Makefile;Makefile.in;\
Makefile.am)|makefile;makefile_vc;makefile_bor;*.mak;Makefile;Makefile.in;Makefile.am|
############################################
# File patterns defined for all file types #
############################################
file.patterns.make=makefile;*.mak;Makefile;Makefile.in;Makefile.am;configure*
####################################################
# Lexer to be used for corresponding file patterns #
####################################################
lexer.$(file.patterns.make)=makefile
icon.$(file.patterns.make)=file_exec.png
################################################
# File type corresponding to the file patterns #
################################################
filetype.$(file.patterns.make)=makefile
|