forked from AuroraMiddleware/gtk
32 lines
873 B
Makefile
32 lines
873 B
Makefile
deprecated_h_sources = \
|
|
deprecated/gtkactivatable.h \
|
|
deprecated/gtkaction.h \
|
|
deprecated/gtkactiongroup.h \
|
|
deprecated/gtkalignment.h \
|
|
deprecated/gtkgradient.h \
|
|
deprecated/gtkradioaction.h \
|
|
deprecated/gtkrecentaction.h \
|
|
deprecated/gtkstock.h \
|
|
deprecated/gtksymboliccolor.h \
|
|
deprecated/gtktable.h \
|
|
deprecated/gtktoggleaction.h \
|
|
deprecated/gtkuimanager.h
|
|
|
|
deprecated_private_h_sources = \
|
|
deprecated/gtkgradientprivate.h \
|
|
deprecated/gtksymboliccolorprivate.h
|
|
|
|
deprecated_c_sources = \
|
|
deprecated/gtkactivatable.c \
|
|
deprecated/gtkaction.c \
|
|
deprecated/gtkactiongroup.c \
|
|
deprecated/gtkalignment.c \
|
|
deprecated/gtkgradient.c \
|
|
deprecated/gtkradioaction.c \
|
|
deprecated/gtkrecentaction.c \
|
|
deprecated/gtkstock.c \
|
|
deprecated/gtksymboliccolor.c \
|
|
deprecated/gtktable.c \
|
|
deprecated/gtktoggleaction.c \
|
|
deprecated/gtkuimanager.c
|