finalcut/src/Makefile.am

103 lines
1.7 KiB
Makefile
Raw Normal View History

2015-05-23 13:35:12 +02:00
#----------------------------------------------------------------------
# Makefile.am - The Final Cut library
#----------------------------------------------------------------------
SUBDIRS = fonts
AM_CPPFLAGS = -Wall -Werror
lib_LTLIBRARIES = libfinal.la
libfinal_la_SOURCES = \
fstring.cpp \
fpoint.cpp \
frect.cpp \
fscrollbar.cpp \
fprogressbar.cpp \
flineedit.cpp \
fbutton.cpp \
fbuttongroup.cpp \
ftogglebutton.cpp \
fradiobutton.cpp \
fcheckbox.cpp \
2015-07-04 22:51:47 +02:00
fswitch.cpp \
2015-05-23 13:35:12 +02:00
flabel.cpp \
flistbox.cpp \
2015-08-16 20:05:39 +02:00
fmenu.cpp \
fdialoglistmenu.cpp \
fmenubar.cpp \
fmenuitem.cpp \
fradiomenuitem.cpp \
fcheckmenuitem.cpp \
fmenulist.cpp \
2015-05-23 13:35:12 +02:00
fdialog.cpp \
fscrollview.cpp \
2015-05-23 13:35:12 +02:00
fwindow.cpp \
fmessagebox.cpp \
ftooltip.cpp \
2015-05-23 13:35:12 +02:00
ffiledialog.cpp \
ftextview.cpp \
fstatusbar.cpp \
fterm.cpp \
fvterm.cpp \
2015-05-23 13:35:12 +02:00
fevent.cpp \
foptiattr.cpp \
2015-05-23 13:35:12 +02:00
foptimove.cpp \
fapp.cpp \
fwidget.cpp \
fobject.cpp
libfinal_la_LDFLAGS = -version-info @SO_VERSION@
finalcutincludedir = $(includedir)/final
finalcutinclude_HEADERS = \
fapp.h \
fbutton.h \
fbuttongroup.h \
fcharmap.h \
fcheckbox.h \
2015-08-22 18:53:52 +02:00
fconfig.h \
2015-07-04 22:51:47 +02:00
fswitch.h \
2015-05-23 13:35:12 +02:00
fdialog.h \
fc.h \
2015-05-23 13:35:12 +02:00
fevent.h \
ffiledialog.h \
final.h \
fkey_map.h \
flabel.h \
flineedit.h \
flistbox.h \
2015-08-16 20:05:39 +02:00
fmenu.h \
fdialoglistmenu.h \
fmenubar.h \
fmenuitem.h \
fradiomenuitem.h \
fcheckmenuitem.h \
fmenulist.h \
2015-05-23 13:35:12 +02:00
fmessagebox.h \
ftooltip.h \
2015-05-23 13:35:12 +02:00
fobject.h \
fpoint.h \
foptiattr.h \
foptimove.h \
2015-05-23 13:35:12 +02:00
fprogressbar.h \
fradiobutton.h \
frect.h \
fscrollbar.h \
fscrollview.h \
2015-05-23 13:35:12 +02:00
fstatusbar.h \
fstring.h \
ftcap_map.h \
2017-02-06 02:21:40 +01:00
ftermcap.h \
2015-05-23 13:35:12 +02:00
fterm.h \
2017-02-06 02:21:40 +01:00
fvterm.h \
2015-05-23 13:35:12 +02:00
ftextview.h \
ftogglebutton.h \
fwidget.h \
fwindow.h
#uninstall:
# rm -R -f $(includedir)/final