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

Subversion Repositories or1k_old

[/] [or1k_old/] [trunk/] [mw/] [src/] [contrib/] [GPL/] [tpcal/] [Makefile] - Blame information for rev 1782

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 673 markom
#CC = mipsel-linux-gcc -msoft-float -s
2
CC = gcc
3
CFLAGS = -Wall -I../../../include -I../../../drivers -L../../../lib
4
LIBS = -lmwin -lmwinlib -lmwengine -lmwdrivers -lmwfonts
5
OBJECTS = tpcal.o transform.o
6
 
7
all: tpcal
8
 
9
tpcal: $(OBJECTS)
10
        $(CC) $(CFLAGS) $(OBJECTS) $(LIBS) -o tpcal
11
 
12
clean:
13
        rm -f *.o tpcal

powered by: WebSVN 2.1.0

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