Changeset 1506
- Timestamp:
- 17/08/10 16:39:55 (18 months ago)
- Location:
- trunk
- Files:
-
- 3 deleted
- 9 edited
-
Makefile.am (modified) (1 diff)
-
applications/NXbrowse/Makefile.am (modified) (1 diff)
-
applications/NXconvert/Makefile.am (modified) (1 diff)
-
applications/NXconvert/config.h (deleted)
-
applications/NXdir/Makefile.am (modified) (1 diff)
-
applications/NXsummary/Makefile.am (modified) (1 diff)
-
applications/NXsummary/config.h (deleted)
-
applications/NXvalidate/Makefile.am (modified) (1 diff)
-
applications/NXvalidate/config.h (deleted)
-
scripts/Makefile.am (modified) (1 diff)
-
third_party/tclap/MultiArg.h (modified) (1 diff)
-
third_party/tclap/ValueArg.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile.am
r1413 r1506 38 38 build_rpm.in README.cygwin README.WIN32 README.macosx \ 39 39 README.MinGW make_mingw_links SConstruct nexus_scons_utils.py \ 40 configure_mingw_kit 40 configure_mingw_kit Windows_extra InstallerBits \ 41 README.VS2008.pdf 41 42 42 43 # Add any flags here that you want passed to configure when you do -
trunk/applications/NXbrowse/Makefile.am
r1487 r1506 33 33 AM_FCFLAGS=-I$(top_builddir)/bindings/f90 34 34 35 EXTRA_DIST=SConscript 35 EXTRA_DIST=SConscript $(man_MANS) 36 36 37 37 if HAVE_F90 -
trunk/applications/NXconvert/Makefile.am
r1487 r1506 31 31 AM_CPPFLAGS=-I. -I$(top_srcdir)/include -I$(top_srcdir)/bindings/cpp -I$(top_srcdir)/third_party 32 32 33 EXTRA_DIST=SConscript 33 EXTRA_DIST=SConscript $(man_MANS) 34 34 35 35 lib_LTLIBRARIES = libnxconvert.la -
trunk/applications/NXdir/Makefile.am
r1487 r1506 39 39 nxdir_LDADD = $(LIBNEXUS) 40 40 nxdir_LDFLAGS = -static @HDF4_LDFLAGS@ @HDF5_LDFLAGS@ @XML_LDFLAGS@ $(LDFLAGS) 41 EXTRA_DIST = CHANGES LICENSE README TODO 41 EXTRA_DIST = CHANGES LICENSE README TODO $(man_MANS) 42 42 43 43 ## extra dependencies (don;t thing needed now) -
trunk/applications/NXsummary/Makefile.am
r1251 r1506 33 33 34 34 bin_PROGRAMS = nxsummary 35 noinst_HEADERS = data_util.hpp nxsummary.hpp string_util.hpp preferences.hpp config.houtput.hpp xml_util.hpp35 noinst_HEADERS = data_util.hpp nxsummary.hpp string_util.hpp preferences.hpp output.hpp xml_util.hpp 36 36 37 37 nxsummary_SOURCES = data_util.cpp main.cpp string_util.cpp preferences.cpp output.cpp -
trunk/applications/NXvalidate/Makefile.am
r1259 r1506 36 36 bin_PROGRAMS = nxvalidate 37 37 38 nxvalidate_SOURCES = nxvalidate.cpp config.h38 nxvalidate_SOURCES = nxvalidate.cpp 39 39 nxvalidate_LDADD = $(LIBNXCONVERT) $(LIBNEXUSCPP) $(LIBNEXUS) 40 40 nxvalidate_LDFLAGS = -static @HDF4_LDFLAGS@ @HDF5_LDFLAGS@ @XML_LDFLAGS@ $(LDFLAGS) -
trunk/scripts/Makefile.am
r1490 r1506 2 2 nodist_bin_SCRIPTS = nxbuild nexus-config 3 3 4 EXTRA_DIST = nxbuild.in nexus _pc.in nexus-cpp_pc.in nexus-config.in4 EXTRA_DIST = nxbuild.in nexus.pc.in nexus-cpp.pc.in nexus-config.in 5 5 6 6 pkgconfig_DATA = nexus.pc -
trunk/third_party/tclap/MultiArg.h
r857 r1506 29 29 #include <tclap/Arg.h> 30 30 31 #ifdef HAVE_CONFIG_H31 #ifdef _____HAVE_CONFIG_H /* not needed */ 32 32 #include <config.h> 33 33 #else -
trunk/third_party/tclap/ValueArg.h
r857 r1506 29 29 #include <tclap/Arg.h> 30 30 31 #ifdef HAVE_CONFIG_H31 #ifdef _____HAVE_CONFIG_H /* not needed */ 32 32 #include <config.h> 33 33 #else
Note: See TracChangeset
for help on using the changeset viewer.
