bin_PROGRAMS = vyqchat

#
# these files will be created by moc
BUILT_SOURCES =   \
		  moc_appwin.cpp \
		  moc_chatline.cpp \
		  moc_chatlinehist.cpp \
		  moc_chattab.cpp \
		  moc_channel.cpp \
		  moc_channelsdlg.cpp \
		  moc_chlist.cpp \
		  moc_massmsgwin.cpp \
		  moc_msgrcvwin.cpp \
		  moc_msgsndwin.cpp \
		  moc_nickcombo.cpp \
		  moc_regexp.cpp \
		  moc_settingsdlg.cpp \
		  moc_status.cpp \
		  moc_topicwin.cpp \
		  moc_trayicon.cpp \
		  moc_ulist.cpp \
		  moc_vcprotocol.cpp
		  
#
#
dist_vyqchat_SOURCES = \
		  aboutdialog.cpp \
		  appwin.cpp \
		  chatline.cpp \
		  chatlinehist.cpp \
		  channel.cpp \
		  channelsdlg.cpp \
		  chattab.cpp \
		  chlist.cpp \
		  history.cpp \
		  icons.cpp \
		  main.cpp \
		  massmsgwin.cpp \
		  msgrcvwin.cpp \
		  msgsndwin.cpp \
		  nickcombo.cpp \
		  regexp.cpp \
		  scripting.cpp \
		  settings.cpp \
		  settingsdlg.cpp \
		  sound.cpp \
		  status.cpp \
		  topicwin.cpp \
		  trayicon.cpp \
		  trayicon_x11.cpp \
		  user.cpp \
		  ulist.cpp \
		  uuid.cpp \
		  vcprotocol.cpp

nodist_vyqchat_SOURCES = $(BUILT_SOURCES)

noinst_HEADERS  = aboutdialog.h \
		  appwin.h \
		  channel.h \
		  channelsdlg.h \
		  chatline.h \
		  chatlinehist.h \
		  chattab.h \
		  chlist.h \
		  global.h \
		  history.h \
		  icons.h \
		  massmsgwin.h \
		  msgrcvwin.h \
		  msgsndwin.h \
		  nickcombo.h \
		  packetdata.h \
		  regexp.h \
		  scripting.h \
		  settings.h \
		  settingsdlg.h \
		  sound.h \
		  status.h \
		  topicwin.h \
		  trayicon.h \
		  ulist.h \
		  uuid.h \
		  user.h \
		  vcprotocol.h \
		  vyevent.h 

MOSTLYCLEANFILES =+ $(BUILT_SOURCES)

vyqchat_LDFLAGS = $(QT_LIBS) $(SNDFILE_LIBS) $(LIBAO_LIBS) $(ARTS_LIBS) $(OPENSSL_LIBS)
vyqchat_CPPFLAGS = -DDATADIR=\"$(datadir)/vyqchat/\" $(QT_CXXFLAGS) $(SNDFILE_CFLAGS) $(ARTS_CFLAGS) $(OPENSSL_CFLAGS)
vyqchat_CXXFLAGS = $(vyqchat_CPPFLAGS)

moc_%.cpp: %.h
	$(QT_MOC) $< -o $@



syntax highlighted by Code2HTML, v. 0.9.1