Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion contrib/netgen/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
if LIBMESH_ENABLE_NETGEN

# Try to include Netgen files as depndencies; otherwise we can get
# errors if we recompile from an existing libMesh build dir after a
# Netgen header has changed or if we link from one after a Netgen ABI
# has changed.
include netgen_SOURCES

# Use a stamp file to make sure we don't have multiple sub-$(MAKE)
# going at once; cmake gets horribly confused if that happens.
.buildstamp:
.buildstamp: $(netgen_SOURCE_FILES)
$(MAKE) -C build $(AM_MAKEFLAGS)
touch .buildstamp

Expand Down
Loading