#############################################################################
# Makefile for building ./../export/RefDstDecoder
# Generated by tmake at 12:38, 2004/03/15
#     Project: DSTDec
#    Template: app
#############################################################################

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

CC  =  gcc
CXX  =  g++
CFLAGS  =  -pipe -ansi -Wall -W -g
CXXFLAGS=  -pipe -ansi -Wall -W -g
INCPATH  =  
LINK  =  g++
LFLAGS  =  
LIBS  =  $(SUBLIBS) 
LIB_DEPS = 


MOC  =  $(QTDIR)/bin/moc
UIC  =  $(QTDIR)/bin/uic

TAR  =  tar -cf
GZIP  =  gzip -9f

####### Files

HEADERS =  ./ccp_calc.h \
		./conststr.h \
		./dst_ac.h \
		./DSTData.h \
		./DSTDecoder.h \
		./dst_fram.h \
		./dst_init.h \
		./fio_dsd.h \
		./fio_dst.h \
		./types.h \
		./UnpackDST.h
SOURCES =  ./ccp_calc.c \
		./dst_ac.c \
		./DSTData.c \
		./DSTDecMain.c \
		./DSTDecoder.c \
		./dst_fram.c \
		./dst_init.c \
		./fio_dsd.c \
		./fio_dst.c \
		./UnpackDST.c
OBJECTS =  ./ccp_calc.o \
		./dst_ac.o \
		./DSTData.o \
		./DSTDecMain.o \
		./DSTDecoder.o \
		./dst_fram.o \
		./dst_init.o \
		./fio_dsd.o \
		./fio_dst.o \
		./UnpackDST.o
INTERFACES =  
UICDECLS =  
UICIMPLS =  
SRCMOC  =  
OBJMOC  =  
DIST  =  
TARGET  =  ./../export/RefDstDecoder
INTERFACE_DECL_PATH = .

####### Implicit rules

.SUFFIXES: .cpp .cxx .cc .C .c

.cpp.o:
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<

.cxx.o:
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<

.cc.o:
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<

.C.o:
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<

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

####### Build rules


all: $(TARGET)

$(TARGET): $(UICDECLS) $(OBJECTS) $(OBJMOC)  $(LIB_DEPS) 
	$(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(OBJMOC) $(LIBS)

moc: $(SRCMOC)

tmake: Makefile

Makefile: DSTDec.pro
	tmake DSTDec.pro -o Makefile

dist:
	$(TAR) DSTDec.tar DSTDec.pro $(SOURCES) $(HEADERS) $(INTERFACES) $(DIST)
	$(GZIP) DSTDec.tar

clean:
	-rm -f $(OBJECTS) $(OBJMOC) $(SRCMOC) $(UICIMPLS) $(UICDECLS) $(TARGET)
	-rm -f *~ core

####### Sub-libraries


###### Combined headers


####### Compile

./ccp_calc.o: ./ccp_calc.c \
		ccp_calc.h \
		types.h \
		conststr.h

./dst_ac.o: ./dst_ac.c \
		dst_ac.h \
		conststr.h \
		types.h

./DSTData.o: ./DSTData.c \
		types.h \
		conststr.h \
		DSTData.h

./DSTDecMain.o: ./DSTDecMain.c \
		fio_dst.h \
		types.h \
		conststr.h \
		fio_dsd.h \
		dst_init.h

./DSTDecoder.o: ./DSTDecoder.c \
		dst_fram.h \
		types.h \
		conststr.h \
		dst_init.h \
		DSTDecoder.h \
		UnpackDST.h \
		DSTData.h

./dst_fram.o: ./dst_fram.c \
		dst_ac.h \
		types.h \
		conststr.h \
		dst_fram.h \
		UnpackDST.h \
		DSTData.h

./dst_init.o: ./dst_init.c \
		dst_init.h \
		types.h \
		conststr.h \
		ccp_calc.h \
		fio_dsd.h \
		fio_dst.h

./fio_dsd.o: ./fio_dsd.c \
		conststr.h \
		fio_dsd.h \
		types.h

./fio_dst.o: ./fio_dst.c \
		fio_dst.h \
		types.h \
		conststr.h \
		dst_ac.h

./UnpackDST.o: ./UnpackDST.c \
		UnpackDST.h \
		DSTData.h

