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

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

revision 1177 by ossman_, Mon Mar 20 10:31:58 2006 UTC revision 1178 by astrand, Tue Mar 21 14:51:19 2006 UTC
# Line 8  CFLAGS=-Wall Line 8  CFLAGS=-Wall
8    
9  .SUFFIXES:  .SUFFIXES:
10    
11  default: seamlessrdpshell.exe HookDll/seamlessrdp.dll  default: seamlessrdp.zip
12    
13    seamlessrdp.zip: seamlessrdpshell.exe seamlessrdp.dll vchannel.dll
14            -rm $@
15            zip $@ $^
16    
17  seamlessrdpshell.exe: main.c vchannel.dll  seamlessrdpshell.exe: main.c vchannel.dll
18          $(CC) $(CFLAGS) -mwindows -o $@ $^ -lwtsapi32          $(CC) $(CFLAGS) -mwindows -o $@ $^ -lwtsapi32
# Line 16  seamlessrdpshell.exe: main.c vchannel.dl Line 20  seamlessrdpshell.exe: main.c vchannel.dl
20  vchannel.dll: vchannel.c  vchannel.dll: vchannel.c
21          $(CC) $(CFLAGS) -shared -o $@ $^ -lwtsapi32          $(CC) $(CFLAGS) -shared -o $@ $^ -lwtsapi32
22    
23    seamlessrdp.dll: HookDll/seamlessrdp.dll
24            cp $^ $@
25    
26  HookDll/seamlessrdp.dll: HookDll/hookdll.c vchannel.dll  HookDll/seamlessrdp.dll: HookDll/hookdll.c vchannel.dll
27          $(CC) $(CFLAGS) -shared -o $@ $^          $(CC) $(CFLAGS) -shared -o $@ $^
28    
29  clean:  clean:
30          -rm -f *.o HookDll/*.o          -rm -f *.o HookDll/*.o
31          -rm -f seamlessrdpshell.exe vchannel.dll HookDll/seamlessrdp.dll          -rm -f seamlessrdpshell.exe vchannel.dll HookDll/seamlessrdp.dll seamlessrdp.dll seamlessrdp.zip

Legend:
Removed from v.1177  
changed lines
  Added in v.1178

  ViewVC Help
Powered by ViewVC 1.1.26