]> git.saurik.com Git - wxWidgets.git/blame - contrib/src/fl/Makefile.in
Added regex to WXINC line (patch from Markus G)
[wxWidgets.git] / contrib / src / fl / Makefile.in
CommitLineData
8e08b761
JS
1#
2# File: Makefile
3# Author: Hans Van Leemputten
4# Created: 2001
5# Updated:
6# Copyright: (c) wxWorkshop team, 2001
7#
8# Makefile for wxWindows FrameLayout library (Linux/wxGTK).
9
10top_srcdir = @top_srcdir@/..
11top_builddir = ../../..
12libsrc_dir = contrib/src/fl
13
14TARGET_LIBNAME = libfl
15OBJ_EXT = o
16
17# Version Info.
18LIBVERSION_CURRENT=1
19LIBVERSION_REVISION=0
20LIBVERSION_AGE=0
21
22include ./files.lst
23
24OBJECTS = $(FL_OBJECTS)
25
26APPEXTRADEFS = -I$(top_srcdir)/contrib/include
27
28include $(top_builddir)/src/makelib.env
29