Usermode/AxWin3 - Cleaning up and adding client widget support
[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 wm.o input.o video.o ipc.o
10 OBJ += messageio.o
11 OBJ += renderer_classes.o renderer_passthru.o renderer_widget.o
12
13 LDFLAGS += -limage_sif -luri -lnet
14
15 -include ../../Makefile.tpl
16
17 #all: resources/LogoSmall.sif.res.h
18
19 %.res.h: % Makefile
20         echo "#define RESOURCE_$(notdir $<) \\"| sed -e 's/\./_/g' > $@
21         base64 $< | sed -e 's/.*/"&"\\/' >> $@
22         echo "" >> $@

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