/[rdesktop]/sourceforge.net/trunk/rdesktop/uiports/makefile_nanox
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /sourceforge.net/trunk/rdesktop/uiports/makefile_nanox

Parent Directory Parent Directory | Revision Log Revision Log


Revision 890 - (show annotations)
Thu Apr 21 23:01:58 2005 UTC (19 years, 2 months ago) by jsorg71
File size: 495 byte(s)
add nanox

1 #
2 # nanoxrdesktop makefile
3 #
4 CC = gcc
5 CFLAGS = -Os -Wall -I/usr/local/nanox/src/include
6 RESTOBJ = ../tcp.o ../iso.o ../mcs.o ../secure.o ../rdp.o ../rdp5.o ../orders.o ../cache.o ../mppc.o ../licence.o ../bitmap.o ../channels.o ../pstcache.o
7 LDFLAGS = -lcrypto
8 NXLIBS = /usr/local/nanox/src/lib/libnano-X.a
9
10 all: nanoxrd
11
12 nanoxrd: $(RESTOBJ) nanoxwin.o
13 $(CC) -o nanoxrdesktop nanoxwin.o $(NXLIBS) $(RESTOBJ) $(LDFLAGS)
14 strip nanoxrdesktop
15
16 clean:
17 rm -f nanoxrdesktop
18 rm -f *.o
19 rm -f ../*.o

  ViewVC Help
Powered by ViewVC 1.1.26