mirror of
https://github.com/verilator/verilator.git
synced 2025-04-05 12:12:39 +00:00
Makefiles: Turn off make built-in suffixes.
This commit is contained in:
parent
373a68ec8b
commit
d39ce17dea
@ -100,6 +100,8 @@ PACKAGE_VERSION = @PACKAGE_VERSION@
|
|||||||
#### End of system configuration section. ####
|
#### End of system configuration section. ####
|
||||||
######################################################################
|
######################################################################
|
||||||
|
|
||||||
|
.SUFFIXES:
|
||||||
|
|
||||||
SHELL = /bin/sh
|
SHELL = /bin/sh
|
||||||
|
|
||||||
SUBDIRS = src test_verilated test_c test_sc test_regress
|
SUBDIRS = src test_verilated test_c test_sc test_regress
|
||||||
|
@ -46,6 +46,8 @@ obj_opt:
|
|||||||
obj_dbg:
|
obj_dbg:
|
||||||
mkdir $@
|
mkdir $@
|
||||||
|
|
||||||
|
.SUFFIXES:
|
||||||
|
|
||||||
.PHONY: ../verilator_bin ../verilator_bin_dbg ../verilator_coverage_bin_dbg
|
.PHONY: ../verilator_bin ../verilator_bin_dbg ../verilator_coverage_bin_dbg
|
||||||
|
|
||||||
opt: ../verilator_bin
|
opt: ../verilator_bin
|
||||||
|
@ -327,6 +327,8 @@ V3PreLex_pregen.yy.cpp: V3PreLex.l $(HEADERS)
|
|||||||
V3PreLex.yy.cpp: V3PreLex_pregen.yy.cpp $(FLEXFIX)
|
V3PreLex.yy.cpp: V3PreLex_pregen.yy.cpp $(FLEXFIX)
|
||||||
$(PERL) $(FLEXFIX) V3PreLex <$< >$@
|
$(PERL) $(FLEXFIX) V3PreLex <$< >$@
|
||||||
|
|
||||||
|
.SUFFIXES:
|
||||||
|
|
||||||
######################################################################
|
######################################################################
|
||||||
######################################################################
|
######################################################################
|
||||||
|
|
||||||
|
@ -40,6 +40,8 @@ ifeq ($(CFG_WITH_LONGTESTS),yes)
|
|||||||
DRIVER_FLAGS += -j 0
|
DRIVER_FLAGS += -j 0
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
.SUFFIXES:
|
||||||
|
|
||||||
######################################################################
|
######################################################################
|
||||||
|
|
||||||
.PHONY: test
|
.PHONY: test
|
||||||
|
@ -42,6 +42,8 @@ ifeq ($(VM_SP_OR_SC),1)
|
|||||||
LIBS += $(SC_LIBS)
|
LIBS += $(SC_LIBS)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
.SUFFIXES:
|
||||||
|
|
||||||
#Default compile, pick up OBJCACHE
|
#Default compile, pick up OBJCACHE
|
||||||
%.o: %.cpp
|
%.o: %.cpp
|
||||||
$(OBJCACHE) $(CXX) -c $(CPPFLAGS) $(CXXFLAGS) $<
|
$(OBJCACHE) $(CXX) -c $(CPPFLAGS) $(CXXFLAGS) $<
|
||||||
|
Loading…
Reference in New Issue
Block a user