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

Subversion Repositories timestamp

[/] [timestamp/] [trunk/] [tstamp_linux/] [Makefile] - Blame information for rev 2

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 robotron
CC=powerpc-linux-gnu-gcc
2
AS=powerpc-eabi-as
3
#XILINX_INC=../ppc405_0/libsrc/cpu_ppc405_v1_10_a/src
4
 
5
tstamp_lnx: tstamp_lnx.o
6
        $(CC) -o $@ -static $<
7
 
8
tstamp_lnx.o: tstamp_lnx.s
9
        grep -v gnu_attribute < $< > tmp.s
10
        $(AS) -o $@ tmp.s
11
        rm -rf tmp.s
12
 
13
tstamp_lnx.s: tstamp_lnx.c
14
        $(CC) -S $<
15
 
16
clean:
17
        rm -rf tstamp_lnx.[os]

powered by: WebSVN 2.1.0

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