summaryrefslogtreecommitdiffstats
path: root/pablo/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'pablo/Makefile.in')
-rw-r--r--pablo/Makefile.in11
1 files changed, 0 insertions, 11 deletions
diff --git a/pablo/Makefile.in b/pablo/Makefile.in
index 0617169..2722b9f 100644
--- a/pablo/Makefile.in
+++ b/pablo/Makefile.in
@@ -174,17 +174,6 @@ ProcIDs.h: HDFidList.h ProcMasks.h
ProcTrace.inc: HDFidList.h
sed "=" $? | sed -f PabloSedscr > $@
- echo " integer RuntimeTrace" >> $@
- echo " integer SummaryTrace" >> $@
- echo " integer MPIRuntimeTrace" >> $@
- echo " integer MPISummaryTrace" >> $@
- echo " integer NoTrace" >> $@
- echo " parameter (RuntimeTrace = 0)" >> $@
- echo " parameter (SummaryTrace = 1)" >> $@
- echo " parameter (MPIRuntimeTrace = 2)" >> $@
- echo " parameter (MPISummaryTrace = 3)" >> $@
- echo " parameter (NoTrace = 4)" >> $@
-
PabloHDF.o: PabloHDF.c $(PABLO_INCLUDES)
$(CC) -g $(CFLAGS) $(CPPFLAGS) $(PABLO_FLAGS) -c $<