############################################################################# # Makefile for building: libexif.a # Generated by qmake (2.01a) (Qt 4.4.3) on: Thu Feb 26 18:58:44 2009 # Project: libexif.pro # Template: lib # Command: /usr/bin/qmake -unix -o Makefile libexif.pro ############################################################################# ####### Compiler, tools and options CC = gcc CXX = g++ DEFINES = -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED CFLAGS = -pipe -O2 -fPIC -Wall -W -D_REENTRANT $(DEFINES) CXXFLAGS = -pipe -O2 -fPIC -Wall -W -D_REENTRANT $(DEFINES) INCPATH = -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I. AR = ar cqs RANLIB = QMAKE = /usr/bin/qmake TAR = tar -cf COMPRESS = gzip -9f COPY = cp -f SED = sed COPY_FILE = $(COPY) COPY_DIR = $(COPY) -r INSTALL_FILE = install -m 644 -p 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 = ./ ####### Files SOURCES = libexif/exif-utils.c \ libexif/exif-byte-order.c \ libexif/exif-content.c \ libexif/exif-data.c \ libexif/exif-entry.c \ libexif/exif-format.c \ libexif/exif-ifd.c \ libexif/exif-loader.c \ libexif/exif-log.c \ libexif/exif-mem.c \ libexif/exif-mnote-data.c \ libexif/exif-tag.c \ libexif/canon/mnote-canon-tag.c \ libexif/canon/exif-mnote-data-canon.c \ libexif/canon/mnote-canon-entry.c \ libexif/fuji/mnote-fuji-tag.c \ libexif/fuji/exif-mnote-data-fuji.c \ libexif/fuji/mnote-fuji-entry.c \ libexif/olympus/mnote-olympus-tag.c \ libexif/olympus/exif-mnote-data-olympus.c \ libexif/olympus/mnote-olympus-entry.c \ libexif/pentax/mnote-pentax-tag.c \ libexif/pentax/exif-mnote-data-pentax.c \ libexif/pentax/mnote-pentax-entry.c OBJECTS = exif-utils.o \ exif-byte-order.o \ exif-content.o \ exif-data.o \ exif-entry.o \ exif-format.o \ exif-ifd.o \ exif-loader.o \ exif-log.o \ exif-mem.o \ exif-mnote-data.o \ exif-tag.o \ mnote-canon-tag.o \ exif-mnote-data-canon.o \ mnote-canon-entry.o \ mnote-fuji-tag.o \ exif-mnote-data-fuji.o \ mnote-fuji-entry.o \ mnote-olympus-tag.o \ exif-mnote-data-olympus.o \ mnote-olympus-entry.o \ mnote-pentax-tag.o \ exif-mnote-data-pentax.o \ mnote-pentax-entry.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 \ /usr/share/qt4/mkspecs/features/release.prf \ /usr/share/qt4/mkspecs/features/default_post.prf \ /usr/share/qt4/mkspecs/features/static.prf \ /usr/share/qt4/mkspecs/features/staticlib.prf \ /usr/share/qt4/mkspecs/features/warn_on.prf \ /usr/share/qt4/mkspecs/features/qt.prf \ /usr/share/qt4/mkspecs/features/unix/thread.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 \ libexif.pro QMAKE_TARGET = exif DESTDIR = TARGET = libexif.a 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) staticlib: $(TARGET) $(TARGET): $(OBJECTS) $(OBJCOMP) -$(DEL_FILE) $(TARGET) $(AR) $(TARGET) $(OBJECTS) Makefile: libexif.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 \ /usr/share/qt4/mkspecs/features/release.prf \ /usr/share/qt4/mkspecs/features/default_post.prf \ /usr/share/qt4/mkspecs/features/static.prf \ /usr/share/qt4/mkspecs/features/staticlib.prf \ /usr/share/qt4/mkspecs/features/warn_on.prf \ /usr/share/qt4/mkspecs/features/qt.prf \ /usr/share/qt4/mkspecs/features/unix/thread.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/libQtGui.prl \ /usr/lib/libQtCore.prl $(QMAKE) -unix -o Makefile libexif.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: /usr/share/qt4/mkspecs/features/release.prf: /usr/share/qt4/mkspecs/features/default_post.prf: /usr/share/qt4/mkspecs/features/static.prf: /usr/share/qt4/mkspecs/features/staticlib.prf: /usr/share/qt4/mkspecs/features/warn_on.prf: /usr/share/qt4/mkspecs/features/qt.prf: /usr/share/qt4/mkspecs/features/unix/thread.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/libQtGui.prl: /usr/lib/libQtCore.prl: qmake: FORCE @$(QMAKE) -unix -o Makefile libexif.pro dist: @$(CHK_DIR_EXISTS) .tmp/exif1.0.0 || $(MKDIR) .tmp/exif1.0.0 $(COPY_FILE) --parents $(SOURCES) $(DIST) .tmp/exif1.0.0/ && $(COPY_FILE) --parents libexif/i18n.h libexif/_stdint.h libexif/exif-byte-order.h libexif/exif-content.h libexif/exif-data.h libexif/exif-data-type.h libexif/exif-entry.h libexif/exif-format.h libexif/exif-ifd.h libexif/exif-loader.h libexif/exif-log.h libexif/exif-mem.h libexif/exif-mnote-data.h libexif/exif-mnote-data-priv.h libexif/exif-system.h libexif/exif-tag.h libexif/exif-utils.h libexif/canon/mnote-canon-tag.h libexif/canon/exif-mnote-data-canon.h libexif/canon/mnote-canon-entry.h libexif/fuji/mnote-fuji-tag.h libexif/fuji/exif-mnote-data-fuji.h libexif/fuji/mnote-fuji-entry.h libexif/olympus/mnote-olympus-tag.h libexif/olympus/exif-mnote-data-olympus.h libexif/olympus/mnote-olympus-entry.h libexif/pentax/mnote-pentax-tag.h libexif/pentax/exif-mnote-data-pentax.h libexif/pentax/mnote-pentax-entry.h .tmp/exif1.0.0/ && $(COPY_FILE) --parents libexif/exif-utils.c libexif/exif-byte-order.c libexif/exif-content.c libexif/exif-data.c libexif/exif-entry.c libexif/exif-format.c libexif/exif-ifd.c libexif/exif-loader.c libexif/exif-log.c libexif/exif-mem.c libexif/exif-mnote-data.c libexif/exif-tag.c libexif/canon/mnote-canon-tag.c libexif/canon/exif-mnote-data-canon.c libexif/canon/mnote-canon-entry.c libexif/fuji/mnote-fuji-tag.c libexif/fuji/exif-mnote-data-fuji.c libexif/fuji/mnote-fuji-entry.c libexif/olympus/mnote-olympus-tag.c libexif/olympus/exif-mnote-data-olympus.c libexif/olympus/mnote-olympus-entry.c libexif/pentax/mnote-pentax-tag.c libexif/pentax/exif-mnote-data-pentax.c libexif/pentax/mnote-pentax-entry.c .tmp/exif1.0.0/ && (cd `dirname .tmp/exif1.0.0` && $(TAR) exif1.0.0.tar exif1.0.0 && $(COMPRESS) exif1.0.0.tar) && $(MOVE) `dirname .tmp/exif1.0.0`/exif1.0.0.tar.gz . && $(DEL_FILE) -r .tmp/exif1.0.0 clean:compiler_clean -$(DEL_FILE) $(OBJECTS) -$(DEL_FILE) *~ core *.core ####### Sub-libraries distclean: clean -$(DEL_FILE) $(TARGET) -$(DEL_FILE) Makefile 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 exif-utils.o: libexif/exif-utils.c config.h \ libexif/exif-utils.h \ libexif/exif-byte-order.h \ libexif/exif-format.h \ libexif/_stdint.h $(CC) -c $(CFLAGS) $(INCPATH) -o exif-utils.o libexif/exif-utils.c exif-byte-order.o: libexif/exif-byte-order.c config.h \ libexif/exif-byte-order.h \ libexif/i18n.h $(CC) -c $(CFLAGS) $(INCPATH) -o exif-byte-order.o libexif/exif-byte-order.c exif-content.o: libexif/exif-content.c config.h \ libexif/exif-content.h \ libexif/exif-tag.h \ libexif/exif-ifd.h \ libexif/exif-data-type.h \ libexif/exif-entry.h \ libexif/exif-format.h \ libexif/exif-mem.h \ libexif/exif-utils.h \ libexif/exif-byte-order.h \ libexif/_stdint.h \ libexif/exif-data.h \ libexif/exif-log.h \ libexif/exif-mnote-data.h \ libexif/exif-system.h $(CC) -c $(CFLAGS) $(INCPATH) -o exif-content.o libexif/exif-content.c exif-data.o: libexif/exif-data.c config.h \ libexif/exif-mnote-data.h \ libexif/exif-log.h \ libexif/exif-mem.h \ libexif/exif-utils.h \ libexif/exif-byte-order.h \ libexif/exif-format.h \ libexif/_stdint.h \ libexif/exif-data.h \ libexif/exif-data-type.h \ libexif/exif-ifd.h \ libexif/exif-tag.h \ libexif/exif-content.h \ libexif/exif-entry.h \ libexif/exif-mnote-data-priv.h \ libexif/exif-loader.h \ libexif/i18n.h \ libexif/exif-system.h \ libexif/canon/exif-mnote-data-canon.h \ libexif/canon/mnote-canon-entry.h \ libexif/canon/mnote-canon-tag.h \ libexif/fuji/exif-mnote-data-fuji.h \ libexif/fuji/mnote-fuji-entry.h \ libexif/fuji/mnote-fuji-tag.h \ libexif/olympus/exif-mnote-data-olympus.h \ libexif/olympus/mnote-olympus-entry.h \ libexif/olympus/mnote-olympus-tag.h \ libexif/pentax/exif-mnote-data-pentax.h \ libexif/pentax/mnote-pentax-entry.h \ libexif/pentax/mnote-pentax-tag.h $(CC) -c $(CFLAGS) $(INCPATH) -o exif-data.o libexif/exif-data.c exif-entry.o: libexif/exif-entry.c config.h \ libexif/exif-entry.h \ libexif/exif-content.h \ libexif/exif-tag.h \ libexif/exif-ifd.h \ libexif/exif-data-type.h \ libexif/exif-data.h \ libexif/exif-byte-order.h \ libexif/exif-log.h \ libexif/exif-mem.h \ libexif/exif-utils.h \ libexif/exif-format.h \ libexif/_stdint.h \ libexif/exif-mnote-data.h \ libexif/i18n.h $(CC) -c $(CFLAGS) $(INCPATH) -o exif-entry.o libexif/exif-entry.c exif-format.o: libexif/exif-format.c config.h \ libexif/exif-format.h \ libexif/i18n.h $(CC) -c $(CFLAGS) $(INCPATH) -o exif-format.o libexif/exif-format.c exif-ifd.o: libexif/exif-ifd.c config.h \ libexif/exif-ifd.h $(CC) -c $(CFLAGS) $(INCPATH) -o exif-ifd.o libexif/exif-ifd.c exif-loader.o: libexif/exif-loader.c config.h \ libexif/exif-loader.h \ libexif/exif-data.h \ libexif/exif-byte-order.h \ libexif/exif-data-type.h \ libexif/exif-ifd.h \ libexif/exif-log.h \ libexif/exif-mem.h \ libexif/exif-utils.h \ libexif/exif-format.h \ libexif/_stdint.h \ libexif/exif-tag.h \ libexif/exif-content.h \ libexif/exif-entry.h \ libexif/exif-mnote-data.h \ libexif/i18n.h $(CC) -c $(CFLAGS) $(INCPATH) -o exif-loader.o libexif/exif-loader.c exif-log.o: libexif/exif-log.c config.h \ libexif/exif-log.h \ libexif/exif-mem.h \ libexif/exif-utils.h \ libexif/exif-byte-order.h \ libexif/exif-format.h \ libexif/_stdint.h \ libexif/i18n.h $(CC) -c $(CFLAGS) $(INCPATH) -o exif-log.o libexif/exif-log.c exif-mem.o: libexif/exif-mem.c libexif/exif-mem.h \ libexif/exif-utils.h \ libexif/exif-byte-order.h \ libexif/exif-format.h \ libexif/_stdint.h $(CC) -c $(CFLAGS) $(INCPATH) -o exif-mem.o libexif/exif-mem.c exif-mnote-data.o: libexif/exif-mnote-data.c config.h \ libexif/exif-mnote-data.h \ libexif/exif-log.h \ libexif/exif-mem.h \ libexif/exif-utils.h \ libexif/exif-byte-order.h \ libexif/exif-format.h \ libexif/_stdint.h \ libexif/exif-mnote-data-priv.h $(CC) -c $(CFLAGS) $(INCPATH) -o exif-mnote-data.o libexif/exif-mnote-data.c exif-tag.o: libexif/exif-tag.c config.h \ libexif/exif-tag.h \ libexif/exif-ifd.h \ libexif/exif-data-type.h \ libexif/i18n.h $(CC) -c $(CFLAGS) $(INCPATH) -o exif-tag.o libexif/exif-tag.c mnote-canon-tag.o: libexif/canon/mnote-canon-tag.c config.h \ libexif/canon/mnote-canon-tag.h \ libexif/exif-data.h \ libexif/exif-byte-order.h \ libexif/exif-data-type.h \ libexif/exif-ifd.h \ libexif/exif-log.h \ libexif/exif-mem.h \ libexif/exif-utils.h \ libexif/exif-format.h \ libexif/_stdint.h \ libexif/exif-tag.h \ libexif/exif-content.h \ libexif/exif-entry.h \ libexif/exif-mnote-data.h \ libexif/i18n.h $(CC) -c $(CFLAGS) $(INCPATH) -o mnote-canon-tag.o libexif/canon/mnote-canon-tag.c exif-mnote-data-canon.o: libexif/canon/exif-mnote-data-canon.c config.h \ libexif/canon/exif-mnote-data-canon.h \ libexif/exif-byte-order.h \ libexif/exif-mnote-data.h \ libexif/exif-log.h \ libexif/exif-mem.h \ libexif/exif-utils.h \ libexif/exif-format.h \ libexif/_stdint.h \ libexif/exif-mnote-data-priv.h \ libexif/exif-data.h \ libexif/exif-data-type.h \ libexif/exif-ifd.h \ libexif/exif-tag.h \ libexif/exif-content.h \ libexif/exif-entry.h \ libexif/canon/mnote-canon-entry.h \ libexif/canon/mnote-canon-tag.h $(CC) -c $(CFLAGS) $(INCPATH) -o exif-mnote-data-canon.o libexif/canon/exif-mnote-data-canon.c mnote-canon-entry.o: libexif/canon/mnote-canon-entry.c config.h \ libexif/canon/mnote-canon-entry.h \ libexif/exif-format.h \ libexif/exif-byte-order.h \ libexif/canon/mnote-canon-tag.h \ libexif/exif-data.h \ libexif/exif-data-type.h \ libexif/exif-ifd.h \ libexif/exif-log.h \ libexif/exif-mem.h \ libexif/exif-utils.h \ libexif/_stdint.h \ libexif/exif-tag.h \ libexif/exif-content.h \ libexif/exif-entry.h \ libexif/exif-mnote-data.h \ libexif/i18n.h $(CC) -c $(CFLAGS) $(INCPATH) -o mnote-canon-entry.o libexif/canon/mnote-canon-entry.c mnote-fuji-tag.o: libexif/fuji/mnote-fuji-tag.c config.h \ libexif/i18n.h \ libexif/fuji/mnote-fuji-tag.h \ libexif/exif-data.h \ libexif/exif-byte-order.h \ libexif/exif-data-type.h \ libexif/exif-ifd.h \ libexif/exif-log.h \ libexif/exif-mem.h \ libexif/exif-utils.h \ libexif/exif-format.h \ libexif/_stdint.h \ libexif/exif-tag.h \ libexif/exif-content.h \ libexif/exif-entry.h \ libexif/exif-mnote-data.h $(CC) -c $(CFLAGS) $(INCPATH) -o mnote-fuji-tag.o libexif/fuji/mnote-fuji-tag.c exif-mnote-data-fuji.o: libexif/fuji/exif-mnote-data-fuji.c config.h \ libexif/exif-byte-order.h \ libexif/exif-utils.h \ libexif/exif-format.h \ libexif/_stdint.h \ libexif/fuji/exif-mnote-data-fuji.h \ libexif/exif-mnote-data.h \ libexif/exif-log.h \ libexif/exif-mem.h \ libexif/exif-mnote-data-priv.h \ libexif/fuji/mnote-fuji-entry.h \ libexif/fuji/mnote-fuji-tag.h \ libexif/exif-data.h \ libexif/exif-data-type.h \ libexif/exif-ifd.h \ libexif/exif-tag.h \ libexif/exif-content.h \ libexif/exif-entry.h $(CC) -c $(CFLAGS) $(INCPATH) -o exif-mnote-data-fuji.o libexif/fuji/exif-mnote-data-fuji.c mnote-fuji-entry.o: libexif/fuji/mnote-fuji-entry.c config.h \ libexif/i18n.h \ libexif/fuji/mnote-fuji-entry.h \ libexif/exif-format.h \ libexif/fuji/mnote-fuji-tag.h \ libexif/exif-data.h \ libexif/exif-byte-order.h \ libexif/exif-data-type.h \ libexif/exif-ifd.h \ libexif/exif-log.h \ libexif/exif-mem.h \ libexif/exif-utils.h \ libexif/_stdint.h \ libexif/exif-tag.h \ libexif/exif-content.h \ libexif/exif-entry.h \ libexif/exif-mnote-data.h \ libexif/fuji/exif-mnote-data-fuji.h \ libexif/exif-mnote-data-priv.h $(CC) -c $(CFLAGS) $(INCPATH) -o mnote-fuji-entry.o libexif/fuji/mnote-fuji-entry.c mnote-olympus-tag.o: libexif/olympus/mnote-olympus-tag.c config.h \ libexif/olympus/mnote-olympus-tag.h \ libexif/i18n.h \ libexif/exif-utils.h \ libexif/exif-byte-order.h \ libexif/exif-format.h \ libexif/_stdint.h $(CC) -c $(CFLAGS) $(INCPATH) -o mnote-olympus-tag.o libexif/olympus/mnote-olympus-tag.c exif-mnote-data-olympus.o: libexif/olympus/exif-mnote-data-olympus.c config.h \ libexif/olympus/exif-mnote-data-olympus.h \ libexif/exif-mnote-data-priv.h \ libexif/exif-mnote-data.h \ libexif/exif-log.h \ libexif/exif-mem.h \ libexif/exif-utils.h \ libexif/exif-byte-order.h \ libexif/exif-format.h \ libexif/_stdint.h \ libexif/olympus/mnote-olympus-entry.h \ libexif/olympus/mnote-olympus-tag.h \ libexif/exif-data.h \ libexif/exif-data-type.h \ libexif/exif-ifd.h \ libexif/exif-tag.h \ libexif/exif-content.h \ libexif/exif-entry.h $(CC) -c $(CFLAGS) $(INCPATH) -o exif-mnote-data-olympus.o libexif/olympus/exif-mnote-data-olympus.c mnote-olympus-entry.o: libexif/olympus/mnote-olympus-entry.c config.h \ libexif/olympus/mnote-olympus-entry.h \ libexif/exif-format.h \ libexif/exif-byte-order.h \ libexif/olympus/mnote-olympus-tag.h \ libexif/exif-utils.h \ libexif/_stdint.h \ libexif/exif-entry.h \ libexif/exif-content.h \ libexif/exif-tag.h \ libexif/exif-ifd.h \ libexif/exif-data-type.h \ libexif/exif-data.h \ libexif/exif-log.h \ libexif/exif-mem.h \ libexif/exif-mnote-data.h \ libexif/i18n.h $(CC) -c $(CFLAGS) $(INCPATH) -o mnote-olympus-entry.o libexif/olympus/mnote-olympus-entry.c mnote-pentax-tag.o: libexif/pentax/mnote-pentax-tag.c config.h \ libexif/pentax/mnote-pentax-tag.h \ libexif/i18n.h $(CC) -c $(CFLAGS) $(INCPATH) -o mnote-pentax-tag.o libexif/pentax/mnote-pentax-tag.c exif-mnote-data-pentax.o: libexif/pentax/exif-mnote-data-pentax.c config.h \ libexif/pentax/exif-mnote-data-pentax.h \ libexif/exif-byte-order.h \ libexif/exif-mnote-data.h \ libexif/exif-log.h \ libexif/exif-mem.h \ libexif/exif-utils.h \ libexif/exif-format.h \ libexif/_stdint.h \ libexif/exif-mnote-data-priv.h \ libexif/pentax/mnote-pentax-entry.h \ libexif/pentax/mnote-pentax-tag.h $(CC) -c $(CFLAGS) $(INCPATH) -o exif-mnote-data-pentax.o libexif/pentax/exif-mnote-data-pentax.c mnote-pentax-entry.o: libexif/pentax/mnote-pentax-entry.c config.h \ libexif/pentax/mnote-pentax-entry.h \ libexif/exif-format.h \ libexif/exif-byte-order.h \ libexif/pentax/mnote-pentax-tag.h \ libexif/i18n.h \ libexif/exif-utils.h \ libexif/_stdint.h \ libexif/exif-entry.h \ libexif/exif-content.h \ libexif/exif-tag.h \ libexif/exif-ifd.h \ libexif/exif-data-type.h \ libexif/exif-data.h \ libexif/exif-log.h \ libexif/exif-mem.h \ libexif/exif-mnote-data.h $(CC) -c $(CFLAGS) $(INCPATH) -o mnote-pentax-entry.o libexif/pentax/mnote-pentax-entry.c ####### Install install: FORCE uninstall: FORCE FORCE: