mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-06 13:11:20 +00:00
773eda1929
to work under GIMP 1.2.x -- at taniwha's urging, I am checking this into CVS. You need libgtk+ v1.2, libgtkglarea v5, libgimp v1.2 (or thereabouts) to get this to work.
35 lines
470 B
Makefile
35 lines
470 B
Makefile
|
|
AUTOMAKE_OPTIONS = foreign
|
|
|
|
bin_PROGRAMS = texturepaint
|
|
|
|
texturepaint_SOURCES = \
|
|
main.c \
|
|
model.h \
|
|
model1.c \
|
|
model2.c \
|
|
open.c \
|
|
pack.c \
|
|
pack.h \
|
|
q1pal.h \
|
|
texturepaint.c \
|
|
texturepaint.h \
|
|
trackball.c \
|
|
trackball.h \
|
|
gladesrc.c \
|
|
gladesrc.h \
|
|
gladesig.h
|
|
|
|
EXTRA_DIST= \
|
|
dialog.glade \
|
|
gladesig.c \
|
|
Pixmaps/begin.xpm \
|
|
Pixmaps/end.xpm \
|
|
Pixmaps/play.xpm \
|
|
Pixmaps/pause.xpm \
|
|
Pixmaps/question.xpm \
|
|
Pixmaps/stop.xpm \
|
|
Pixmaps/warning.xpm
|
|
|
|
|
|
|