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

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