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

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

revision 1395 by jsorg71, Thu Mar 23 01:32:49 2006 UTC revision 1396 by jsorg71, Sat Feb 10 08:14:37 2007 UTC
# Line 1  Line 1 
1  #  #
2  # qtrdesktop makefile  # qtrdesktop makefile
3  # qt should be installed in /usr/local/qt  # qt should be installed in /usr/local/qt or /usr/lib/qt3
4  #  # set QTBDIR to this location
5    
6    QTBDIR = /usr/lib/qt3
7    
8  CC = g++  CC = g++
9  CPPFLAGS = -O2 -Wall -I/usr/local/qt/include -I..  CPPFLAGS = -O2 -Wall -I$(QTBDIR)/include -I..
10  # the next line is for sound  # the next line is for sound
11  CPPFLAGS += -DWITH_RDPSND  #CPPFLAGS += -DWITH_RDPSND
12  RESTOBJ = tcp.o iso.o mcs.o secure.o rdp.o rdp5.o  RESTOBJ = tcp.o iso.o mcs.o secure.o rdp.o rdp5.o
13  RESTOBJ += orders.o cache.o mppc.o licence.o bitmap.o  RESTOBJ += orders.o cache.o mppc.o licence.o bitmap.o
14  RESTOBJ += channels.o pstcache.o  RESTOBJ += channels.o pstcache.o ssl.o
15  # the next line is for sound  # the next line is for sound
16  RESTOBJ += rdpsnd.o rdpsnd_oss.o  #RESTOBJ += rdpsnd.o rdpsnd_oss.o rdpsnd_dsp.o
17  LD2FLAGS = -L/usr/local/qt/lib -L/usr/X11R6/lib  LD2FLAGS = -L$(QTBDIR)/lib -L/usr/X11R6/lib
18  LDFLAGS = -lcrypto -lqt -lXext -lX11 -lm  LDFLAGS = -lcrypto -lqt-mt -lXext -lX11 -lm
19  MOCFILE = /usr/local/qt/bin/moc  MOCFILE = $(QTBDIR)/bin/moc
20    
21  all: qtrd  all: qtrd
22    
# Line 70  channels.o: ../channels.c Line 73  channels.o: ../channels.c
73  pstcache.o: ../pstcache.c  pstcache.o: ../pstcache.c
74          $(CC) $(CPPFLAGS) -c ../pstcache.c          $(CC) $(CPPFLAGS) -c ../pstcache.c
75    
76    ssl.o: ../ssl.c
77            $(CC) $(CPPFLAGS) -c ../ssl.c
78    
79  rdpsnd.o: ../rdpsnd.c  rdpsnd.o: ../rdpsnd.c
80          $(CC) $(CPPFLAGS) -c ../rdpsnd.c          $(CC) $(CPPFLAGS) -c ../rdpsnd.c
81    
82  rdpsnd_oss.o: ../rdpsnd_oss.c  rdpsnd_oss.o: ../rdpsnd_oss.c
83          $(CC) $(CPPFLAGS) -c ../rdpsnd_oss.c          $(CC) $(CPPFLAGS) -c ../rdpsnd_oss.c
84    
85    rdpsnd_dsp.o: ../rdpsnd_dsp.c
86            $(CC) $(CPPFLAGS) -c ../rdpsnd_dsp.c

Legend:
Removed from v.1395  
changed lines
  Added in v.1396

  ViewVC Help
Powered by ViewVC 1.1.26