~ubuntu-branches/ubuntu/raring/qgo/raring

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Martin A. Godisch
  • Date: 2005-01-01 23:07:10 UTC
  • Revision ID: james.westby@ubuntu.com-20050101230710-fhng6yidm47xlb2i
Tags: upstream-1.0.0-r2
ImportĀ upstreamĀ versionĀ 1.0.0-r2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
####### kdevelop will overwrite this part!!! (begin)##########
 
2
 
 
3
INCLUDES = $(all_includes)
 
4
 
 
5
qgo_METASOURCES = AUTO
 
6
 
 
7
KDE_OPTIONS = qtonly
 
8
 
 
9
 
 
10
 
 
11
EXTRA_DIST = board.cpp board.h boardhandler.cpp boardhandler.h compiling.txt config.h defines.h gamedialog.cpp gamedialog.h gameinfo_gui.ui gamestable.cpp gamestable.h gametree.cpp gametree.h globals.h group.cpp group.h gs_globals.h gui_dialog.ui helpviewer.cpp helpviewer.h icons.h igsconnection.cpp igsconnection.h igsinterface.h imagehandler.cpp imagehandler.h interfacehandler.cpp interfacehandler.h komispinbox.h main.cpp main.cpp.bak main.pro maintable.cpp maintable.h main_trans.pro mainwidget.cpp mainwidget_gui.ui mainwidget.h mainwin.cpp mainwindow.cpp mainwindow.h mainwin.h mark.cpp mark.h matrix.cpp matrix.h misc.cpp misc.h move.cpp move.h msg_handler.cpp msg_handler.h newgame_gui.ui newlocalgame_gui.ui noderesults.cpp noderesults_gui.ui noderesults.h normaltools_gui.ui nthmove_gui.ui parser.cpp parserdefs.h parser.h playertable.cpp playertable.h preferences.cpp preferences_gui.ui preferences.h qgo23.dsw qgo.cpp qgo.dsw qgo.h qgo_interface.cpp qgo_interface.h qgo.pro qgo.rc scoretools_gui.ui setting.cpp setting.h sgfparser.cpp sgfparser.h startupframe.cpp startupframe_gui.ui startupframe.h stone.cpp stone.h stonehandler.cpp stonehandler.h tables.cpp tables.h telnet.cpp telnet.h textedit_gui.ui textview.cpp textview_gui.ui textview.h tip.cpp tip.h tree.cpp tree.h wavfile.c wavfile.h wavplay.c wavplay.h xmlparser.cpp xmlparser.h qnewgamedlg.cpp qnewgamedlg.h qgtp.cpp qgtp.h qnewgamedlg_gui.ui clientwindow_gui.ui talk_gui.ui 
 
12
 
 
13
####### kdevelop will overwrite this part!!! (end)############
 
14
bin_PROGRAMS = qgo
 
15
qgo_SOURCES = board.cpp boardhandler.cpp clientwindow_gui.ui gamedialog.cpp \
 
16
        gameinfo_gui.ui gamestable.cpp gametree.cpp group.cpp gui_dialog.ui helpviewer.cpp \
 
17
        igsconnection.cpp imagehandler.cpp interfacehandler.cpp main.cpp maintable.cpp \
 
18
        mainwidget.cpp mainwidget_gui.ui mainwin.cpp mainwindow.cpp mark.cpp matrix.cpp \
 
19
        misc.cpp move.cpp msg_handler.cpp newgame_gui.ui newlocalgame_gui.ui \
 
20
        noderesults.cpp noderesults_gui.ui normaltools_gui.ui nthmove_gui.ui parser.cpp \
 
21
        playertable.cpp preferences.cpp preferences_gui.ui qgo.cpp qgo_interface.cpp qgtp.cpp \
 
22
        qnewgamedlg.cpp qnewgamedlg_gui.ui scoretools_gui.ui setting.cpp sgfparser.cpp \
 
23
        stone.cpp stonehandler.cpp tables.cpp talk_gui.ui telnet.cpp textedit_gui.ui \
 
24
        textview.cpp textview_gui.ui tip.cpp tree.cpp wavfile.c wavplay.c xmlparser.cpp
 
25
SUBDIRS = pics translations sounds
 
26
include_HEADERS = board.h boardhandler.h config.h defines.h gamedialog.h \
 
27
        gamestable.h gametree.h globals.h group.h gs_globals.h helpviewer.h icons.h \
 
28
        igsconnection.h igsinterface.h imagehandler.h interfacehandler.h komispinbox.h \
 
29
        maintable.h mainwidget.h mainwindow.h mainwin.h mark.h matrix.h misc.h move.h \
 
30
        msg_handler.h noderesults.h parserdefs.h parser.h playertable.h preferences.h qgo.h \
 
31
        qgo_interface.h qgtp.h qnewgamedlg.h setting.h sgfparser.h stone.h stonehandler.h \
 
32
        tables.h telnet.h textview.h tip.h tree.h wavfile.h wavplay.h xmlparser.h
 
33
 
 
34
qgo_LDFLAGS = $(all_libraries) $(USER_LDFLAGS)
 
35
qgo_LDADD = $(LIBSOCKET) $(LIB_QPE) $(LIB_QT)
 
36
 
 
37
METASOURCES = AUTO