top_srcdir = $(WXWIN)
top_builddir = $(top_srcdir)
libsrc_dir = .

TARGET_LIBNAME = libawtlay
LIBVERSION_CURRENT = 1
LIBVERSION_REVISION = 0
LIBVERSION_AGE = 0
HEADER_PATH = ./../../include/wx
HEADER_SUBDIR = awtlay

SOURCES = absolutelayout.cpp awt_emul.cpp borderlayout.cpp boxlayout.cpp cardlayout.cpp flowlayout.cpp gridbaglayout.cpp gridlayout.cpp 
OBJECTS = absolutelayout.o awt_emul.o borderlayout.o boxlayout.o cardlayout.o flowlayout.o gridbaglayout.o gridlayout.o 

# btw, looking for headers in ./../../include/wx/awtlay

HEADERS = gridlayout.h awt_emul.h borderlayout.h boxlayout.h cardlayout.h flowlayout.h gridbaglayout.h absolutelayout.h 

APPEXTRADEFS = -I./../../include

include $(top_builddir)/src/makelib.env
