mirror of
https://github.com/levinsv/pgadmin3.git
synced 2026-05-15 14:15:49 -06:00
30 lines
1.1 KiB
Makefile
30 lines
1.1 KiB
Makefile
#######################################################################
|
|
#
|
|
# pgAdmin III - PostgreSQL Tools
|
|
#
|
|
# Copyright (C) 2002 - 2016, The pgAdmin Development Team
|
|
# This software is released under the PostgreSQL Licence
|
|
#
|
|
# module.mk - pgadmin/include/hotdraw/tools/ Makefile fragment
|
|
#
|
|
#######################################################################
|
|
|
|
pgadmin3_SOURCES += \
|
|
include/hotdraw/tools/hdAbstractTool.h \
|
|
include/hotdraw/tools/hdCanvasMenuTool.h \
|
|
include/hotdraw/tools/hdCompositeFigureTool.h \
|
|
include/hotdraw/tools/hdConnectionCreationTool.h \
|
|
include/hotdraw/tools/hdCreationTool.h \
|
|
include/hotdraw/tools/hdDragCreationTool.h \
|
|
include/hotdraw/tools/hdDragTrackerTool.h \
|
|
include/hotdraw/tools/hdFigureTool.h \
|
|
include/hotdraw/tools/hdHandleTrackerTool.h \
|
|
include/hotdraw/tools/hdITool.h \
|
|
include/hotdraw/tools/hdMenuTool.h \
|
|
include/hotdraw/tools/hdPolyLineFigureTool.h \
|
|
include/hotdraw/tools/hdSelectAreaTool.h \
|
|
include/hotdraw/tools/hdSelectionTool.h \
|
|
include/hotdraw/tools/hdSimpleTextTool.h
|
|
|
|
EXTRA_DIST += \
|
|
include/hotdraw/tools/module.mk
|