OpenCores
URL https://opencores.org/ocsvn/gamepads/gamepads/trunk

Subversion Repositories gamepads

[/] [gamepads/] [trunk/] [gcpad/] [sim/] [rtl_sim/] [Makefile] - Diff between revs 11 and 22

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 11 Rev 22
Line 1... Line 1...
##############################################################################
##############################################################################
#
#
# Tool-specific Makefile for the GHDL compiler.
# Tool-specific Makefile for the GHDL compiler.
#
#
# $Id: Makefile,v 1.1 2004-10-07 21:25:20 arniml Exp $
# $Id: Makefile,v 1.2 2004-10-09 17:06:40 arniml Exp $
#
#
# Copyright (c) 2004, Arnim Laeuger (arniml@opencores.org)
# Copyright (c) 2004, Arnim Laeuger (arniml@opencores.org)
#
#
# All rights reserved
# All rights reserved
#
#
Line 27... Line 27...
        mkdir work
        mkdir work
 
 
work/gcpad_pack-p.o: $(RTL_DIR)/gcpad_pack-p.vhd
work/gcpad_pack-p.o: $(RTL_DIR)/gcpad_pack-p.vhd
        $(ANALYZE) $(RTL_DIR)/gcpad_pack-p.vhd
        $(ANALYZE) $(RTL_DIR)/gcpad_pack-p.vhd
 
 
 
work/gcpad_sampler.o: $(RTL_DIR)/gcpad_sampler.vhd \
 
                      work/gcpad_pack-p.o
 
        $(ANALYZE) $(RTL_DIR)/gcpad_sampler.vhd
 
work/gcpad_sampler-c.o: $(RTL_DIR)/gcpad_sampler-c.vhd \
 
                        work/gcpad_sampler.o
 
        $(ANALYZE) $(RTL_DIR)/gcpad_sampler-c.vhd
 
 
work/gcpad_rx.o: $(RTL_DIR)/gcpad_rx.vhd \
work/gcpad_rx.o: $(RTL_DIR)/gcpad_rx.vhd \
 
                 work/gcpad_sampler.o    \
                 work/gcpad_pack-p.o
                 work/gcpad_pack-p.o
        $(ANALYZE) $(RTL_DIR)/gcpad_rx.vhd
        $(ANALYZE) $(RTL_DIR)/gcpad_rx.vhd
work/gcpad_rx-c.o: $(RTL_DIR)/gcpad_rx-c.vhd \
work/gcpad_rx-c.o: $(RTL_DIR)/gcpad_rx-c.vhd \
 
                   work/gcpad_sampler-c.o    \
                 work/gcpad_rx.o
                 work/gcpad_rx.o
        $(ANALYZE) $(RTL_DIR)/gcpad_rx-c.vhd
        $(ANALYZE) $(RTL_DIR)/gcpad_rx-c.vhd
 
 
work/gcpad_tx.o: $(RTL_DIR)/gcpad_tx.vhd \
work/gcpad_tx.o: $(RTL_DIR)/gcpad_tx.vhd \
                 work/gcpad_pack-p.o
                 work/gcpad_pack-p.o

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.