Fixed typo. Was not getting any text after pRecord->GetRecordType() (which was proba...
[vss2svn.git] / ssphys / SSPhys / module.mk
blob34daec58c216fad8d4daaec5f4da680d1509ebbf
1 bin_PROGRAMS += ssphys
3 ssphys_SOURCES = \
4 $(top_srcdir)/SSPhys/Arguments.cpp \
5 $(top_srcdir)/SSPhys/Arguments.h \
6 $(top_srcdir)/SSPhys/Command.cpp \
7 $(top_srcdir)/SSPhys/Command.h \
8 $(top_srcdir)/SSPhys/CommandFactory.cpp \
9 $(top_srcdir)/SSPhys/CommandFactory.h \
10 $(top_srcdir)/SSPhys/CommandLine.cpp \
11 $(top_srcdir)/SSPhys/CommandLine.h \
12 $(top_srcdir)/SSPhys/FileTypeCommand.cpp \
13 $(top_srcdir)/SSPhys/FileTypeCommand.h \
14 $(top_srcdir)/SSPhys/Formatter.cpp \
15 $(top_srcdir)/SSPhys/Formatter.h \
16 $(top_srcdir)/SSPhys/GetCommand.cpp \
17 $(top_srcdir)/SSPhys/GetCommand.h \
18 $(top_srcdir)/SSPhys/GlobalOptions.cpp \
19 $(top_srcdir)/SSPhys/GlobalOptions.h \
20 $(top_srcdir)/SSPhys/HelpCommand.cpp \
21 $(top_srcdir)/SSPhys/HelpCommand.h \
22 $(top_srcdir)/SSPhys/HistoryCommand.cpp \
23 $(top_srcdir)/SSPhys/HistoryCommand.h \
24 $(top_srcdir)/SSPhys/InfoCommand.cpp \
25 $(top_srcdir)/SSPhys/InfoCommand.h \
26 $(top_srcdir)/SSPhys/Options.cpp \
27 $(top_srcdir)/SSPhys/Options.h \
28 $(top_srcdir)/SSPhys/PropertiesCommand.cpp \
29 $(top_srcdir)/SSPhys/PropertiesCommand.h \
30 $(top_srcdir)/SSPhys/StdAfx.cpp \
31 $(top_srcdir)/SSPhys/StdAfx.h \
32 $(top_srcdir)/SSPhys/ValidateCommand.cpp \
33 $(top_srcdir)/SSPhys/ValidateCommand.h \
34 $(top_srcdir)/SSPhys/VersionFilter.cpp \
35 $(top_srcdir)/SSPhys/VersionFilter.h \
36 $(top_srcdir)/SSPhys/ssphys.cpp \
37 $(top_builddir)/version.h
38 ssphys_CPPFLAGS = -I$(top_builddir) -I$(top_srcdir)/SSPhys -I$(top_srcdir)/utils
39 ssphys_CXXFLAGS = -Wno-deprecated
40 ssphys_LDADD = libSSPhys.la
42 $(top_srcdir)/SSPhys/ssphys.cpp : $(top_builddir)/version.h
44 $(top_builddir)/version.h : $(top_builddir)/svnwcrev.sh $(top_srcdir)/version.in
45 ./svnwcrev.sh $(top_srcdir) $(top_srcdir)/version.in $@
47 CLEANFILES += $(top_builddir)/version.h
48 EXTRA_DIST += $(top_builddir)/version.h