#############################################################################
# Makefile for building: xsltproc
# Generated by qmake (2.01a) (Qt 4.5.0) on: jue 5. oct 20:30:52 2017
# Project:  libxsltproc.pro
# Template: lib
#############################################################################

####### Compiler, tools and options

CC            = gcc
CXX           = g++
DEFINES       = -DUNICODE -DQT_LARGEFILE_SUPPORT -DFL_EXPORT= -DFL_QUICK_CLIENT -DHAVE_CONFIG_H
CFLAGS        = -O2 -w $(DEFINES)
CXXFLAGS      = -O2 -w -frtti -fexceptions -mthreads $(DEFINES)
INCPATH       = -I"..\..\libdigidoc\libxml2" -I"..\..\libdigidoc\libxml2\include" -I"o:\Abanq\SuSE_Virtual\fllite-win32\eneboo-fllite-p1\src\libdigidoc\libxml2\libxml" -I"..\..\libxslt" -I"." -I"c:\Qt\2009.01\qt\mkspecs\win32-g++"
LINK        =        g++
LFLAGS        =        -enable-stdcall-fixup -Wl,-enable-auto-import -Wl,-enable-runtime-pseudo-reloc -Wl,-s -shared -mthreads -Wl -Wl,--out-implib,o:\Abanq\SuSE_Virtual\fllite-win32\eneboo-fllite-p1\facturalux\lib\libxsltproc1.a
LIBS        =        .o\xsltproc_resource_res.o -LO:\Abanq\SuSE_Virtual\fllite-win32\eneboo-fllite-p1\facturalux/lib -lm -LO:\Abanq\SuSE_Virtual\fllite-win32\eneboo-fllite-p1\facturalux/lib -lxslt -lexslt -lxml2
QMAKE         = c:\Qt\2009.01\qt\bin\qmake.exe
IDC           = c:\Qt\2009.01\qt\bin\idc.exe
IDL           = midl
ZIP           = zip -r -9
DEF_FILE      = 
RES_FILE      = .o\xsltproc_resource_res.o
COPY          = copy /y
COPY_FILE     = $(COPY)
COPY_DIR      = xcopy /s /q /y /i
DEL_FILE      = del
DEL_DIR       = rmdir
MOVE          = move
CHK_DIR_EXISTS= if not exist
MKDIR         = mkdir
INSTALL_FILE    = $(COPY_FILE)
INSTALL_PROGRAM = $(COPY_FILE)
INSTALL_DIR     = $(COPY_DIR)

####### Output directory

OBJECTS_DIR   = .o

####### Files

SOURCES       = xsltproc.c 
OBJECTS       = .o/xsltproc.o
DIST          = 
QMAKE_TARGET  = xsltproc
DESTDIR        = ..\..\..\facturalux\lib\ #avoid trailing-slash linebreak
TARGET         = xsltproc1.dll
DESTDIR_TARGET = ..\..\..\facturalux\lib\xsltproc1.dll

####### Implicit rules

.SUFFIXES: .cpp .cc .cxx .c

.cpp.o:
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<

.cc.o:
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<

.cxx.o:
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<

.c.o:
	$(CC) -c $(CFLAGS) $(INCPATH) -o $@ $<

####### Build rules

first: all
all: Makefile.Release  $(DESTDIR_TARGET)

$(DESTDIR_TARGET):  $(OBJECTS) .o/xsltproc_resource_res.o
	$(LINK) $(LFLAGS) -o $(DESTDIR_TARGET) $(OBJECTS)  $(LIBS)

	-$(COPY_FILE) "$(DESTDIR_TARGET)" ..\..\..\facturalux\bin

.o/xsltproc_resource_res.o: xsltproc_resource.rc
	windres -i xsltproc_resource.rc -o .o\xsltproc_resource_res.o --include-dir=.

qmake:  FORCE
	@$(QMAKE) -spec c:\Qt\2009.01\qt\mkspecs\win32-g++ -win32 CONFIG+=debug_and_release -o Makefile.Release libxsltproc.pro

dist:
	$(ZIP) xsltproc.zip $(SOURCES) $(DIST) ..\..\..\user.pro c:\Qt\2009.01\qt\mkspecs\qconfig.pri c:\Qt\2009.01\qt\mkspecs\features\qt_functions.prf c:\Qt\2009.01\qt\mkspecs\features\qt_config.prf c:\Qt\2009.01\qt\mkspecs\features\exclusive_builds.prf c:\Qt\2009.01\qt\mkspecs\features\default_pre.prf c:\Qt\2009.01\qt\mkspecs\features\win32\default_pre.prf ..\..\..\settings.pro c:\Qt\2009.01\qt\mkspecs\features\release.prf c:\Qt\2009.01\qt\mkspecs\features\debug_and_release.prf c:\Qt\2009.01\qt\mkspecs\features\default_post.prf c:\Qt\2009.01\qt\mkspecs\features\win32\default_post.prf c:\Qt\2009.01\qt\mkspecs\features\build_pass.prf c:\Qt\2009.01\qt\mkspecs\features\dll.prf c:\Qt\2009.01\qt\mkspecs\features\shared.prf c:\Qt\2009.01\qt\mkspecs\features\warn_off.prf c:\Qt\2009.01\qt\mkspecs\features\win32\rtti.prf c:\Qt\2009.01\qt\mkspecs\features\win32\exceptions.prf c:\Qt\2009.01\qt\mkspecs\features\win32\stl.prf c:\Qt\2009.01\qt\mkspecs\features\win32\windows.prf c:\Qt\2009.01\qt\mkspecs\features\win32\thread_off.prf c:\Qt\2009.01\qt\mkspecs\features\resources.prf c:\Qt\2009.01\qt\mkspecs\features\uic.prf c:\Qt\2009.01\qt\mkspecs\features\yacc.prf c:\Qt\2009.01\qt\mkspecs\features\lex.prf  RESOURCES FORMS IMAGES YACCSOURCES YACCSOURCES LEXSOURCES 

clean: compiler_clean 
	-$(DEL_FILE) .o\xsltproc.o
	-$(DEL_FILE) o:\Abanq\SuSE_Virtual\fllite-win32\eneboo-fllite-p1\facturalux\lib\libxsltproc1.a
	-$(DEL_FILE) .o\xsltproc_resource_res.o

distclean: clean
	-$(DEL_FILE) $(DESTDIR_TARGET)
	-$(DEL_FILE) Makefile.Release

compiler_rcc_make_all:
compiler_rcc_clean:
compiler_uic_make_all:
compiler_uic_clean:
compiler_image_collection_make_all: qmake_image_collection.cpp
compiler_image_collection_clean:
	-$(DEL_FILE) qmake_image_collection.cpp
compiler_yacc_decl_make_all:
compiler_yacc_decl_clean:
compiler_yacc_impl_make_all:
compiler_yacc_impl_clean:
compiler_lex_make_all:
compiler_lex_clean:
compiler_clean: 



####### Compile

.o/xsltproc.o: xsltproc.c 
	$(CC) -c $(CFLAGS) $(INCPATH) -o .o\xsltproc.o xsltproc.c

####### Install

install:   FORCE

uninstall:   FORCE

FORCE:

