projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fixed/simplified Makefile
[wxWidgets.git]
/
contrib
/
src
/
fl
/
Makefile.in
diff --git
a/contrib/src/fl/Makefile.in
b/contrib/src/fl/Makefile.in
index 19a7af90bf4eea8919759f62a7cb90523857cc85..e902c419f75125150f8afff8df7ae5d02da5d88b 100644
(file)
--- a/
contrib/src/fl/Makefile.in
+++ b/
contrib/src/fl/Makefile.in
@@
-1,29
+1,62
@@
-#
-# 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
top_srcdir = @top_srcdir@/..
top_builddir = ../../..
libsrc_dir = contrib/src/fl
TARGET_LIBNAME = libfl
-OBJ_EXT = o
-# Version Info.
LIBVERSION_CURRENT=1
LIBVERSION_REVISION=0
LIBVERSION_AGE=0
LIBVERSION_CURRENT=1
LIBVERSION_REVISION=0
LIBVERSION_AGE=0
-include ./files.lst
-
-OBJECTS = $(FL_OBJECTS)
+HEADER_PATH=$(top_srcdir)/contrib/include/wx
+HEADER_SUBDIR=fl
+
+HEADERS = \
+ bardragpl.h \
+ cbcustom.h \
+ dynbarhnd.h \
+ dyntbarhnd.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
APPEXTRADEFS = -I$(top_srcdir)/contrib/include
include $(top_builddir)/src/makelib.env
+-include $(DEPFILES)
+