/[rdesktop]/sourceforge.net/trunk/rdesktop/uiports/makefile_xxx
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_xxx

Parent Directory Parent Directory | Revision Log Revision Log


Revision 852 - (show annotations)
Sun Mar 13 07:30:31 2005 UTC (19 years, 3 months ago) by jsorg71
File size: 392 byte(s)
added makefile and new orders

1 #
2 # xxxrdesktop makefile
3 #
4 CC = gcc
5 CFLAGS = -O2 -Wall
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
9 all: xxxrd
10
11 xxxrd: $(RESTOBJ) xxxwin.o
12 $(CC) -o xxxrdesktop xxxwin.o $(RESTOBJ) $(LDFLAGS)
13 strip xxxrdesktop
14
15 clean:
16 rm -f xxxrdesktop
17 rm -f *.o
18 rm -f ../*.o

  ViewVC Help
Powered by ViewVC 1.1.26