/[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 162 by matthewc, Sun Sep 15 12:58:42 2002 UTC revision 189 by matthewc, Tue Sep 24 07:27:43 2002 UTC
# Line 8  Line 8 
8    
9  CC       = cc  CC       = cc
10  CFLAGS   = -O2 -DKEYMAP_PATH=\"$(KEYMAP_PATH)\"  CFLAGS   = -O2 -DKEYMAP_PATH=\"$(KEYMAP_PATH)\"
11  INCLUDES = -I$(X11DIR)/include  LDFLAGS  =
 LDFLAGS  = -L$(X11DIR)/lib -lX11 -lXext  
12    
13  prefix      = /usr/local  prefix      = /usr/local
14  exec_prefix = $(prefix)  exec_prefix = $(prefix)
# Line 86  dist: Line 85  dist:
85  .SUFFIXES: .c .o  .SUFFIXES: .c .o
86    
87  .c.o:  .c.o:
88          $(CC) $(CFLAGS) $(INCLUDES) -o $@ -c $<          $(CC) $(CFLAGS) -o $@ -c $<
89    

Legend:
Removed from v.162  
changed lines
  Added in v.189

  ViewVC Help
Powered by ViewVC 1.1.26