libvips/win32/tmake/libsrc/histograms_lut/Makefile

148 lines
2.7 KiB
Makefile

#############################################################################
# Makefile for building histograms_lut
# Generated by tmake at 16:03, 2003/06/11
# Project: histograms_lut
# Template: lib
#############################################################################
####### Compiler, tools and options
CC = cl
CXX = cl
CFLAGS = -nologo -W3 -O1 -DHAVE_CONFIG_H -DNO_DEBUG
CXXFLAGS= -nologo -W3 -O1 -DHAVE_CONFIG_H -DNO_DEBUG
INCPATH = -I"..\.." -I"..\..\include" -I"$(QTDIR)\include"
LIB = lib /NOLOGO
MOC = moc
UIC = uic
ZIP = zip -r -9
####### Files
HEADERS = ..\..\config.h
SOURCES = hist_dispatch.c \
im_gammacorrect.c \
im_heq.c \
im_hist.c \
im_histeq.c \
im_histgr.c \
im_histplot.c \
im_histspec.c \
im_hsp.c \
im_identity.c \
im_invertlut.c \
im_lhisteq.c \
im_maplut.c \
im_stdif.c \
tone.c
OBJECTS = hist_dispatch.obj \
im_gammacorrect.obj \
im_heq.obj \
im_hist.obj \
im_histeq.obj \
im_histgr.obj \
im_histplot.obj \
im_histspec.obj \
im_hsp.obj \
im_identity.obj \
im_invertlut.obj \
im_lhisteq.obj \
im_maplut.obj \
im_stdif.obj \
tone.obj
INTERFACES =
UICDECLS =
UICIMPLS =
SRCMOC =
OBJMOC =
DIST =
TARGET = ..\..\Release\histograms_lut.lib
INTERFACE_DECL_PATH = .
####### Implicit rules
.SUFFIXES: .cpp .cxx .cc .c
.cpp.obj:
$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fo$@ $<
.cxx.obj:
$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fo$@ $<
.cc.obj:
$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fo$@ $<
.c.obj:
$(CC) -c $(CFLAGS) $(INCPATH) -Fo$@ $<
####### Build rules
all: $(TARGET)
$(TARGET): $(UICDECLS) $(OBJECTS) $(OBJMOC)
$(LIB) /OUT:$(TARGET) @<<
$(OBJECTS) $(OBJMOC)
<<
moc: $(SRCMOC)
tmake: Makefile
Makefile: histograms_lut.pro
tmake histograms_lut.pro -o Makefile
dist:
$(ZIP) histograms_lut.zip histograms_lut.pro $(SOURCES) $(HEADERS) $(DIST) $(INTERFACES)
clean:
-del hist_dispatch.obj
-del im_gammacorrect.obj
-del im_heq.obj
-del im_hist.obj
-del im_histeq.obj
-del im_histgr.obj
-del im_histplot.obj
-del im_histspec.obj
-del im_hsp.obj
-del im_identity.obj
-del im_invertlut.obj
-del im_lhisteq.obj
-del im_maplut.obj
-del im_stdif.obj
-del tone.obj
-del $(TARGET)
####### Compile
hist_dispatch.obj: hist_dispatch.c
im_gammacorrect.obj: im_gammacorrect.c
im_heq.obj: im_heq.c
im_hist.obj: im_hist.c
im_histeq.obj: im_histeq.c
im_histgr.obj: im_histgr.c
im_histplot.obj: im_histplot.c
im_histspec.obj: im_histspec.c
im_hsp.obj: im_hsp.c
im_identity.obj: im_identity.c
im_invertlut.obj: im_invertlut.c
im_lhisteq.obj: im_lhisteq.c
im_maplut.obj: im_maplut.c
im_stdif.obj: im_stdif.c
tone.obj: tone.c