mirror of
https://github.com/levinsv/pgadmin3.git
synced 2026-05-15 06:05:49 -06:00
30 lines
787 B
Makefile
30 lines
787 B
Makefile
#######################################################################
|
|
#
|
|
# pgAdmin III - PostgreSQL Tools
|
|
#
|
|
# Copyright (C) 2002 - 2016, The pgAdmin Development Team
|
|
# This software is released under the PostgreSQL Licence
|
|
#
|
|
# module.mk - pgadmin/debugger/ Makefile fragment
|
|
#
|
|
#######################################################################
|
|
|
|
pgadmin3_SOURCES += \
|
|
debugger/ctlMessageWindow.cpp \
|
|
debugger/ctlResultGrid.cpp \
|
|
debugger/ctlStackWindow.cpp \
|
|
debugger/ctlTabWindow.cpp \
|
|
debugger/ctlVarWindow.cpp \
|
|
debugger/dbgBreakPoint.cpp \
|
|
debugger/dbgController.cpp \
|
|
debugger/dbgEvents.cpp \
|
|
debugger/dbgModel.cpp \
|
|
debugger/dbgTargetInfo.cpp \
|
|
debugger/debugger.cpp \
|
|
debugger/dlgDirectDbg.cpp \
|
|
debugger/frmDebugger.cpp
|
|
|
|
EXTRA_DIST += \
|
|
debugger/module.mk
|
|
|
|
|