X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/faed65f61079a587f12d4f010e1c4f8fe396bcb2..083f7497d34a1df453b92ab411aace3fc4ace927:/contrib/src/fl/Makefile.in diff --git a/contrib/src/fl/Makefile.in b/contrib/src/fl/Makefile.in index 50a122c523..53d717a272 100644 --- a/contrib/src/fl/Makefile.in +++ b/contrib/src/fl/Makefile.in @@ -1,31 +1,64 @@ -# -# File: Makefile -# Author: Hans Van Leemputten -# Created: 2001 -# Updated: -# Copyright: (c) wxWorkshop team, 2001 -# -# Makefile for wxWindows FrameLayout library (Linux/wxGTK). +# $Id$ top_srcdir = @top_srcdir@/.. top_builddir = ../../.. libsrc_dir = contrib/src/fl -TARGET_LIBNAME = libfl -OBJ_EXT = o +TARGET_LIBNAME=lib@WX_LIBRARY_BASENAME@_fl-@WX_RELEASE@ -# Version Info. -LIBVERSION_CURRENT=1 -LIBVERSION_REVISION=0 -LIBVERSION_AGE=0 +LIBVERSION_CURRENT=@WX_CURRENT@ +LIBVERSION_REVISION=@WX_REVISION@ +LIBVERSION_AGE=@WX_AGE@ -include $(top_srcdir)/$(libsrc_dir)/files.lst -OBJECTS = $(FL_OBJECTS) -DEPFILES= $(FL_OBJECTS:.o=.d) +HEADER_PATH=$(top_srcdir)/contrib/include/wx +HEADER_SUBDIR=fl + +HEADERS = \ + bardragpl.h \ + cbcustom.h \ + dynbarhnd.h \ + dyntbarhnd.h \ + fldefs.h \ + garbagec.h \ + hintanimpl.h \ + panedrawpl.h \ + rowlayoutpl.h \ + updatesmgr.h \ + antiflickpl.h \ + barhintspl.h \ + controlbar.h \ + dyntbar.h \ + frmview.h \ + gcupdatesmgr.h \ + newbmpbtn.h \ + rowdragpl.h \ + toolwnd.h + +OBJECTS = \ + antiflickpl.o \ + gcupdatesmgr.o \ + rowlayoutpl.o \ + bardragpl.o \ + dyntbar.o \ + hintanimpl.o \ + toolwnd.o \ + barhintspl.o \ + dyntbarhnd.o \ + newbmpbtn.o \ + updatesmgr.o \ + cbcustom.o \ + frmview.o \ + panedrawpl.o \ + controlbar.o \ + garbagec.o \ + rowdragpl.o + +DEPFILES= $(OBJECTS:.o=.d) APPEXTRADEFS = -I$(top_srcdir)/contrib/include include $(top_builddir)/src/makelib.env -include $(DEPFILES) +