1if USE_INTLDIR
2AM_CPPFLAGS = -I../intl -DLOCALEDIR=\"$(localedir)\"
3else
4AM_CPPFLAGS = -DLOCALEDIR=\"$(localedir)\"
5endif
6bin_PROGRAMS = steghide
7noinst_HEADERS = \
8AUtils.h Arg.h Arguments.h AssertionFailed.h AuData.h AuFile.h \
9AuSampleValues.h AudioData.h AudioSampleValue.h DFSAPHeuristic.h BFSAPHeuristic.h \
10BinaryIO.h BitString.h BmpFile.h BmpPaletteSampleValue.h BmpRGBSampleValue.h \
11BmpSampleValue.h ColorPalette.h WKSConstructionHeuristic.h CvrStgFile.h \
12CvrStgObject.h Edge.h EdgeIterator.h DMDConstructionHeuristic.h \
13EmbData.h Embedder.h EncryptionAlgorithm.h EncryptionMode.h Extractor.h \
14Globals.h Graph.h JpegFile.h JpegSampleValue.h MCryptPP.h MHashKeyGen.h \
15MHashPP.h Matching.h MatchingAlgorithm.h ProgressOutput.h PseudoRandomSource.h \
16RGBTriple.h RandomSource.h SampleOccurence.h SampleValue.h \
17SampleValueAdjacencyList.h Selector.h Session.h SteghideError.h Terminal.h \
18Utils.h Vertex.h WavChunk.h WavChunkHeader.h WavChunkUnused.h WavFile.h \
19WavFormatChunk.h WavPCMSampleValue.h common.h error.h msg.h wrapper_hash_map.h \
20wrapper_hash_set.h SMDConstructionHeuristic.h gettext.h
21steghide_SOURCES = \
22Arg.cc Arguments.cc AssertionFailed.cc AuFile.cc AuSampleValues.cc \
23DFSAPHeuristic.cc BFSAPHeuristic.cc BinaryIO.cc BitString.cc BmpFile.cc \
24BmpPaletteSampleValue.cc BmpRGBSampleValue.cc BmpSampleValue.cc \
25WKSConstructionHeuristic.cc DMDConstructionHeuristic.cc CvrStgFile.cc \
26Edge.cc EdgeIterator.cc EmbData.cc Embedder.cc \
27EncryptionAlgorithm.cc EncryptionMode.cc Extractor.cc Graph.cc JpegFile.cc \
28JpegSampleValue.cc MCryptPP.cc MHashKeyGen.cc MHashPP.cc Matching.cc \
29MatchingAlgorithm.cc ProgressOutput.cc PseudoRandomSource.cc RGBTriple.cc \
30RandomSource.cc SampleValue.cc SampleValueAdjacencyList.cc Selector.cc \
31Session.cc SteghideError.cc Terminal.cc Utils.cc Vertex.cc WavChunk.cc \
32WavChunkHeader.cc WavChunkUnused.cc WavFile.cc WavFormatChunk.cc \
33WavPCMSampleValue.cc error.cc main.cc msg.cc SMDConstructionHeuristic.cc
34LIBS = @LIBINTL@ @LIBS@
35localedir = $(datadir)/locale
36LIBTOOL = $(SHELL) libtool
37MAINTAINERCLEANFILES = Makefile.in
38