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

Diff of /sourceforge.net/trunk/rdesktop/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 4 by matty, Wed May 10 07:36:34 2000 UTC revision 6 by matty, Wed Jul 5 07:44:21 2000 UTC
# Line 4  Line 4 
4  # Copyright (C) Matthew Chapman 1999-2000    #  # Copyright (C) Matthew Chapman 1999-2000    #
5  ##############################################  ##############################################
6    
7  SOURCES=client.c parse.c tcp.c iso.c mcs.c rdp.c bitmap.c  CC     = gcc
8    CFLAGS = -g -Wall
9    LIBS   = -L/usr/X11R6/lib -lX11
10    OBJECTS = client.o parse.o tcp.o iso.o mcs.o rdp.o bitmap.o xwin.o
11    
12  rdesktop: $(SOURCES)  rdesktop: $(OBJECTS)
13          @gcc -g -Wall -o rdesktop $(SOURCES)          @$(CC) $(CFLAGS) -o rdesktop $(LIBS) $(OBJECTS)
14    
15    clean:
16            rm -f *.o

Legend:
Removed from v.4  
changed lines
  Added in v.6

  ViewVC Help
Powered by ViewVC 1.1.26