#############################################################################
# Makefile for building: ../bin/freediams
# Generated by qmake (2.01a) (Qt 4.5.2) on: ven. juil. 9 00:01:00 2010
# Project:  freediams.pro
# Template: app
# Command: /usr/bin/qmake-qt4 -unix -config release CONFIG+=LINUX_INTEGRATED INSTALL_ROOT_PATH=/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr/ -o Makefile freediams.pro
#############################################################################

####### Compiler, tools and options

CC            = gcc
CXX           = g++
DEFINES       = -DBINARY_NAME="\"freediams\"" -DPACKAGE_VERSION="\"0.4.2\"" -DLINUX_INTEGRATED -DLINUX_QT_PATH="\"/usr/lib\"" -DLINUX_QT_PLUGINS_PATH="\"/usr/lib/qt4/plugins\"" -DLIBRARY_BASENAME="\"lib\"" -DLINUX_PLUGIN_PATH="\"/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//lib/freediams\"" -DRELEASE -DINSTALL_BINARY_PATH="\"/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//bin\"" -DINSTALL_LIBS_PATH="\"/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//lib/freediams\"" -DINSTALL_PLUGINS_PATH="\"/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//lib/freediams\"" -DINSTALL_RESOURCES_PATH="\"/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams\"" -DINSTALL_DESKTOP_FILES_PATH="\"/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/applications/\"" -DINSTALL_QT_PLUGINS_PATH="\"\"" -DFREEDIAMS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED
CFLAGS        = -pipe -O2 -D_REENTRANT -Wall -W $(DEFINES)
CXXFLAGS      = -pipe -O2 -D_REENTRANT -Wall -W $(DEFINES)
INCPATH       = -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I../plugins -I../libs -I../contrib -I/usr/X11R6/include -I../build/freediams/.moc
LINK          = g++
LFLAGS        = -Wl,-z,origin '-Wl,-rpath,$$ORIGIN:plugins/:/usr/lib/freediams' -Wl,-O1
LIBS          = $(SUBLIBS)  -L/usr/X11R6/lib -L/usr/lib -L/home/eric/Bureau/pack/freediams-0.4.2/bin/plugins -lAggregation -lExtensionSystem -lTranslationUtils -lUtils -lXext -lX11 -lm -lpthread -lQtSvg -lQtSql -lQtXml -lQtGui -lQtNetwork -lQtCore
AR            = ar cqs
RANLIB        = 
QMAKE         = /usr/bin/qmake-qt4
TAR           = tar -cf
COMPRESS      = gzip -9f
COPY          = cp -f
SED           = sed
COPY_FILE     = $(COPY)
COPY_DIR      = $(COPY) -r
INSTALL_FILE  = cp -a
INSTALL_DIR   = $(COPY_DIR)
INSTALL_PROGRAM = install -m 755 -p
DEL_FILE      = rm -f
SYMLINK       = ln -sf
DEL_DIR       = rmdir
MOVE          = mv -f
CHK_DIR_EXISTS= test -d
MKDIR         = mkdir -p

####### Output directory

OBJECTS_DIR   = ../build/freediams/.obj/unix/

####### Files

SOURCES       = main.cpp 
OBJECTS       = ../build/freediams/.obj/unix/main.o
DIST          = /usr/share/qt4/mkspecs/common/g++.conf \
		/usr/share/qt4/mkspecs/common/unix.conf \
		/usr/share/qt4/mkspecs/common/linux.conf \
		/usr/share/qt4/mkspecs/qconfig.pri \
		/usr/share/qt4/mkspecs/features/qt_functions.prf \
		/usr/share/qt4/mkspecs/features/qt_config.prf \
		/usr/share/qt4/mkspecs/features/exclusive_builds.prf \
		/usr/share/qt4/mkspecs/features/default_pre.prf \
		../buildspecs/config_paths.pri \
		../buildspecs/config_linux.pri \
		../config.pri \
		../buildspecs/install_linux.pri \
		../buildspecs/install.pri \
		../libs/aggregation.pri \
		../libs/extensionsystem_dependencies.pri \
		../libs/extensionsystem.pri \
		../libs/translationutils.pri \
		../libs/utils_dependencies.pri \
		../libs/utils.pri \
		../libs/rpath.pri \
		../doc/manual-di.pri \
		/usr/share/qt4/mkspecs/features/release.prf \
		/usr/share/qt4/mkspecs/features/default_post.prf \
		/usr/share/qt4/mkspecs/features/unix/x11.prf \
		/usr/share/qt4/mkspecs/features/unix/x11inc.prf \
		/usr/share/qt4/mkspecs/features/unix/x11lib.prf \
		/usr/share/qt4/mkspecs/features/unix/thread.prf \
		/usr/share/qt4/mkspecs/features/warn_on.prf \
		/usr/share/qt4/mkspecs/features/qt.prf \
		/usr/share/qt4/mkspecs/features/moc.prf \
		/usr/share/qt4/mkspecs/features/resources.prf \
		/usr/share/qt4/mkspecs/features/uic.prf \
		/usr/share/qt4/mkspecs/features/yacc.prf \
		/usr/share/qt4/mkspecs/features/lex.prf \
		freediams.pro
QMAKE_TARGET  = freediams
DESTDIR       = ../bin/
TARGET        = ../bin/freediams

first: all
####### Implicit rules

.SUFFIXES: .o .c .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:
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"

.c.o:
	$(CC) -c $(CFLAGS) $(INCPATH) -o "$@" "$<"

####### Build rules

all: Makefile $(TARGET)

$(TARGET): en_html_docs fr_html_docs $(OBJECTS)  
	@$(CHK_DIR_EXISTS) ../bin/ || $(MKDIR) ../bin/ 
	$(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(OBJCOMP) $(LIBS)

Makefile: freediams.pro  /usr/share/qt4/mkspecs/linux-g++/qmake.conf /usr/share/qt4/mkspecs/common/g++.conf \
		/usr/share/qt4/mkspecs/common/unix.conf \
		/usr/share/qt4/mkspecs/common/linux.conf \
		/usr/share/qt4/mkspecs/qconfig.pri \
		/usr/share/qt4/mkspecs/features/qt_functions.prf \
		/usr/share/qt4/mkspecs/features/qt_config.prf \
		/usr/share/qt4/mkspecs/features/exclusive_builds.prf \
		/usr/share/qt4/mkspecs/features/default_pre.prf \
		../buildspecs/config_paths.pri \
		../buildspecs/config_linux.pri \
		../config.pri \
		../buildspecs/install_linux.pri \
		../buildspecs/install.pri \
		../libs/aggregation.pri \
		../libs/extensionsystem_dependencies.pri \
		../libs/extensionsystem.pri \
		../libs/translationutils.pri \
		../libs/utils_dependencies.pri \
		../libs/utils.pri \
		../libs/rpath.pri \
		../doc/manual-di.pri \
		/usr/share/qt4/mkspecs/features/release.prf \
		/usr/share/qt4/mkspecs/features/default_post.prf \
		/usr/share/qt4/mkspecs/features/unix/x11.prf \
		/usr/share/qt4/mkspecs/features/unix/x11inc.prf \
		/usr/share/qt4/mkspecs/features/unix/x11lib.prf \
		/usr/share/qt4/mkspecs/features/unix/thread.prf \
		/usr/share/qt4/mkspecs/features/warn_on.prf \
		/usr/share/qt4/mkspecs/features/qt.prf \
		/usr/share/qt4/mkspecs/features/moc.prf \
		/usr/share/qt4/mkspecs/features/resources.prf \
		/usr/share/qt4/mkspecs/features/uic.prf \
		/usr/share/qt4/mkspecs/features/yacc.prf \
		/usr/share/qt4/mkspecs/features/lex.prf \
		/usr/lib/libQtSvg.prl \
		/usr/lib/libQtSql.prl \
		/usr/lib/libQtXml.prl \
		/usr/lib/libQtGui.prl \
		/usr/lib/libQtNetwork.prl \
		/usr/lib/libQtCore.prl
	$(QMAKE) -unix -config release CONFIG+=LINUX_INTEGRATED INSTALL_ROOT_PATH=/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr/ -o Makefile freediams.pro
/usr/share/qt4/mkspecs/common/g++.conf:
/usr/share/qt4/mkspecs/common/unix.conf:
/usr/share/qt4/mkspecs/common/linux.conf:
/usr/share/qt4/mkspecs/qconfig.pri:
/usr/share/qt4/mkspecs/features/qt_functions.prf:
/usr/share/qt4/mkspecs/features/qt_config.prf:
/usr/share/qt4/mkspecs/features/exclusive_builds.prf:
/usr/share/qt4/mkspecs/features/default_pre.prf:
../buildspecs/config_paths.pri:
../buildspecs/config_linux.pri:
../config.pri:
../buildspecs/install_linux.pri:
../buildspecs/install.pri:
../libs/aggregation.pri:
../libs/extensionsystem_dependencies.pri:
../libs/extensionsystem.pri:
../libs/translationutils.pri:
../libs/utils_dependencies.pri:
../libs/utils.pri:
../libs/rpath.pri:
../doc/manual-di.pri:
/usr/share/qt4/mkspecs/features/release.prf:
/usr/share/qt4/mkspecs/features/default_post.prf:
/usr/share/qt4/mkspecs/features/unix/x11.prf:
/usr/share/qt4/mkspecs/features/unix/x11inc.prf:
/usr/share/qt4/mkspecs/features/unix/x11lib.prf:
/usr/share/qt4/mkspecs/features/unix/thread.prf:
/usr/share/qt4/mkspecs/features/warn_on.prf:
/usr/share/qt4/mkspecs/features/qt.prf:
/usr/share/qt4/mkspecs/features/moc.prf:
/usr/share/qt4/mkspecs/features/resources.prf:
/usr/share/qt4/mkspecs/features/uic.prf:
/usr/share/qt4/mkspecs/features/yacc.prf:
/usr/share/qt4/mkspecs/features/lex.prf:
/usr/lib/libQtSvg.prl:
/usr/lib/libQtSql.prl:
/usr/lib/libQtXml.prl:
/usr/lib/libQtGui.prl:
/usr/lib/libQtNetwork.prl:
/usr/lib/libQtCore.prl:
qmake:  FORCE
	@$(QMAKE) -unix -config release CONFIG+=LINUX_INTEGRATED INSTALL_ROOT_PATH=/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr/ -o Makefile freediams.pro

dist: 
	@$(CHK_DIR_EXISTS) ../build/freediams/.obj/unix/freediams1.0.0 || $(MKDIR) ../build/freediams/.obj/unix/freediams1.0.0 
	$(COPY_FILE) --parents $(SOURCES) $(DIST) ../build/freediams/.obj/unix/freediams1.0.0/ && $(COPY_FILE) --parents main.cpp ../build/freediams/.obj/unix/freediams1.0.0/ && (cd `dirname ../build/freediams/.obj/unix/freediams1.0.0` && $(TAR) freediams1.0.0.tar freediams1.0.0 && $(COMPRESS) freediams1.0.0.tar) && $(MOVE) `dirname ../build/freediams/.obj/unix/freediams1.0.0`/freediams1.0.0.tar.gz . && $(DEL_FILE) -r ../build/freediams/.obj/unix/freediams1.0.0


clean:compiler_clean 
	-$(DEL_FILE) $(OBJECTS)
	-$(DEL_FILE) *~ core *.core


####### Sub-libraries

distclean: clean
	-$(DEL_FILE) $(TARGET) 
	-$(DEL_FILE) Makefile


en_html_docs:
	/usr/bin/doxygen /home/eric/Bureau/pack/freediams-0.4.2/doc/usermanual/freediams/Doxyfile_en

fr_html_docs:
	/usr/bin/doxygen /home/eric/Bureau/pack/freediams-0.4.2/doc/usermanual/freediams/Doxyfile_fr

mocclean: compiler_moc_header_clean compiler_moc_source_clean

mocables: compiler_moc_header_make_all compiler_moc_source_make_all

compiler_moc_header_make_all:
compiler_moc_header_clean:
compiler_rcc_make_all:
compiler_rcc_clean:
compiler_image_collection_make_all: qmake_image_collection.cpp
compiler_image_collection_clean:
	-$(DEL_FILE) qmake_image_collection.cpp
compiler_moc_source_make_all:
compiler_moc_source_clean:
compiler_uic_make_all:
compiler_uic_clean:
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

../build/freediams/.obj/unix/main.o: main.cpp ../libs/extensionsystem/pluginmanager.h \
		../libs/extensionsystem/extensionsystem_global.h \
		../libs/aggregation/aggregate.h \
		../libs/aggregation/aggregation_global.h \
		../libs/extensionsystem/pluginspec.h \
		../libs/extensionsystem/iplugin.h \
		../libs/utils/log.h \
		../libs/utils/global_exporter.h \
		../libs/utils/database.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../build/freediams/.obj/unix/main.o main.cpp

####### Install

install_target: first FORCE
	@$(CHK_DIR_EXISTS) $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//bin/ || $(MKDIR) $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//bin/ 
	-$(INSTALL_PROGRAM) "../bin/$(QMAKE_TARGET)" "$(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr/bin/$(QMAKE_TARGET)"

uninstall_target:  FORCE
	-$(DEL_FILE) "$(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr/bin/$(QMAKE_TARGET)"
	-$(DEL_DIR) $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//bin/ 


install_applibs: first FORCE
	@$(CHK_DIR_EXISTS) $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//lib/freediams/ || $(MKDIR) $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//lib/freediams/ 
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/bin/plugins/*so*.1 $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//lib/freediams/


uninstall_applibs:  FORCE
	-$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//lib/freediams/*so*.1
	-$(DEL_DIR) $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//lib/freediams/ 


install_plugs: first FORCE
	@$(CHK_DIR_EXISTS) $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//lib/freediams/ || $(MKDIR) $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//lib/freediams/ 
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/bin/plugins/*.so* $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//lib/freediams/


uninstall_plugs:  FORCE
	-$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//lib/freediams/*.so*
	-$(DEL_DIR) $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//lib/freediams/ 


install_plugs_specs: first FORCE
	@$(CHK_DIR_EXISTS) $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//lib/freediams/ || $(MKDIR) $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//lib/freediams/ 
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/bin/plugins/*.pluginspec $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//lib/freediams/


uninstall_plugs_specs:  FORCE
	-$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//lib/freediams/*.pluginspec
	-$(DEL_DIR) $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//lib/freediams/ 


install_i18n: first FORCE
	@$(CHK_DIR_EXISTS) $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/translations/ || $(MKDIR) $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/translations/ 
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/translations/drugsbaseplugin_fr.qm $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/translations/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/translations/fdcoreplugin_de.qm $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/translations/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/translations/fdcoreplugin_fr.qm $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/translations/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/translations/fdmainwindowplugin_de.qm $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/translations/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/translations/fdmainwindowplugin_fr.qm $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/translations/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/translations/fmf_de.qm $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/translations/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/translations/fmf_en.qm $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/translations/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/translations/fmf_fr.qm $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/translations/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/translations/medintuxtoolkit_de.qm $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/translations/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/translations/medintuxtoolkit_fr.qm $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/translations/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/translations/mfDrugsWidget_de.qm $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/translations/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/translations/mfDrugsWidget_fr.qm $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/translations/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/translations/printerplugin_de.qm $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/translations/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/translations/printerplugin_fr.qm $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/translations/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/translations/qt_de.qm $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/translations/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/translations/qt_fr.qm $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/translations/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/translations/saverestoreplugin_fr.qm $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/translations/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/translations/templatesplugin_fr.qm $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/translations/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/translations/texteditorplugin_de.qm $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/translations/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/translations/texteditorplugin_fr.qm $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/translations/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/translations/toolkit_de.qm $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/translations/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/translations/toolkit_fr.qm $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/translations/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/translations/translationutils_de.qm $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/translations/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/translations/translationutils_es.qm $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/translations/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/translations/translationutils_fr.qm $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/translations/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/translations/usertoolkit_de.qm $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/translations/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/translations/usertoolkit_fr.qm $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/translations/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/translations/utils_de.qm $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/translations/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/translations/utils_fr.qm $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/translations/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/translations/xmlio_de.qm $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/translations/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/translations/xmlio_fr.qm $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/translations/


uninstall_i18n:  FORCE
	-$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/translations/drugsbaseplugin_fr.qm 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/translations/fdcoreplugin_de.qm 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/translations/fdcoreplugin_fr.qm 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/translations/fdmainwindowplugin_de.qm 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/translations/fdmainwindowplugin_fr.qm 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/translations/fmf_de.qm 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/translations/fmf_en.qm 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/translations/fmf_fr.qm 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/translations/medintuxtoolkit_de.qm 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/translations/medintuxtoolkit_fr.qm 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/translations/mfDrugsWidget_de.qm 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/translations/mfDrugsWidget_fr.qm 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/translations/printerplugin_de.qm 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/translations/printerplugin_fr.qm 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/translations/qt_de.qm 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/translations/qt_fr.qm 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/translations/saverestoreplugin_fr.qm 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/translations/templatesplugin_fr.qm 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/translations/texteditorplugin_de.qm 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/translations/texteditorplugin_fr.qm 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/translations/toolkit_de.qm 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/translations/toolkit_fr.qm 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/translations/translationutils_de.qm 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/translations/translationutils_es.qm 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/translations/translationutils_fr.qm 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/translations/usertoolkit_de.qm 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/translations/usertoolkit_fr.qm 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/translations/utils_de.qm 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/translations/utils_fr.qm 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/translations/xmlio_de.qm 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/translations/xmlio_fr.qm
	-$(DEL_DIR) $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/translations/ 


install_drugsdb: first FORCE
	@$(CHK_DIR_EXISTS) $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/databases/drugs/ || $(MKDIR) $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/databases/drugs/ 
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/databases/drugs/drugs-en_CA.db $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/databases/drugs/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/databases/drugs/drugs-en_US.db $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/databases/drugs/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/databases/drugs/drugs-fr_FR.db $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/databases/drugs/


uninstall_drugsdb:  FORCE
	-$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/databases/drugs/drugs-en_CA.db 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/databases/drugs/drugs-en_US.db 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/databases/drugs/drugs-fr_FR.db
	-$(DEL_DIR) $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/databases/drugs/ 


install_iamdb: first FORCE
	@$(CHK_DIR_EXISTS) $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/databases/drugs/ || $(MKDIR) $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/databases/drugs/ 
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/databases/drugs/iam.db $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/databases/drugs/


uninstall_iamdb:  FORCE
	-$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/databases/drugs/iam.db
	-$(DEL_DIR) $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/databases/drugs/ 


install_usersdb: first FORCE
	@$(CHK_DIR_EXISTS) $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/databases/users/ || $(MKDIR) $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/databases/users/ 
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/databases/users/readme.txt $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/databases/users/


uninstall_usersdb:  FORCE
	-$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/databases/users/readme.txt
	-$(DEL_DIR) $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/databases/users/ 


install_screens: first FORCE
	@$(CHK_DIR_EXISTS) $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/splashscreens/ || $(MKDIR) $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/splashscreens/ 
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/splashscreens/freediams.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/splashscreens/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/splashscreens/freediams2-birthday.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/splashscreens/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/splashscreens/freediams2-christmas.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/splashscreens/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/splashscreens/freediams2-halloween.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/splashscreens/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/splashscreens/freediams2.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/splashscreens/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/splashscreens/freemedforms.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/splashscreens/


uninstall_screens:  FORCE
	-$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/splashscreens/freediams.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/splashscreens/freediams2-birthday.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/splashscreens/freediams2-christmas.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/splashscreens/freediams2-halloween.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/splashscreens/freediams2.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/splashscreens/freemedforms.png
	-$(DEL_DIR) $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/splashscreens/ 


install_pix16: first FORCE
	@$(CHK_DIR_EXISTS) $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/ || $(MKDIR) $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/ 
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/16x16/1downarrow.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/16x16/1uparrow.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/16x16/add.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/16x16/addbuttondark.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/16x16/addbuttonlight.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/16x16/black_dci.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/16x16/black_molecules.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/16x16/black_pill.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/16x16/black_search.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/16x16/black_unknown.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/16x16/closebuttondark.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/16x16/closebuttonlight.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/16x16/configure.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/16x16/critical.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/16x16/date.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/16x16/deconseille.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/16x16/drugselector.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/16x16/edit-select-all.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/16x16/edit.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/16x16/editclear.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/16x16/editcopy.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/16x16/editcut.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/16x16/editpaste.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/16x16/exit.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/16x16/eyes.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/16x16/female.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/16x16/fileclose.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/16x16/filenew.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/16x16/fileopen.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/16x16/fileprint.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/16x16/fileprintpreview.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/16x16/filesave.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/16x16/filesaveas.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/16x16/find.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/16x16/font-bigger.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/16x16/font-smaller.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/16x16/format-fonts.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/16x16/format-justify-center.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/16x16/format-justify-fill.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/16x16/format-justify-left.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/16x16/format-justify-right.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/16x16/format-text-bold.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/16x16/format-text-italic.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/16x16/format-text-strikethrough.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/16x16/format-text-underline.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/16x16/freediams.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/16x16/glassware.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/16x16/gohome.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/16x16/help.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/16x16/helptext.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/16x16/identity.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/16x16/info.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/16x16/knetattach.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/16x16/knetworkconf.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/16x16/lock.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/16x16/male.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/16x16/medintux.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/16x16/molecule.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/16x16/next.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/16x16/ok.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/16x16/pencil.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/16x16/personal.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/16x16/pill.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/16x16/pill_hidden.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/16x16/previous.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/16x16/redo.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/16x16/remove.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/16x16/search.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/16x16/sort.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/16x16/system-software-update.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/16x16/table-add-col.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/16x16/table-add-row.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/16x16/table-merge-cells.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/16x16/table-properties.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/16x16/table-remove-col.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/16x16/table-remove-row.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/16x16/table-split-cells.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/16x16/table.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/16x16/templates.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/16x16/text_bold.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/16x16/text_italic.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/16x16/text_strike.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/16x16/text_under.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/16x16/undo.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/16x16/unlock.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/16x16/updateavailable.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/16x16/user.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/16x16/usermanager.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/16x16/validatebuttondark.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/16x16/validatebuttonlight.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/16x16/view-fullscreen.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/16x16/view_sidetree.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/16x16/warning.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/


uninstall_pix16:  FORCE
	-$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/1downarrow.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/1uparrow.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/add.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/addbuttondark.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/addbuttonlight.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/black_dci.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/black_molecules.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/black_pill.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/black_search.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/black_unknown.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/closebuttondark.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/closebuttonlight.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/configure.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/critical.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/date.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/deconseille.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/drugselector.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/edit-select-all.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/edit.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/editclear.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/editcopy.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/editcut.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/editpaste.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/exit.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/eyes.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/female.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/fileclose.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/filenew.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/fileopen.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/fileprint.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/fileprintpreview.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/filesave.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/filesaveas.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/find.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/font-bigger.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/font-smaller.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/format-fonts.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/format-justify-center.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/format-justify-fill.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/format-justify-left.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/format-justify-right.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/format-text-bold.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/format-text-italic.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/format-text-strikethrough.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/format-text-underline.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/freediams.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/glassware.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/gohome.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/help.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/helptext.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/identity.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/info.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/knetattach.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/knetworkconf.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/lock.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/male.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/medintux.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/molecule.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/next.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/ok.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/pencil.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/personal.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/pill.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/pill_hidden.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/previous.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/redo.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/remove.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/search.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/sort.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/system-software-update.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/table-add-col.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/table-add-row.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/table-merge-cells.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/table-properties.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/table-remove-col.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/table-remove-row.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/table-split-cells.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/table.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/templates.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/text_bold.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/text_italic.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/text_strike.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/text_under.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/undo.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/unlock.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/updateavailable.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/user.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/usermanager.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/validatebuttondark.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/validatebuttonlight.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/view-fullscreen.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/view_sidetree.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/warning.png
	-$(DEL_DIR) $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/16x16/ 


install_pix32: first FORCE
	@$(CHK_DIR_EXISTS) $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/32x32/ || $(MKDIR) $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/32x32/ 
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/32x32/adduser.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/32x32/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/32x32/deleteuser.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/32x32/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/32x32/drugs_prescribe.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/32x32/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/32x32/drugs_protocol.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/32x32/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/32x32/editclear.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/32x32/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/32x32/edituser.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/32x32/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/32x32/exit.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/32x32/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/32x32/female.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/32x32/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/32x32/filesave.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/32x32/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/32x32/male.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/32x32/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/32x32/messagebox_critical.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/32x32/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/32x32/messagebox_info.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/32x32/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/32x32/messagebox_warning.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/32x32/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/32x32/patientfiles.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/32x32/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/32x32/personal.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/32x32/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/32x32/user.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/32x32/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/32x32/usermanager.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/32x32/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/32x32/warning.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/32x32/


uninstall_pix32:  FORCE
	-$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/32x32/adduser.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/32x32/deleteuser.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/32x32/drugs_prescribe.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/32x32/drugs_protocol.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/32x32/editclear.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/32x32/edituser.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/32x32/exit.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/32x32/female.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/32x32/filesave.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/32x32/male.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/32x32/messagebox_critical.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/32x32/messagebox_info.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/32x32/messagebox_warning.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/32x32/patientfiles.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/32x32/personal.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/32x32/user.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/32x32/usermanager.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/32x32/warning.png
	-$(DEL_DIR) $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/32x32/ 


install_pix64: first FORCE
	@$(CHK_DIR_EXISTS) $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/64x64/ || $(MKDIR) $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/64x64/ 
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/64x64/patientfiles.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/64x64/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/64x64/patientsearch.png $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/64x64/


uninstall_pix64:  FORCE
	-$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/64x64/patientfiles.png 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/64x64/patientsearch.png
	-$(DEL_DIR) $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/pixmap/64x64/ 


install_desk: first FORCE
	@$(CHK_DIR_EXISTS) $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/applications/ || $(MKDIR) $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/applications/ 
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/textfiles/freediams.desktop $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/applications/


uninstall_desk:  FORCE
	-$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/applications/freediams.desktop
	-$(DEL_DIR) $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/applications/ 


install_desk_icon: first FORCE
	@$(CHK_DIR_EXISTS) $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/pixmaps/ || $(MKDIR) $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/pixmaps/ 
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/pixmap/svg/freediams.svg $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/pixmaps/


uninstall_desk_icon:  FORCE
	-$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/pixmaps/freediams.svg
	-$(DEL_DIR) $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/pixmaps/ 


install_tf: first FORCE
	@$(CHK_DIR_EXISTS) $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/textfiles/ || $(MKDIR) $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/textfiles/ 
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/textfiles/boys_surnames.csv $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/textfiles/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/textfiles/COPYING.txt $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/textfiles/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/textfiles/dataintest.xml $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/textfiles/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/textfiles/default_user_footer.htm $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/textfiles/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/textfiles/default_user_header.htm $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/textfiles/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/textfiles/freeaccount-testing-database.sql $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/textfiles/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/textfiles/freeaccount.desktop $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/textfiles/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/textfiles/freeaccount_win32_icon.rc $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/textfiles/
	-$(INSTALL_PROGRAM) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/textfiles/freediams-linux.sh $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/textfiles/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/textfiles/freediams.desktop $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/textfiles/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/textfiles/freediams_win32_icon.rc $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/textfiles/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/textfiles/FreeMedForm_Ui.svg $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/textfiles/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/textfiles/freemedforms-todo.txt $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/textfiles/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/textfiles/FreeMedForms.desktop $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/textfiles/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/textfiles/girls_surnames.csv $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/textfiles/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/textfiles/listemotsfr.txt $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/textfiles/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/textfiles/README.txt $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/textfiles/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/textfiles/surnames.txt $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/textfiles/
	-$(INSTALL_DIR) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/textfiles/UsbBinaryWrappers $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/textfiles/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/textfiles/zipcodes.csv $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/textfiles/
	-$(INSTALL_FILE) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/textfiles/zipcodes.html $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/textfiles/


uninstall_tf:  FORCE
	-$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/textfiles/boys_surnames.csv 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/textfiles/COPYING.txt 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/textfiles/dataintest.xml 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/textfiles/default_user_footer.htm 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/textfiles/default_user_header.htm 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/textfiles/freeaccount-testing-database.sql 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/textfiles/freeaccount.desktop 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/textfiles/freeaccount_win32_icon.rc 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/textfiles/freediams-linux.sh 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/textfiles/freediams.desktop 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/textfiles/freediams_win32_icon.rc 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/textfiles/FreeMedForm_Ui.svg 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/textfiles/freemedforms-todo.txt 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/textfiles/FreeMedForms.desktop 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/textfiles/girls_surnames.csv 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/textfiles/listemotsfr.txt 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/textfiles/README.txt 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/textfiles/surnames.txt 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/textfiles/UsbBinaryWrappers 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/textfiles/zipcodes.csv 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/textfiles/zipcodes.html
	-$(DEL_DIR) $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/textfiles/ 


install_docs: first FORCE
	@$(CHK_DIR_EXISTS) $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/doc/freediams/ || $(MKDIR) $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/doc/freediams/ 
	-$(INSTALL_DIR) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/doc/freediams/en $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/doc/freediams/
	-$(INSTALL_DIR) /home/eric/Bureau/pack/freediams-0.4.2/global_resources/doc/freediams/fr $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/doc/freediams/


uninstall_docs:  FORCE
	-$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/doc/freediams/en 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/doc/freediams/fr
	-$(DEL_DIR) $(INSTALL_ROOT)/home/eric/Bureau/pack/freediams-0.4.2/debian/freediams/usr//share/freediams/doc/freediams/ 


install:  install_target install_applibs install_plugs install_plugs_specs install_i18n install_drugsdb install_iamdb install_usersdb install_screens install_pix16 install_pix32 install_pix64 install_desk install_desk_icon install_tf install_docs  FORCE

uninstall: uninstall_target uninstall_applibs uninstall_plugs uninstall_plugs_specs uninstall_i18n uninstall_drugsdb uninstall_iamdb uninstall_usersdb uninstall_screens uninstall_pix16 uninstall_pix32 uninstall_pix64 uninstall_desk uninstall_desk_icon uninstall_tf uninstall_docs   FORCE

FORCE:

