-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
88 additions
and
65 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,9 @@ | ||
# | ||
# Makefile rules for the cvec package | ||
# | ||
# This requires GNU make (just as the main GAP does). | ||
# | ||
# For simple packages one should only need to modify the MODULE_NAME | ||
# and the SOURCES variable. | ||
# | ||
MODULE_NAME = cvec | ||
|
||
SOURCES = src/cvec.c | ||
KEXT_NAME = cvec | ||
KEXT_SOURCES = src/cvec.c | ||
|
||
######################################################################## | ||
# Do not edit below unless you know what you're doing | ||
######################################################################## | ||
|
||
######################################################################## | ||
# Some variables that come from GAP via our configure script | ||
######################################################################## | ||
# include shared GAP package build system | ||
GAPPATH = @GAPPATH@ | ||
GAPARCH = @GAPARCH@ | ||
|
||
include Makefile.gappkg |
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