mirror of
https://github.com/levinsv/pgadmin3.git
synced 2026-05-15 06:05:49 -06:00
24 lines
803 B
Makefile
24 lines
803 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/pgscript/exceptions/ Makefile fragment
|
|
#
|
|
#######################################################################
|
|
|
|
pgadmin3_SOURCES += \
|
|
pgscript/exceptions/pgsArithmeticException.cpp \
|
|
pgscript/exceptions/pgsAssertException.cpp \
|
|
pgscript/exceptions/pgsBreakException.cpp \
|
|
pgscript/exceptions/pgsCastException.cpp \
|
|
pgscript/exceptions/pgsContinueException.cpp \
|
|
pgscript/exceptions/pgsException.cpp \
|
|
pgscript/exceptions/pgsInterruptException.cpp \
|
|
pgscript/exceptions/pgsParameterException.cpp
|
|
|
|
EXTRA_DIST += \
|
|
pgscript/exceptions/module.mk
|
|
|