/[rdesktop]/sourceforge.net/trunk/rdesktop/uiports/makefile_qte
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /sourceforge.net/trunk/rdesktop/uiports/makefile_qte

Parent Directory Parent Directory | Revision Log Revision Log


Revision 883 - (show annotations)
Sun Apr 10 01:27:27 2005 UTC (19 years, 1 month ago) by jsorg71
File size: 740 byte(s)
some qte cleanups

1 #
2 # qterdesktop makefile
3 # qt should be installed in /usr/local/qt
4 #
5 CC = g++
6 CPPFLAGS = -DQWS -fno-exceptions -fno-rtti -Wall -Os -Wall -I/usr/local/qt/include -DWITH_RDPSND -DNO_DEBUG
7 RESTOBJ = ../tcp.o ../iso.o ../mcs.o ../secure.o ../rdp.o ../rdp5.o ../orders.o ../cache.o ../mppc.o ../licence.o ../bitmap.o ../channels.o ../pstcache.o ../rdpsnd.o ../rdpsnd_oss.o
8 LD2FLAGS = -L/usr/local/qt/lib
9 LDFLAGS = -lcrypto -lqte
10 MOCFILE = /usr/local/qt/bin/moc
11
12 all: qtrd
13
14 qtrd: $(RESTOBJ) qtewin.o
15 $(MOCFILE) qtewin.h > moc_qtewin.cpp
16 $(CC) $(CPPFLAGS) -c moc_qtewin.cpp
17 $(CC) -o qterdesktop $(LD2FLAGS) qtewin.o moc_qtewin.o $(RESTOBJ) $(LDFLAGS)
18 strip qterdesktop
19
20 clean:
21 rm -f qterdesktop
22 rm -f *.o
23 rm -f ../*.o
24 rm -f moc_qtewin.cpp

  ViewVC Help
Powered by ViewVC 1.1.26