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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7 - (hide annotations)
Fri Jul 7 09:40:03 2000 UTC (23 years, 10 months ago) by matty
File size: 471 byte(s)
Miscellaneous updates: implemented some more protocol features including
colour maps. Started on a new bitmap decompression engine which is not
completely working yet - however I am going back on the road so I am
committing now.

1 matty 3 ##############################################
2     # rdesktop: A Remote Desktop Protocol client #
3     # Linux Makefile #
4     # Copyright (C) Matthew Chapman 1999-2000 #
5     ##############################################
6    
7 matty 6 CC = gcc
8 matty 7 CFLAGS = -g -Wall -DDEBUG
9 matty 6 LIBS = -L/usr/X11R6/lib -lX11
10 matty 7 OBJECTS = client.o parse.o tcp.o iso.o mcs.o rdp.o bitmap.o xwin.o misc.o
11 matty 3
12 matty 6 rdesktop: $(OBJECTS)
13     @$(CC) $(CFLAGS) -o rdesktop $(LIBS) $(OBJECTS)
14    
15     clean:
16     rm -f *.o

  ViewVC Help
Powered by ViewVC 1.1.26