Usermode/AxWin3 - Added keysyms (symlink to kernel version)
[tpg/acess2.git] / Usermode / Applications / axwin2_src / WM / Makefile
index 02ed977..19687e1 100644 (file)
@@ -2,12 +2,21 @@
 
 -include ../../Makefile.cfg
 
-CPPFLAGS += -I../include
+CPPFLAGS += 
 
 DIR := Apps/AxWin/1.0
-BIN := ../AxWinWM
-OBJ := main.o helpers.o commandline.o video.o
-OBJ += messages.o interface.o wm.o decorator.o
+BIN := AxWinWM
+OBJ := main.o helpers.o commandline.o video.o input.o video_text.o
+OBJ += messages.o interface.o wm.o decorator.o render.o
 OBJ += image.o
 
+LDFLAGS += -limage_sif -luri -lnet
+
 -include ../../Makefile.tpl
+
+all: resources/LogoSmall.sif.res.h
+
+%.res.h: % Makefile
+       echo "#define RESOURCE_$(notdir $<) \\"| sed -e 's/\./_/g' > $@
+       base64 $< | sed -e 's/.*/"&"\\/' >> $@
+       echo "" >> $@

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