forked from Unidata/netcdf-c
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cleaning up make dist, it's generating tarballs that don't work with …
…cmake.
- Loading branch information
Showing
7 changed files
with
30 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# This is part of the netCDF package. | ||
# Copyright 2022 University Corporation for Atmospheric Research/Unidata | ||
# See COPYRIGHT file for conditions of use. | ||
# | ||
# @authors Ward Fisher | ||
|
||
# Set AM_CPPFLAGS and AM_LDFLAGS based on user choices. | ||
include $(top_srcdir)/lib_flags.am | ||
|
||
#if(DEFINED ENV{LIB_FUZZING_ENGINE}) | ||
# add_executable(fuzz_open fuzz_open.c) | ||
# target_link_libraries(fuzz_open netcdf $ENV{LIB_FUZZING_ENGINE}) | ||
#endif() | ||
|
||
EXTRA_DIST = fuzz.c fuzz_open.c |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters