warzone2100/lib/widget/Makefile.am

27 lines
416 B
Makefile

AM_CPPFLAGS = $(SDL_CFLAGS) $(WZ_CPPFLAGS) $(QT4_CFLAGS)
AM_CFLAGS = $(WZ_CFLAGS)
AM_CXXFLAGS = $(WZ_CXXFLAGS) $(QT4_CFLAGS)
noinst_LIBRARIES = libwidget.a
noinst_HEADERS = \
bar.h \
button.h \
editbox.h \
form.h \
label.h \
slider.h \
tip.h \
widgbase.h \
widget.h \
widgint.h
libwidget_a_SOURCES = \
bar.cpp \
button.cpp \
editbox.cpp \
form.cpp \
label.cpp \
slider.cpp \
tip.cpp \
widget.cpp