Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 63865
Collapse All | Expand All

(-)Makefile.in (-3 / +3 lines)
Lines 39-47 Link Here
39
39
40
########################################################### IRSIM SIMULATOR
40
########################################################### IRSIM SIMULATOR
41
##### If building with the IRSIM simulator, uncomment these three lines
41
##### If building with the IRSIM simulator, uncomment these three lines
42
# SIMIRSIM_OBJS = $(IRSIM_OBJS)
42
SIMIRSIM_OBJS = $(IRSIM_OBJS)
43
# SIMIRSIM_SRC = $(IRSIM_SRC)
43
SIMIRSIM_SRC = $(IRSIM_SRC)
44
# SIMIRSIM_CFLAGS = -DFORCEIRSIMTOOL $(FSDB_CFLAGS)
44
SIMIRSIM_CFLAGS = -DFORCEIRSIMTOOL $(FSDB_CFLAGS)
45
45
46
##### If building with the FSDB writer, uncomment these three lines
46
##### If building with the FSDB writer, uncomment these three lines
47
# FSDB_DIR = /usr/local/debussy/fsdb
47
# FSDB_DIR = /usr/local/debussy/fsdb
48
48
49
49

Return to bug 63865