#
# File:         Makefile
# Author:       
# Created:      2001
# Updated:
# Copyright:    (c) wxWorkshop team, 2001
#
# Makefile for wxWorkshop for Linux/wxGTK.
# Tested on RedHat 7.1 with wxGTK

# Version Info.
LIBVERSION_CURRENT = 1
LIBVERSION_REVISION = 0
LIBVERSION_AGE = 0

include ../../config.env

include ./files.txt

libsrc_dir = .
#HEADER_PATH = ./../../include/wx
#HEADER_SUBDIR = $(LIB_NAME)
ifeq ($(FINAL),1)
TARGET_LIBNAME = lib$(LIB_NAME)
else
TARGET_LIBNAME = lib$(LIB_NAME)d
endif

APPEXTRADEFS = -I$(WXWORKSHOPDIR)/include

include $(top_builddir)/src/makelib.env

