forked from github/server
*** empty log message ***
This commit is contained in:
parent
14187b1a6c
commit
f94e61aab6
|
@ -24,8 +24,12 @@ LIBS += \
|
|||
-le-races \
|
||||
-le-attributes \
|
||||
-le-util \
|
||||
-lcurses \
|
||||
-lm
|
||||
ifeq ($(NCURSES), 1)
|
||||
LIBS += -lncurses
|
||||
else
|
||||
LIBS += -lcurses
|
||||
endif
|
||||
|
||||
##
|
||||
## conversion code for old triggers - should only be used for free eressea,
|
||||
|
|
|
@ -0,0 +1,23 @@
|
|||
|
||||
ifndef ERESSEA
|
||||
export ERESSEA=$(PWD)
|
||||
endif
|
||||
|
||||
# CONVERT_TRIGGERS = 1
|
||||
|
||||
NCURSES = 1
|
||||
|
||||
# Hier definieren, damit nicht '@gcc'
|
||||
CC = gcc
|
||||
AR = ar
|
||||
CTAGS = ctags
|
||||
CC = gcc
|
||||
LD = gcc
|
||||
INSTALL = cp
|
||||
|
||||
# CFLAGS += -Wshadow
|
||||
|
||||
MSG_COMPILE = "Compiling $@"
|
||||
MSG_SUBDIR = "Making $@ in $$subdir"
|
||||
|
||||
|
Loading…
Reference in New Issue