d46f0a42ec
result to the given output file if specified, or prints it to stdout otherwise. Usage: $ propmerge [-o <outfile>] <list-of-infiles>
4 lines
139 B
Makefile
4 lines
139 B
Makefile
noinst_PROGRAMS = propmerge
|
|
|
|
propmerge_SOURCES = propmerge.cxx
|
|
propmerge_LDADD = -lsgprops -lsgxml -lsgio -lsgmisc -lsgdebug -lsgstructure
|