Skip to content

Commit

Permalink
[cage] add makefile codas also to the Defines.mak
Browse files Browse the repository at this point in the history
  • Loading branch information
Reini Urban committed Oct 8, 2014
1 parent 3638f97 commit da59708
Show file tree
Hide file tree
Showing 9 changed files with 43 additions and 0 deletions.
5 changes: 5 additions & 0 deletions compilers/data_json/Defines.mak
Expand Up @@ -6,3 +6,8 @@ DATA_JSON_CLEANUPS = $(DATA_JSON_LIB_PBCS) \
compilers/data_json/data_json.pbc \
compilers/data_json/data_json/grammar.pir \
compilers/data_json/data_json/pge2pir.pir

# Local variables:
# mode: makefile
# End:
# vim: ft=make:
5 changes: 5 additions & 0 deletions compilers/imcc/Defines.mak
Expand Up @@ -15,3 +15,8 @@ IMCC_O_FILES = \
compilers/imcc/parser_util$(O) \
compilers/imcc/pcc$(O) \
compilers/imcc/api$(O)

# Local variables:
# mode: makefile
# End:
# vim: ft=make:
4 changes: 4 additions & 0 deletions compilers/opsc/Defines.mak
Expand Up @@ -21,3 +21,7 @@ OPSC_CLEANUPS = \
$(LIBRARY_DIR)/opsc.pbc \
$(OPSC_SOURCES_GENERATED)

# Local variables:
# mode: makefile
# End:
# vim: ft=make:
5 changes: 5 additions & 0 deletions compilers/pct/Defines.mak
Expand Up @@ -12,3 +12,8 @@ PCT_CLEANUPS = $(PCT_LIB_PBCS) \
compilers/pct/src/POST/Node.pbc \
compilers/pct/src/POST/Compiler.pbc

# Local variables:
# mode: makefile
# End:
# vim: ft=make:

5 changes: 5 additions & 0 deletions compilers/tge/Defines.mak
@@ -1,2 +1,7 @@
TGE_LIB_PBCS = $(LIBRARY_DIR)/TGE.pbc compilers/tge/tgc.pbc
TGE_CLEANUPS = $(TGE_LIB_PBCS) compilers/tge/TGE/Parser.pir

# Local variables:
# mode: makefile
# End:
# vim: ft=make:
5 changes: 5 additions & 0 deletions ext/nqp-rx/Defines.mak
Expand Up @@ -12,3 +12,8 @@ NQPRX_LIB_SETTING = $(LIBRARY_DIR)/nqp-setting.pbc
NQPRX_CLEANUPS = \
ext/nqp-rx/src/stage0/nqp-setting.pir

# Local variables:
# mode: makefile
# End:
# vim: ft=make:

5 changes: 5 additions & 0 deletions ext/winxed/Defines.mak
@@ -1,3 +1,8 @@
WINXED_LANG = runtime/parrot/languages/winxed/winxed.pbc

WINXED_CLEANUPS = $(WINXED_LANG)

# Local variables:
# mode: makefile
# End:
# vim: ft=make:
4 changes: 4 additions & 0 deletions src/dynoplibs/Defines.in
Expand Up @@ -20,3 +20,7 @@ DYNOPLIBS_CLEANUPS = \
#IF(win32): src/dynoplibs/*.manifest \
#IF(o): src/dynoplibs/*$(O)

# Local variables:
# mode: makefile
# End:
# vim: ft=make:
5 changes: 5 additions & 0 deletions src/dynpmc/Defines.in
Expand Up @@ -98,3 +98,8 @@ DYNPMC_CLEANUPS = \
#IF(win32): src/dynpmc/*.def" \
#IF(win32): src/dynpmc/*.manifest" \
#IF(load_ext): src/dynpmc/*@load_ext@

# Local variables:
# mode: makefile
# End:
# vim: ft=make:

0 comments on commit da59708

Please sign in to comment.