This website requires JavaScript.
Explore
Help
Sign In
artemist
/
mes
Watch
1
Star
0
Fork
You've already forked mes
0
Code
Issues
Pull requests
Packages
Projects
Releases
Wiki
Activity
3b82abdfa5
mes
/
scripts
/
scripts.make
7 lines
80 B
Plaintext
Raw
Normal View
History
Unescape
Escape
build: Support for non-Guix[SD]: make CC/CC32 optional in configure too. * configure (optional): New global. (BUILD_TRIPLET): Use Guile value. (check-version): Add keyword argument #:optional. (main): Make CC optional (--with-courage). Only check for stdio.h, limits.h if CC is found. Make CC32 check optional. * scripts/scripts.make: Skip if CC is not set.
2017-06-19 10:01:19 +00:00
ifneq ($(CC),)
build: Refactor. * GNUmakefile (OUT,QUIET,SUBDIRS): New variables. include make/common.make * .gitignore: Remove toplevel targets. * build-aux/compile-all.scm: Import from GNU Guix. * configure (gulp-pipe): Check exit status. Actually test for CC, CC32. * make/bin.make: New file. * make/check.make: New file. * make/clean.make: New file. * make/common.make: New file. * make/compile.make: New file. * make/guile.make: New file. * make/mescc-guile.make: New file. * make/mescc-mes.make: New file. * make/reset.make: New file. * lib/mlibc.c: Rename from top. * lib/start.c: Rename from top. * module/module.make: New file. * scaffold/scaffold.make: New file. * scripts/scripts.make: New file. * src/mes.c: Rename from top. * src/src.make: New file. * src/mes.c: Rename from top. * src/gc..c: Rename from top. * src/lib.c: Rename from top. * src/posix.c: Rename from top. * src/reader.c: Rename from top. * src/vector.c: Rename from top. * tests/tests.make: New file.
2017-04-12 19:27:59 +00:00
CLEAN+=$(DIR)/mes
$(DIR)/mes: $(OUT)/mes
ln -sf ../$< $@
build: Support for non-Guix[SD]: make CC/CC32 optional in configure too. * configure (optional): New global. (BUILD_TRIPLET): Use Guile value. (check-version): Add keyword argument #:optional. (main): Make CC optional (--with-courage). Only check for stdio.h, limits.h if CC is found. Make CC32 check optional. * scripts/scripts.make: Skip if CC is not set.
2017-06-19 10:01:19 +00:00
endif
Reference in a new issue
Copy permalink