Skip to content

Commit

Permalink
Merge pull request #44 from edhartnett/ejh_dirs
Browse files Browse the repository at this point in the history
Renamed some directories now that C and Fortran are separate...
  • Loading branch information
jmrosinski authored Sep 5, 2018
2 parents 1969b10 + 32878f1 commit 3ef24f1
Show file tree
Hide file tree
Showing 33 changed files with 15 additions and 99 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ EXTRA_DIST = COPYING README

# This is the list of subdirs for which Makefiles will be constructed
# and run.
SUBDIRS = include src ctests bin
SUBDIRS = include src test bin

install-data-hook:

Expand Down
3 changes: 1 addition & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -181,9 +181,8 @@ fi
# This is a list of files to be built.
AC_CONFIG_FILES([Makefile
include/Makefile
ctests/Makefile
test/Makefile
src/Makefile
src/clib/Makefile
bin/Makefile
])

Expand Down
56 changes: 0 additions & 56 deletions ctests/myclasses.h

This file was deleted.

36 changes: 0 additions & 36 deletions ctests/profcxx.C

This file was deleted.

15 changes: 12 additions & 3 deletions src/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
# This is the automake file for GPTL source code directories.
# Ed Hartnett, 5/18/18
# This automake file generates the Makefile to build the GPTL C library.
# Ed Hartnett 5/18/18

libgptl_la_CPPFLAGS = -I$(top_srcdir)/include

# This is our output. The GPTL library.
lib_LTLIBRARIES = libgptl.la

# These are the source files.
libgptl_la_SOURCES = f_wrappers.c getoverhead.c gptl.c gptl_papi.c \
hashstats.c memstats.c memusage.c pmpi.c print_rusage.c pr_summary.c \
util.c

SUBDIRS = clib
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion ctests/Makefile.am → test/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
AM_CPPFLAGS = -I$(top_srcdir)/include

# Link to GPTL library.
AM_LDFLAGS = ${top_builddir}/src/clib/libgptl.la
AM_LDFLAGS = ${top_builddir}/src/libgptl.la

# These programs will be built but not installed.
noinst_PROGRAMS = gran_overhead printwhileon
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 3ef24f1

Please sign in to comment.