9bd94a0cb1f544bbea40d10f3d113b2b500d789b
[tpg/acess2.git] / Usermode / Applications / axwin3_src / WM / Makefile
1 # Project: Acess2 GUI v3 Window Manager
2
3 -include ../../Makefile.cfg
4
5 # Some evil lazy evaulation, hopefully it works
6 CPPFLAGS += -I include/
7
8 DIR := Apps/AxWin/3.0
9 BIN := AxWinWM
10 OBJ := main.o wm.o input.o video.o ipc.o
11 OBJ += messageio.o
12 OBJ += renderer_classes.o renderer_passthru.o renderer_widget.o
13
14 LDFLAGS += -limage_sif -luri -lnet
15
16 -include ../../Makefile.tpl
17
18 #all: resources/LogoSmall.sif.res.h
19
20 %.res.h: % Makefile
21         echo "#define RESOURCE_$(notdir $<) \\"| sed -e 's/\./_/g' > $@
22         base64 $< | sed -e 's/.*/"&"\\/' >> $@
23         echo "" >> $@

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