summaryrefslogtreecommitdiffstats
path: root/uirdesktop/makefile_dfb
diff options
context:
space:
mode:
Diffstat (limited to 'uirdesktop/makefile_dfb')
-rw-r--r--uirdesktop/makefile_dfb32
1 files changed, 0 insertions, 32 deletions
diff --git a/uirdesktop/makefile_dfb b/uirdesktop/makefile_dfb
deleted file mode 100644
index 153f325c..00000000
--- a/uirdesktop/makefile_dfb
+++ /dev/null
@@ -1,32 +0,0 @@
-
-# makefile
-# directfb
-
-# these are for phillips stb compiling
-#-mips3
-INCDIR=/home/jay/mediamall/SP5/stb810-SP5/build/staging/usr/local/include/directfb
-ROOTFS=/home/jay/mediamall/SP5/stb810-SP5/build/rootfs
-CC = mipsel-linux-gnu-gcc
-
-OBJS = tcp.o iso.o mcs.o secure.o rdp.o rdp5.o orders.o \
-bitmap.o cache.o mppc.o pstcache.o channels.o licence.o \
-ssl_calls.o
-
-UIOBJS = uimain.o bsops.o dfb.o
-
-
-CFLAGS = -O2 -Wall -I$(INCDIR)
-# -DWITH_DEBUG
-
-LDFLAGS = -L$(ROOTFS)/usr/local/lib -L$(ROOTFS)/usr/lib -L$(ROOTFS)/lib
-
-all: rd
-
-rd: $(OBJS) $(UIOBJS)
- $(CC) -o dfbrdesktop $(LDFLAGS) $(OBJS) $(UIOBJS) -ldirectfb -lfusion -ldirect -lz
-
-clean:
- rm -f $(OBJS) $(UIOBJS) dfbrdesktop librdesktop.so
-
-librdesktop.so: $(OBJS) $(UIOBJS)
- $(CC) $(LDFLAGS) -shared -o librdesktop.so $(OBJS) $(UIOBJS) -ldirectfb -lfusion -ldirect -lz