/[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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 984 - (hide annotations)
Tue Aug 23 20:12:50 2005 UTC (18 years, 9 months ago) by astrand
File size: 715 byte(s)
Applied patch 1242734

1 jsorg71 890 #
2     # nanoxrdesktop makefile
3     #
4 astrand 984 # These two following lines must point to the currently installed version of
5     # nano-X. You can override them on the make command line to point at your
6     # installation without changing this file.
7     #
8     NXINCLUDES=/usr/local/nanox/src/include
9     NXLIBS=/usr/local/nanox/src/lib/libnano-X.a
10    
11 jsorg71 890 CC = gcc
12 astrand 984 CFLAGS = -Os -Wall -I$(NXINCLUDES)
13 jsorg71 890 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
14     LDFLAGS = -lcrypto
15    
16     all: nanoxrd
17    
18     nanoxrd: $(RESTOBJ) nanoxwin.o
19     $(CC) -o nanoxrdesktop nanoxwin.o $(NXLIBS) $(RESTOBJ) $(LDFLAGS)
20     strip nanoxrdesktop
21    
22     clean:
23     rm -f nanoxrdesktop
24     rm -f *.o
25     rm -f ../*.o

  ViewVC Help
Powered by ViewVC 1.1.26