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

include ../config.env

include ./files.txt
PROGRAM = $(TARGET)

APPEXTRADEFS = -I$(WXWORKSHOPDIR)/include -I$(CONTRIBDIR)/include
ifeq ($(FINAL),1)
APPEXTRALIBS = -L$(top_builddir)/lib -lpmf  -lfl -lawtlay -ldiamond -lxrc -lwspp
else
APPEXTRALIBS = -L$(top_builddir)/lib -lpmfd  -lfld -lawtlayd -ldiamondd -lxrcd -lwsppd
endif

include $(top_builddir)/src/makeprog.env

