Differences From Artifact [704f45e5ee]:
- File buildsys.mk.in — part of check-in [dbf218689a] at 2012-04-08 17:51:03 on branch trunk — Use the language specific flags for deps. (user: js, size: 19939) [annotate] [blame] [check-ins using]
To Artifact [eb2bd4ea40]:
- File
buildsys.mk.in
— part of check-in
[b7a12103d6]
at
2012-04-19 15:41:20
on branch trunk
— Allow building directories in parallel.
Inter-dir dependencies can be specified like this:
dir1 dir2: dir3 dir4 (user: js, size: 19966) [annotate] [blame] [check-ins using]
︙ | |||
100 101 102 103 104 105 106 | 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 | - + - - + + + + | PLUGIN_OBJS = ${OBJS:.o=.plugin.o} MO_FILES = ${LOCALES:.po=.mo} .SILENT: .SUFFIXES: .SUFFIXES: .beam .c .c.dep .cc .cc.dep .class .cxx .cxx.dep .d .erl .lib.o .java .mo .m .m.dep .mm .mm.dep .o .plugin.o .po .py .pyc .rc .S .S.dep .xpm |
︙ |