File: common.rules

package info (click to toggle)
stella 6.7%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 24,928 kB
  • sloc: ansic: 185,562; cpp: 83,701; sh: 3,904; makefile: 776; perl: 500; objc: 187; asm: 163; yacc: 86
file content (10 lines) | stat: -rw-r--r-- 440 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
# Common build rules, used by the sub modules and their module.mk files

# Copy the list of objects to a new variable. The name of the new variable
# contains the module name, a trick we use so we can keep multiple different
# module object lists, one for each module.
MODULE_OBJS-$(MODULE) := $(MODULE_OBJS)

# If not building as a plugin, add the object files to the main OBJS list
#OBJS += $(MODULE_LIB-$(MODULE))
OBJS += $(MODULE_OBJS)