Skip to content

Commit

Permalink
added files to Makefile.am for distribution --chris
Browse files Browse the repository at this point in the history
  • Loading branch information
oostenbrink committed Feb 20, 2021
1 parent b916b9c commit d13822e
Showing 1 changed file with 19 additions and 3 deletions.
22 changes: 19 additions & 3 deletions gromosXX/src/cukernel/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,26 @@ libgrocukernel.a: $(libgrocukernel_a_OBJECTS) libgrocukernel.o
$(NVCC) $(NVCCFLAGS) --lib -o $@ $^

xxincludedir = $(includedir)/md++/cukernel
xxinclude_HEADERS = cudaKernel.h
xxinclude_HEADERS = cudaKernel.h \
macros.h \
parameter.h \
pairlist.h \
interaction.h \
constraints.h \
cudaShake.h \
gpu_status.h \
io.cu \
pairlist.cu \
interaction.cu \
constraints.cu \
cudaShake.cu

xxculibdir = $(includedir)/md++/cukernel/lib
xxculib_HEADERS = lib/utils.h
xxculib_HEADERS = lib/utils.h \
lib/math.h \
lib/types.h \
lib/float3.h \
lib/double3.h

noinst_LIBRARIES = libgrocukernel.a

Expand All @@ -28,4 +44,4 @@ bin_PROGRAMS =

check_PROGRAMS =

TESTS =
TESTS =

0 comments on commit d13822e

Please sign in to comment.