From e4ef000b703080131f4608f8bdcbe108a9b30b51 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Wed, 12 Aug 2015 15:04:44 +0200 Subject: Adjust makefiles to work with out-of-tree builds This is based on work done by Larry Doolittle --- techlibs/common/Makefile.inc | 7 ------- 1 file changed, 7 deletions(-) (limited to 'techlibs/common/Makefile.inc') diff --git a/techlibs/common/Makefile.inc b/techlibs/common/Makefile.inc index d2ce61cf..f222a028 100644 --- a/techlibs/common/Makefile.inc +++ b/techlibs/common/Makefile.inc @@ -3,16 +3,9 @@ ifneq ($(SMALL),1) OBJS += techlibs/common/synth.o endif -EXTRA_TARGETS += techlibs/common/blackbox.v - -techlibs/common/blackbox.v: techlibs/common/blackbox.sed techlibs/common/simlib.v techlibs/common/simcells.v - $(P) cat techlibs/common/simlib.v techlibs/common/simcells.v | $(SED) -rf techlibs/common/blackbox.sed > techlibs/common/blackbox.v.new - $(Q) mv techlibs/common/blackbox.v.new techlibs/common/blackbox.v - $(eval $(call add_share_file,share,techlibs/common/simlib.v)) $(eval $(call add_share_file,share,techlibs/common/simcells.v)) $(eval $(call add_share_file,share,techlibs/common/techmap.v)) -$(eval $(call add_share_file,share,techlibs/common/blackbox.v)) $(eval $(call add_share_file,share,techlibs/common/pmux2mux.v)) $(eval $(call add_share_file,share,techlibs/common/adff2dff.v)) $(eval $(call add_share_file,share,techlibs/common/cells.lib)) -- cgit v1.2.3