User:JoeyArmstrong/conversion

moz.build

Variable in_mozbuild m-c wip c-c conversion phase-2 cleanup
[nomakefiles_meta_bug]all_variables
ASFILES logic, #1 #2-try NOP [870076]
CMMSRCS (87407) logic, #1 #2-try osx 10.{6,7} (patch waiting review)
CPPSRCS logic, #2 FIN (patch waiting review) 882190
CSRCS (870406) logic, #1, #2 #3-try fedora, win7 FIN
DEFINES landed-incomplete
EXPORT FIN 870401
EXTRA_COMPONENTS (870370) logic, #1, #2 #3-try: ubuntu64-bc, osx-jsref, win7-jetpack (patch waiting review)
EXTRA_JS_MODULES (880245) logic
#1
EXTRA_PP_COMPONENTS (880246) logic-review #1-review, try (testing patch)
GARBAGE_DIRS (882354)
HOST_CSRCS (875549) logic, #1 NOP 882326-cleanup
HOST_LIBRARY_NAME (872087) logic, #2 NOP 881705-cleanup
INSTALL_TARGETS (870408) migrating rules to INSTALL_TARGETS
LIBRARY_NAME (875934) logic (testing patch)
LIBS (882904) logic-review
LOCAL_INCLUDES (880254)
MIDL_GENERATED_FILES (881446) logic-review
PREF_JS_EXPORT (870366) logic-review
SHARED_LIBRARY (881345)
SHARED_LIBRARY_LIBS (881344) logic NOP with asterisk
SIMPLE_PROGRAMS (872086) logic, #1, #2 NOP
SSRCS (880773) logic #1-try NOP
SUBMAKEFILES (872062) logic NOP
XPCSHELL_TESTS (844655) logic, #1 FIN FIN [866734], 869143
XPI_NAME (880260) (testing patch)

mozbuild conversion etherpad: http://etherpad.mozilla.org/mozbuild-conversion

Legend:

  • logic - mozbuild logic, passthrough variables or subroutines.
  • #1, #2 - Batches of directories containing converted Makefiles.
  • inbound - patch reviewed + tested on try, submit to inbound.
  • try - test results are pending
  • review - code review pending.

http://trychooser.pub.build.mozilla.org/

moz.build (indirect variables)

Variable landed m-c conversion c-c conversion phase-2 cleanup
PP_TARGETS (862316)
DIST_FILES (indirect) [870891]

Configuration changes

Makefile.in token moz.build token
ASFILES = foo.asm ASFILES += ['foo.asm', 'bar.asm']
CMMSRCS = foo.asm CMM_SOURCES += ['foo.asm', 'bar.asm']
CSRCS = foo.asm CSRCS += ['foo.asm', 'bar.asm']
HOST_LIBRARY_NAME HOST_LIBRARY = 'host_foobar'
PREF_JS_EXPORTS = $(srcdir)/prefs/foo.js JS_PREFERENCE_FILES += ['prefs/foo.js']
XPCSHELL_TESTS = unit test XPCSHELL_TESTS_MANIFESTS += [
    'test/xpcshell.ini',
    'unit/xpcshell.in'
]