~ubuntu-branches/ubuntu/trusty/qps/trusty

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Hanno Wagner
  • Date: 2004-03-15 23:11:22 UTC
  • Revision ID: james.westby@ubuntu.com-20040315231122-ydwd98o300gq0coq
Tags: 1.9.7.0-3
* Port to QT 3 (this time for real), with apologies to ro@suse.
* Update copyright file.
* Use default C++ compiler.
* Thanks for the Help from Florian Weimar

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
# First, make sure INCLUDES and LDPATHS lines contain paths to the include
5
5
# and library directories for Qt.
6
6
#
7
 
INCLUDES=-I/usr/include/qt
 
7
 
 
8
INCLUDES=-I/usr/include/qt3
8
9
LDPATHS=-L/usr/lib
9
10
 
10
11
#
11
12
# Then, uncomment the right LIBS line for your architecture below:
12
13
#
13
14
# Linux: (You may have to add -lX11, in case your linker complains)
14
 
LIBS=-lqt -lm
 
15
LIBS=-lqt-mt -lm
15
16
 
16
17
# Solaris:
17
18
#LIBS=-lqt -lm -lkstat -lposix4 -lnsl -lsocket -L/usr/openwin/lib -lX11 -lXext
45
46
 
46
47
SOURCES=qps.C pstable.C proc.C uidstr.C ttystr.C dialogs.C \
47
48
        checkmenu.C infobar.C fieldsel.C crossbox.C scheddlg.C \
48
 
        wchan.C prefs.C htable.C lookup.C details.C command.C
 
49
        wchan.C prefs.C htable.C lookup.C details.C command.C \
 
50
        qttableview.C
49
51
HEADERS=$(SOURCES:.C=.h)
50
52
OBJECTS=$(SOURCES:.C=.o)
51
53
SRCMETA=moc_qps.C moc_pstable.C moc_dialogs.C \
52
54
        moc_fieldsel.C moc_scheddlg.C \
53
55
        moc_prefs.C moc_infobar.C \
54
 
        moc_htable.C moc_lookup.C moc_details.C moc_command.C
 
56
        moc_htable.C moc_lookup.C moc_details.C moc_command.C \
 
57
        moc_qttableview.C
55
58
OBJMETA=$(SRCMETA:.C=.o)
56
59
TARGET=qps
57
60
 
114
117
command.o: command.C command.h qps.h svec.h pstable.h htable.h proc.h \
115
118
 config.h checkmenu.h infobar.h fieldsel.h crossbox.h details.h \
116
119
 lookup.h prefs.h uidstr.h svec.C dialogs.h
 
120
qttableview.o: qttableview.C qttableview.h