From 32690b31f01f210cdc50abf8c6a9d0400a441260 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Mon, 9 Sep 2002 22:45:20 +0000 Subject: [PATCH] r2628: *** empty log message *** --- tools/Makefile.am | 4 ++-- tools/ctsimtext.cpp | 16 ++++++++++++++-- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/tools/Makefile.am b/tools/Makefile.am index 963d8f3..1e4cc29 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -21,14 +21,14 @@ install-exec-hook: ln -sf ctsimtext $(bindir)/pjrec ln -sf ctsimtext $(bindir)/pjHinterp -ctsimtext_SOURCES = ctsimtext.cpp if1.cpp if2.cpp ifinfo.cpp ifexport.cpp phm2if.cpp phm2pj.cpp pj2if.cpp pjinfo.cpp pjrec.cpp nographics.cpp phm2helix.cpp pjHinterp.cpp +ctsimtext_SOURCES = ctsimtext.cpp ctsimtext_LDADD=@ctlibs@ ctsimtext_DEPENDENCIES=$(SOURCE_DEPEND) realclean: rm -f *.pgm *.if *~ *.pj -ctsimtext_lam_SOURCES = ctsimtext.cpp if1.cpp if2.cpp ifinfo.cpp ifexport.cpp phm2if.cpp phm2pj.cpp pj2if.cpp pjinfo.cpp pjrec.cpp nographics.cpp mpiworld.cpp phm2helix.cpp pjHinterp.cpp +ctsimtext_lam_SOURCES = ctsimtext.cpp ctsimtext_lam_LDADD=@ctlamlibs@ if USE_LAM diff --git a/tools/ctsimtext.cpp b/tools/ctsimtext.cpp index 2e05f71..2df7915 100644 --- a/tools/ctsimtext.cpp +++ b/tools/ctsimtext.cpp @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: ctsimtext.cpp,v 1.21 2002/05/01 14:33:59 kevin Exp $ +** $Id: ctsimtext.cpp,v 1.22 2002/09/09 22:45:20 kevin Exp $ ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License (version 2) as @@ -45,7 +45,7 @@ extern "C" { // If linked to ctsimtext, but executed as another name, eg pjrec, then program will use that // linked name as name of function. -static const char* const g_szIdStr = "$Id: ctsimtext.cpp,v 1.21 2002/05/01 14:33:59 kevin Exp $"; +static const char* const g_szIdStr = "$Id: ctsimtext.cpp,v 1.22 2002/09/09 22:45:20 kevin Exp $"; static const char* const s_szProgramName = "ctsimtext"; static const char* const s_szProgramName2 = "ctsimtext.exe"; static const char* const s_szProgramName3 = "ctsimtext-lam"; @@ -294,3 +294,15 @@ main (int argc, char* argv[]) return retval; } +#include "nographics.cpp" +#include "if1.cpp" +#include "if2.cpp" +#include "ifinfo.cpp" +#include "ifexport.cpp" +#include "phm2if.cpp" +#include "phm2pj.cpp" +#include "pj2if.cpp" +#include "pjinfo.cpp" +#include "pjrec.cpp" +#include "phm2helix.cpp" +#include "pjHinterp.cpp" -- 2.34.1