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

Subversion Repositories tinyvliw8

[/] [tinyvliw8/] [trunk/] [tools/] [objcopy/] [src/] [Makefile] - Blame information for rev 8

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 8 steckol
PROG   := tinyVLIW8-objcopy
2 5 steckol
OBJS   := main.o
3
 
4 8 steckol
all: $(PROG)
5 5 steckol
 
6 8 steckol
$(PROG): $(OBJS)
7
        $(CC) $(LDFLAGS) -o $@ $(OBJS) $(LIBS)
8
 
9
.c.o:
10
        $(CC) $(CFLAGS) $(INCDIR) -c $<
11
 
12
clean:
13
        @rm -f $(PROG) $(OBJS)

powered by: WebSVN 2.1.0

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