57a9cd9f3128719db286e45eff47adc0a67c0e19
[tpg/acess2.git] / Usermode / Libraries / acess.ld_src / Makefile
1 #
2 # Acess2
3 # - Common usermode linker script
4 #
5
6
7 -include ../Makefile.cfg
8
9 BIN = $(OUTPUTDIR)Libs/acess.ld
10
11 .PHONY: all clean install
12
13 all: $(BIN)
14
15 clean:
16         $(RM) $(BIN)
17
18 install: $(BIN)
19
20 $(BIN): acess.ld.h
21         @mkdir -p $(dir $(BIN))
22         cpp -nostdinc -U i386 -P -C $< -o $@ -D__LIBDIR=$(OUTPUTDIR)Libs

UCC git Repository :: git.ucc.asn.au