include $(POCO_BASE)/build/rules/global # global rules: will find libs and include files for us

objects = RollingMillApp InputFileParser Auftrag Bloeckchenpalette Palettenreihe Protokolleintrag Ring Sortiment Walzfolge

target = rollingmill
target_version = 1
target_libs = PocoUtil PocoFoundation PocoXML
INCLUDE += -I$(ODEMX_HOME) -I$(ODEMX_HOME)/odemx/external/CppLog/include -I$(ODEMX_HOME)/odemx/external/CppLog/include -I$(ODEMX_HOME)/odemx/external/gsl
LIBRARY += -L$(ODEMX_HOME)/odemx/GCC/Debug
SYSLIBS += -lOdemXD

include $(POCO_BASE)/build/rules/exec #tells the Makefile we want to build an executable
