#-*- mode: makefile; tab-width: 4; -*- # include(../../qmake.inc) # VERSION = $$SO_VERSION # SOURCES = Compiler.cpp \ Compiler_helpers.cpp \ Compiler_ops.cpp \ Preprocessor.cpp \ NATCompiler.cpp \ OSConfigurator.cpp \ PolicyCompiler.cpp \ RoutingCompiler.cpp HEADERS = Compiler.h \ Preprocessor.h \ NATCompiler.h \ OSConfigurator.h \ PolicyCompiler.h \ RuleProcessor.h \ RoutingCompiler.h headers.files =$$HEADERS headers.path =$(DDIR)$$prefix/include/fwb-2.1/fwcompiler macx { LIBS += -L../fwbuilder -lfwbuilder } TARGET = fwcompiler INSTALLS += headers