## process this file with automake to produce Makefile.in
QT_MOC = @QT_BIN@/moc
scdir = $(datadir)/subcommander
AM_CPPFLAGS = @APR_CPPFLAGS@ \
@STLPORT_INCLUDES@ -I.. @QT_INCLUDES@ @SVN_INCLUDES@ \
@APR_INCLUDES@ @APU_INCLUDES@ @SSL_INCLUDES@ @BOOST_INCLUDES@ \
@BDB_INCLUDES@
noinst_LIBRARIES = libsublib.a
noinst_HEADERS = AboutDialog.h \
BlockInfo.h \
ColorStorage.h \
ConflictType.h \
Cursor.h \
DebugSettings.h \
DebugSettingsInfo.h \
DebugSettingsWidget.h \
DragDrop.h \
ErrorDialog.h \
ExternButton.h \
Gui.h \
LineConfig.h \
LineEnd.h \
Line.h \
LineTarget.h \
MacStyle.h \
NullTextModel.h \
PaintLineFactory.h \
PaintLine.h \
PathOps.h \
SettingsDialog.h \
SettingsInfo.h \
SettingsWidget.h \
SplitLayout.h \
StringUtil.h \
Tab.h \
TextModel.h \
TextModelImpl.h \
Utility.h \
version.in.h \
version.out.h \
config/Config.h \
config/ConfigData.h \
config/ConfigFile.h \
config/ConfigValue.h \
settings/ColorSettings.h \
settings/ColorSettingsInfo.h \
settings/ColorSettingsWidget.h \
settings/LayoutSettings.h \
settings/SettingsInfoBase.h
libsublib_a_SOURCES = AboutDialog.cpp \
ColorStorage.cpp \
DebugSettingsInfo.cpp \
DebugSettingsWidget.cpp \
DragDrop.cpp \
ErrorDialog.cpp \
ExternButton.cpp \
Gui.cpp \
Line.cpp \
LogoBanner.cpp \
MacStyle.cpp \
MsgHandler.h \
MsgHandler.cpp \
MessageBox.h \
MessageBox.cpp \
NullTextModel.cpp \
PaintLineFactory.cpp \
PathOps.cpp \
SettingsDialog.cpp \
SettingsWidget.cpp \
SplitLayout.cpp \
StringUtil.cpp \
Tab.cpp \
TargetId.h \
TargetId.cpp \
TargetRepository.h \
TargetRepository.cpp \
TextModelImpl.cpp \
Utility.cpp \
config/ConfigData.cpp \
config/ConfigFile.cpp \
config/ConfigValue.cpp \
settings/ColorSettingsInfo.cpp \
settings/ColorSettingsWidget.cpp \
settings/SettingsInfoBase.cpp \
moc/ErrorDialog_moc.cpp \
moc/ExternButton_moc.cpp \
moc/DebugSettingsWidget_moc.cpp \
moc/SettingsDialog_moc.cpp \
moc/SettingsWidget_moc.cpp \
moc/settings/ColorSettingsWidget_moc.cpp
moc/%_moc.cpp : %.h
$(QT_MOC) $< -o $@
clean-local:
-rm -rf moc
syntax highlighted by Code2HTML, v. 0.9.1