diff --git a/wmake/MakefileApps b/wmake/MakefileApps index fcf4c9eb8cff853c858cd2ab10ced29e9f005e8c..3d23644558f503ec10e80600fd1b161105525962 100644 --- a/wmake/MakefileApps +++ b/wmake/MakefileApps @@ -1,4 +1,4 @@ -#------------------------------------------------------------------------------ +#-------------------------------*- makefile -*--------------------------------- # ========= | # \\ / F ield | OpenFOAM: The Open Source CFD Toolbox # \\ / O peration | diff --git a/wmake/MakefileFiles b/wmake/MakefileFiles index 7303329f69177d0bb7ee9ff3e5fc8d36c8188e89..194df673f91da22b526ffac95843b4d05241246c 100644 --- a/wmake/MakefileFiles +++ b/wmake/MakefileFiles @@ -1,4 +1,4 @@ -#------------------------------------------------------------------------------ +#-------------------------------*- makefile -*--------------------------------- # ========= | # \\ / F ield | OpenFOAM: The Open Source CFD Toolbox # \\ / O peration | diff --git a/wmake/MakefileOptions b/wmake/MakefileOptions index 45d33ffb719bec5df9fa08880666b64e781e7cff..d70737243b7c41a4618696df951fc1a71694d306 100644 --- a/wmake/MakefileOptions +++ b/wmake/MakefileOptions @@ -1,4 +1,4 @@ -#------------------------------------------------------------------------------ +#-------------------------------*- makefile -*--------------------------------- # ========= | # \\ / F ield | OpenFOAM: The Open Source CFD Toolbox # \\ / O peration | diff --git a/wmake/rules/General/bison b/wmake/rules/General/bison index fe2e00a0977f6e4c06f1d1e8169e5a69e011a89d..dd02dbd7aa3b672a53ea1e2b351d5ec9cd2d473d 100644 --- a/wmake/rules/General/bison +++ b/wmake/rules/General/bison @@ -1,8 +1,8 @@ .SUFFIXES: .y .Y -ytoo = bison -v -d -y $$SOURCE ; mv y.tab.c $*.c ; mv y.tab.h $*.h ; $(cc) $(cFLAGS) -c $*.c -o $@ +ytoo = bison -v -d -y $$SOURCE ; mv y.tab.c $*.c ; mv y.tab.h $*.h ; $(cc) $(cFLAGS) -c $*.c -o $@ -Ytoo = bison -v -d -y $$SOURCE ; mv y.tab.c $*.C ; mv y.tab.h $*.H ; $(CC) $(c++FLAGS) -c $*.C -o $@ +Ytoo = bison -v -d -y $$SOURCE ; mv y.tab.c $*.C ; mv y.tab.h $*.H ; $(CC) $(c++FLAGS) -c $*.C -o $@ .y.dep: $(MAKE_DEP) diff --git a/wmake/rules/General/btyacc b/wmake/rules/General/btyacc index f868b05afdee6face160a2e9a0d44fbff0aecb00..aaec4406fd013c14037994dd8034b351b49f871c 100644 --- a/wmake/rules/General/btyacc +++ b/wmake/rules/General/btyacc @@ -1,6 +1,6 @@ .SUFFIXES: .y -ytoo = btyacc -v -d $(SKELETON) $$SOURCE ; mv y_tab.c $*.C ; mv y_tab.h $*.H ; $(CC) $(c++FLAGS) -c $*.C -o $@ +ytoo = btyacc -v -d $(SKELETON) $$SOURCE ; mv y_tab.c $*.C ; mv y_tab.h $*.H ; $(CC) $(c++FLAGS) -c $*.C -o $@ .y.dep: $(MAKE_DEP) diff --git a/wmake/rules/General/btyacc++ b/wmake/rules/General/btyacc++ index c65365c00943439d39932a44bb300082ec184ea0..0d2bd33ea78167738bc9e2248b1f59c88d98d1c1 100644 --- a/wmake/rules/General/btyacc++ +++ b/wmake/rules/General/btyacc++ @@ -1,6 +1,6 @@ .SUFFIXES: .Y -Ytoo = btyacc++ -v -d $(SKELETON) $$SOURCE ; mv y_tab.c $*.C ; mv y_tab.h $*.H ; $(CC) $(c++FLAGS) -c $*.C -o $@ +Ytoo = btyacc++ -v -d $(SKELETON) $$SOURCE ; mv y_tab.c $*.C ; mv y_tab.h $*.H ; $(CC) $(c++FLAGS) -c $*.C -o $@ .Y.dep: $(MAKE_DEP) diff --git a/wmake/rules/General/byacc b/wmake/rules/General/byacc index 919da82e616bd00ef78ec89cf71892c73fd60d07..e3393ee7ff198e7bdac823c557dbe2666c49fb3d 100644 --- a/wmake/rules/General/byacc +++ b/wmake/rules/General/byacc @@ -1,6 +1,6 @@ .SUFFIXES: .y -ytoo = byacc -v $(YYPREFIX) -d $$SOURCE ; mv y.tab.c $*.C ; mv y.tab.h $*.H ; $(CC) $(c++FLAGS) -c $*.C -o $@ +ytoo = byacc -v $(YYPREFIX) -d $$SOURCE ; mv y.tab.c $*.C ; mv y.tab.h $*.H ; $(CC) $(c++FLAGS) -c $*.C -o $@ .y.dep: $(MAKE_DEP) diff --git a/wmake/rules/General/moc b/wmake/rules/General/moc index e85cb479f581e57680529e4dd1ce9ef76157de0c..f47f586a3a3117de65f680721f9706440525a616 100644 --- a/wmake/rules/General/moc +++ b/wmake/rules/General/moc @@ -1,6 +1,6 @@ .SUFFIXES: .qt -qttoo = $(QTDIR)/bin/moc -f $$SOURCE -o $*.C ; $(CC) $(c++FLAGS) -c $*.C -o $@ +qttoo = $(QTDIR)/bin/moc -f $$SOURCE -o $*.C ; $(CC) $(c++FLAGS) -c $*.C -o $@ .qt.dep: $(MAKE_DEP) diff --git a/wmake/rules/General/yacc b/wmake/rules/General/yacc index f9d393e2838609a6bfc7f4f299006412454d38dc..959d4297374609c8d23c683fba5678d16c94ad54 100644 --- a/wmake/rules/General/yacc +++ b/wmake/rules/General/yacc @@ -1,8 +1,8 @@ .SUFFIXES: .y .Y -ytoo = yacc -v -d $$SOURCE ; mv y.tab.c $*.c ; mv y.tab.h $(@D)/parser.h ; $(CC) $(c++FLAGS) -c $*.c -o $@ +ytoo = yacc -v -d $$SOURCE ; mv y.tab.c $*.c ; mv y.tab.h $(@D)/parser.h ; $(CC) $(c++FLAGS) -c $*.c -o $@ -Ytoo = yacc -v -d $$SOURCE ; mv y.tab.c $*.C ; mv y.tab.h $(@D)/parser.H ; $(CC) $(c++FLAGS) -c $*.C -o $@ +Ytoo = yacc -v -d $$SOURCE ; mv y.tab.c $*.C ; mv y.tab.h $(@D)/parser.H ; $(CC) $(c++FLAGS) -c $*.C -o $@ .y.dep: $(MAKE_DEP)