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

Subversion Repositories tinyvliw8

[/] [tinyvliw8/] [trunk/] [tools/] [asm/] [src/] [Makefile] - Blame information for rev 5

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 5 steckol
include ../defs.mk
2
 
3
PROG   := asm
4
 
5
TMPSRC := parser.c parser.h tokens.c
6
OBJS   := asm.o parser.o tokens.o
7
 
8
.l.c:
9
        $(FLEX) -o $@ $<
10
 
11
.y.c:
12
        $(BISON) -v -d -o $@ $<
13
 
14
include ../rules.mk
15
 

powered by: WebSVN 2.1.0

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